/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }

/* Global properties ======================================================== */
body { 
	background:url(../images/body-bg.gif) top center repeat-x #dadada; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
	line-height:18px;
	color:#949494;
	min-width:1000px;
}
html, body { height:100%;}


p {padding-top:18px;}

.top {padding-top:7px;}
.top1 {padding-top:10px;}
.top2 {padding-top:0px;}
.top3 {padding-top:18px;}

.bot {padding-bottom:7px;}

.h-top {padding-top:32px;}
.h-top1 {padding-top:42px;}
.h-top2 {padding-top:38px;}
.h-top3 {padding-top:47px;}

.h-pad {padding:16px 0 0 20px;}

.pad-left {padding-left:20px;}

.pad-col-1 {padding:16px 25px 0 20px;}

.margin-bot {margin-bottom:-18px;}
.margin-bot1 {margin-bottom:-4px;}

a {
	color:#fff; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

/* Global Structure ============================================================= */
.main {
	margin: 0 auto;
	width: 968px; }

	/* Header */
	header{
		height:466px;
		margin:25px 0 0;
		position:relative;
		z-index:10;
	}
	
	/* Content */
	section#content {
		margin-top:-14px;
	}			
	/* Footer */
	footer{
		height:38px;
	}
/* Left & Right alignment */

.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.col-1, .col-2, .col-3, .col-4, .col-5 {
	float:left;
}

.alignright { text-align:right;}
.aligncenter { text-align:center;}

.wrapper { 
	width:100%;
	overflow:hidden;
}

.container {
	width:100%;
}
/*----- form defaults -----*/
input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}

/*----- other -----*/
.img-indent { 
	margin:2px 0px 0 20px; 
	float:right;
}
.img-indent1 { 
	margin:0px 20px 0 0px; 
	float:left;
}
.extra-wrap { 
	overflow:hidden;
}

/*=================================================================================================================== header =====*/
h1 {
	padding:36px 0 0px 34px;
	position:relative;
	float:left;
}
	h1 a {
		display:block;
		height:56px;
		width:230px;
		text-indent:-5000px;
		background:url(../images/logo.gif) left top no-repeat;
	}
h2 {
	font-size:24px;
	line-height:1.2307em;
	color:#fff;
	padding:0 0 0 0;
	margin:0 0 0 0;
	font-weight:normal;
}

h2 span {
	display:block;
	margin-top:-15px;
}

.uppercase {
	text-transform:uppercase;
	font-size:11px;
}
.white {color:white;}
/*=============================================================================== sub-menu =====*/

.sub-menu {
	padding:30px 0 10px 0;
	float:right;
	margin-right:-240px;
	text-align:right;
}

.sub-menu li {
	float:left;
	line-height:16px;
	background:url(../images/sub-menu-li--bg.gif) 0 4px no-repeat;
	padding:0 7px 0 8px;
}
	
.sub-menu li a {
	display:block;
	color:#616161;
	text-decoration:none;
}
		
.sub-menu li a:hover {
	color:white;
}
			
.sub-menu .first {
	background:none;
}

.sub-menu .activo {
	font-weight:bold;
	color:#00a8ff;
}

.sub-menu .activo a {
	color:#00a8ff;
}
	
/*=============================================================================== nav =====*/
.nav-left {	background:url(../images/nav-tail-bg.gif) 0 0 repeat-x;
}
.nav-right {
	background:url(../images/nav-right-bg.gif) right top no-repeat;
}
.nav-tail{
	background:url(../images/nav-left-bg.gif) left top no-repeat;
	width:100%;
	height:126px;
}
nav {
	float:right;
	padding:3px 0 0;
	margin-right:-6px;
}
	nav ul {
	}
		nav li {
			float:left;
			background:url(../images/nav-li-bg.gif) 0 10px no-repeat;
			padding:0 7px 0 9px;
		}
			nav li a {
				display:inline-block;
				text-decoration:none;
				color:#828888; 
				cursor:pointer; 
				font-size:16px;
				line-height:1.2307em;
				font-weight:bold;
			}
				nav li a span {
					display:inline-block; 
					padding:0 7px 0 7px;
				}
					nav li a span span  {
						padding:9px 0px 10px 0px;
					}
				nav li a:hover, nav .active {
					background:url(../images/nav-a-left-bg.gif) left top no-repeat; 
					color:#fff;
				}
					nav li a:hover span, nav .active span {
						background:url(../images/nav-a-right-bg.gif) right top no-repeat;
						display:inline-block; 
						padding:0 7px 0 7px;
					}
						nav li a:hover span span, nav .active span span  {
							background:url(../images/nav-a-tail-bg.gif) top repeat-x;
							padding:9px 0px 10px 0px;
						}
	nav .first {
		background:none;
	}
		
.header-img {
	padding-left:4px;
}
/*=================================================================================================================== content =====*/

/*=============================================================================== indents =====*/
.col-indent {padding-right:24px;}
.col-indent1 {padding-right:44px;}
.padding {
	padding:0 40px 0 19px;
}
.padding1 {
	padding:0 10px 0 19px;
}
/*=============================================================================== boxes =====*/
.box {
	background:url(../images/box-bg.png) 0 0 repeat-y;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	box-shadow:0 0 4px rgba(0, 0, 0, .4);
	-moz-box-shadow:0 0 4px rgba(0, 0, 0, .4);
	-webkit-box-shadow:0 0 4px rgba(0, 0, 0, .4);
	position:relative;
	padding:38px 0px 42px 20px;
	margin:0 4px 10px 4px;
}
* + html .box {
	background:url(../images/box-bg.png) 0 0 repeat-y #666;
}
.box1 {
	background:url(../images/box1-bg.png) 0 0 repeat;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	box-shadow:0 0 4px rgba(0, 0, 0, .4);
	-moz-box-shadow:1px 1px 2px rgba(0, 0, 0, .2);
	-webkit-box-shadow:0 0 4px rgba(0, 0, 0, .2);
	position:relative;
	padding:15px 18px 17px 19px;
	margin:0 4px 3px 0px;
	width:305px;
}
* + html .box1 {
	background:url(../images/box1-bg.png) 0 0 repeat #444444;
	box-shadow:1px 1px 0px rgba(0, 0, 0, .2);
	-moz-box-shadow:1px 1px 0px rgba(0, 0, 0, .2);
	-webkit-box-shadow:1px 1px 0px rgba(0, 0, 0, .2);
}
.box-policy {
	background:url(../images/box-policy-bg.png) 0 0 repeat;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	box-shadow:0 0 4px rgba(0, 0, 0, .4);
	-moz-box-shadow:0 0 4px rgba(0, 0, 0, .4);
	-webkit-box-shadow:0 0 4px rgba(0, 0, 0, .4);
	position:relative;
	padding:53px 40px 47px 41px;
	margin:0 4px 10px 4px;
}
* + html .box-policy {
	background:url(../images/box-policy-bg.png) 0 0 repeat #666;
}
/*=============================================================================== borders =====*/

/*=============================================================================== lists =====*/
.list {
	padding:10px 0 6px 0;
}

.list ul {
	width:100%;
}

.list li {
	font-size:11px;
	margin-bottom:-6px;
	overflow:hidden;
}

.list li a {
	display:block;
	color:#00a8ff;
	text-transform:uppercase;
	background:url(../images/list-a-bg.gif) 1px 8px no-repeat;
	padding:2px 10px 5px 18px;
	text-decoration:none;
}

.list li a:hover {
	color:#b0e4ff;
}

.list li.con_enlace a {
	padding-bottom:15px;
}

.list li.sin_enlace {
	color:#FFF;
	padding-left:18px;
	padding-right:5px;
	padding-bottom:15px;
	line-height:14px;
	text-transform:uppercase;
}

.list li.sin_enlace a {
	display:block;
	color:#fff;
	text-transform:uppercase;
	background:none;
	padding:0px;
	text-decoration:none;
}

.list li:hover {
	/*background:url(../images/list-li-bg.png) 0 0 no-repeat;*/
}

/*=============================================================================== links =====*/
.link {
	background:url(../images/link-left-bg.png) left top no-repeat; 
	display:inline-block;
	text-decoration:none;
	margin:17px 0 0 1px;
	color:#fff; 
	cursor:pointer; 
	font-size:11px;
	text-transform:uppercase;
}
	.link span {
		background:url(../images/link-right-bg.png) right top no-repeat;
		display:inline-block; 
		padding:0 9px 0 9px;
	}
	.link span span  {
		background:url(../images/link-tail-bg.png) top repeat-x;
		padding:8px 7px 8px;
	}
	.link:hover {color:#00a8ff;}
/*=============================================================================== nav =====*/

/*=============================================================================== nav =====*/

/*=============================================================================== nav =====*/
.contact-img {
	display:block;
	padding:100px 0 0 1px;
}
.contact-img1 {
	display:block;
	padding:133px 0 0 1px;
}
.contact-img2 {
	display:block;
	padding:56px 0 0 1px;
}
.contact-img3 {
	display:block;
	padding:158px 0 0 1px;
}

.phone {
	display:inline-block;
	width:82px;
}
/*=================================================================================================================== footer =====*/
footer p {
	float:left;
	padding:0 0 0 0;
	color:#000;
	font-weight:bold;
	line-height:16px;
	padding:9px 0 0 45px;
}
	footer p a {
		color:#000;
		text-decoration:none;
	}
		footer p a:hover {
			text-decoration:underline;
		}
/*=============================================================================== footer-menu =====*/
.footer-menu {
	padding:7px 36px 0 0;
	float:right;
}
	.footer-menu li {
		float:left;
		line-height:16px;
		background:url(../images/footer-menu-bg.gif) 0 3px no-repeat;
		padding:0 7px 0 8px;
	}
		.footer-menu li a {
			display:block;
			text-decoration:none;
			color:#000;
			font-weight:bold;
		}
			.footer-menu li a:hover {
				text-decoration:underline;
			}
	.footer-menu .first {
		background:none;
	}
/*=============================================================================== policy =====*/

/*=============================================================================== social =====*/

/*------------------------------------------------------------------------------------------------------------------- forms -----*/
#ContactForm {
	padding-top:17px;
	font-size:12px;
	line-height:18px; 
	color:#8d8d8d;
	width:649px;
}
	#ContactForm label {
		height:25px;
		display:block;
	}
	#ContactForm .link {
		margin:10px 0px 0px 10px;
	}
	#ContactForm .column1 {
		float:left; width:302px; margin-right:13px;
	}
	#ContactForm .column2 {
		float:left; width:333px;
	}
	#ContactForm .input {
		width:252px;
		border:1px solid #a4a4a4;
		padding:2px 0 2px 3px;
		font-size:12px; 
		line-height:14px;
		background:url(../images/contactform-bg.gif) 0 0 repeat;
		color:#a4a4a4; 
		float:right;
	}
	#ContactForm textarea {
		width:266px; 
		height:65px; 
		border:1px solid #a4a4a4;
		background:url(../images/contactform-bg.gif) 0 0 repeat; 
		padding:2px 0 0 3px;
		overflow:auto; 
		font-size:1em;
		color:#a4a4a4; 
		float:right;
		margin-right:0px;
	}
#SearchForm {
	float:right;
	padding:18px 13px 0px 0;
	width:200px;
}
	#SearchForm label {
		border:none;
		display:inline-block;
		background:url(../images/input-bg.gif) 0 0 no-repeat; 
		height:31px;
		vertical-align:top;
	}
	#SearchForm .input {
		width:158px; 
		padding:8px 0 8px 10px;
		overflow:hidden;
		background:none;
		border:none;
		font-size:12px; 
		line-height:1.2307em; 
		color:#000;
		vertical-align:top;
	}
	#SearchForm a {
		text-decoration:none;
		display:inline-block;
		vertical-align:top;
	}
	
/*==========================================*/
/* The Nivo Slider styles */
#slider {
	width:960px;
	height:340px;
	overflow:hidden;
	margin-left:4px;
}
.nivoSlider {
	position:relative;
	
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-controlNav  {
	position:absolute;
	background:url(../images/slider-nav-bg.png) left top no-repeat;
	width:150px;
	height:23px;
	z-index:20;
	top:293px;
	right:14px;
	padding:5px 0 0 7px;
}
.nivo-controlNav a {
	display:block;
	width:19px;
	height:19px;
	background:url(../images/slider-a-bg.png) left -19px no-repeat;
	margin-right:4px;
	float:left;
	font-size:0;
	line-height:0;
}
	.nivo-controlNav a.active, .nivo-controlNav a:hover {
		background:url(../images/slider-a-bg.png) left 0px no-repeat;
	}
.nivo-prevNav {
	left:0;
	
}

.nivo-nextNav {
	right:0;
}

.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}

.nivo-controlNav a.active {
	font-weight:bold;
}

.seccion h2 {
	float:left;
	width:100%;
	font-size:20px;
	padding-bottom:15px;
}

.seccion {
	color:#e0e0e0;
}

.seccion a {
	color:#00a8ff;
	text-decoration:none;
}

.foto_der_p {
	float:right;
	width:200px;
	height:133px;
	border:1px solid #9f9f9f;
	margin-left:10px;
	margin-bottom:5px;
	position:relative;
}

.foto_der_p img.img_der_b {
	position:absolute;
	left:0;
	top:0;
	z-index:10;
}

.foto_der_p img.img_der_a {
	position:absolute;
	left:0;
	top:0;
}

.foto_g {
	float:left;
	width:680px;
	height:274px;
	border:1px solid #9f9f9f;
	margin-top:15px;
	position:relative;
}

.foto_g img.img_der_b {
	position:absolute;
	left:0;
	top:0;
	z-index:10;
}

.foto_g img.img_der_a {
	position:absolute;
	left:0;
	top:0;
}

.blanco {
	color:#FFF;
}

.col-indent-menu {

}

.col-indent-menu h2 {
	padding:0px;
}

.link_index_texto {
	text-decoration:none;
	color:inherit;
}

.link_index_texto:hover {
	color:#00a8ff;
	text-decoration:none;
}

.espacio10 {
	height:10px;
	clear:both;
}

.espacio20 {
	height:20px;
	clear:both;
}

/*==========================================*/

.formulario_contactar {
	float:left;
	width:100%;
}

.formulario_contactar ul {
	float:left;
	width:480px;
}

.formulario_contactar ul li {
	float:left;
}

.formulario_contactar ul li.texto {
	width:49%;
	padding-bottom:5px;
	font-weight:bold;
	color:#FFF;
}

.formulario_contactar ul li.texto span {
	color:#00a8ff;
}

.formulario_contactar ul li.texto div {
	display:none;
}

.formulario_contactar ul li.campo {
	width:49%;
	padding-bottom:13px;
}

.formulario_contactar ul li.campo input {
	width:192px;
	padding:5px;
	height:17px;
	line-height:25px;
	color:#444;
	background:none;
	border:0px;
	background:url(../images/contactar_input.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	text-indent:5px;
}

.formulario_contactar ul li.campo input:focus {
	outline:none;
	width:192px;
	padding:5px;
	height:17px;
	line-height:25px;
	color:#444;
	background:none;
	border:0px;
	background:url(../images/contactar_input.gif);
	background-repeat:no-repeat;
	background-position:0px -27px;
	text-indent:5px;
}

.formulario_contactar ul li.campo_error input {
	outline:none;
	width:192px;
	padding:5px;
	height:17px;
	line-height:25px;
	color:#444;
	background:none;
	border:0px;
	background:url(../images/contactar_input.gif);
	background-repeat:no-repeat;
	background-position:0px -54px;
	text-indent:5px;
}

.formulario_contactar ul li.campo_espacio {
	width:99%;
	height:15px;
}

.formulario_contactar ul li.texto_textarea {
	width:99%;
	padding-bottom:8px;
	font-weight:bold;
	color:#FFF;
}

.formulario_contactar ul li.texto_textarea div {
	display:none;
}

.formulario_contactar ul li.texto_textarea span {
	color:#00a8ff;
}

.formulario_contactar ul li.campo_textarea textarea {
	width:427px;
	resize:none;	
	padding:5px;
	height:77px;
	line-height:25px;
	color:#444;
	background:none;
	border:0px;
	background:url(../images/contactar_textarea.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;

}

.formulario_contactar ul li.campo_textarea textarea:focus {
	outline:none;
	width:420px;
	resize:none;	
	padding:5px;
	padding-left:8px;
	padding-right:8px;
	height:77px;
	line-height:25px;
	color:#444;
	background:none;
	border:0px;
	background:url(../images/contactar_textarea.gif);
	background-repeat:no-repeat;
	background-position:0px -87px;
}

.formulario_contactar ul li.boton {
	width:230px;
	padding-top:15px;
	text-align:center;
}

.formulario_contactar ul li.boton input {
	padding:5px;
	color:#222;
	background:#fdfdfd;
	border:1px solid #424242;
	border-right-color:#363636;
	border-bottom-color:#363636;
	cursor:pointer;
	width:90px;
}

.formulario_cargando {
	position:fixed;
	display:none;
	z-index:1000;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	background:#000000 url(../images/cargando.gif) center no-repeat;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

.formulario_enviado {
	float:left;
	display:none;
	width:100%;
	padding-top:10px;
	font-size:13px;
}

.foto_perfo_p {
	float:left;
	width:688px;
	height:190px;
}

.foto_perfo_p img {
	float:left;
	padding-right:20px;
}

