

* {
	margin: 0;
	padding: 0;
}

div {
	box-sizing: border-box;
}

body {
	font-family: 'open_sanscondensed_light';
	font-size: 14px;
	background: #f6f6f6 url(../img/bg.jpg) 0 0 repeat-x;
}

h1 {

}

h2{
	line-height: 120%;
}

p {
	line-height: 18px;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
}
input, textarea {
	background: none; 
	border: none;
	width: 100%;
	height: 100%;
	outline: none;
}
textarea {
	resize:none;
}

/*Clear*/
.cf:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.cf {
	display: inline-block;
}
html[xmlns] .cf {
	display: block;
}	
* html .cf {
	height: 1%;
}
.izq {
	float: left;
}
.der {
	float: right;
}
/************************* CONTENEDOR ********************************/

#wrapper {
	background: url(../img/bg-contenedor.jpg) center top no-repeat;
	width: 100%;
	margin: 0 auto;
	padding-top: 20px;
}
#contenedor {
	background: #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	height: 100%;
	width: 990px; 
	margin: 0 auto;
	padding: 25px;
	overflow: auto;
}
.logo {
	background: url(../img/logo.png) no-repeat;
	width: 240px;
	height: 65px;
	margin-bottom: 35px;
	float: left;
}

/* Menu Navegación */
.menu {
	border-radius: 4px;
	background: #494949; /* Old browsers */
	background: -moz-linear-gradient(top,  #494949 0%, #373737 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#494949), color-stop(100%,#373737)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #494949 0%,#373737 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #494949 0%,#373737 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #494949 0%,#373737 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #494949 0%,#373737 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494949', endColorstr='#373737',GradientType=0 ); /* IE6-9 */
	width: 940px;
	height: 40px;
	margin: 0 auto 16px;
}
.menu li:first-child {
	margin-left: 0;
}
.menu li {
	position: relative;
	line-height: 40px;
	background: url(../img/brd-list-menu.png) 0 0 no-repeat;
	float: left;
	text-align: center;
	padding: 0 20px;
	font-size: 18px;
	text-shadow: 0px 1px 1px rgba(1, 0, 2, 0.7);
}
.menu li span.sub {
	background: url(../img/ico-submenu.png) 0 0 no-repeat;
	width: 8px;
	height: 8px;
	position: absolute;
	bottom: 4px;
	left: 50%; 
}
.menu a {
	color: #fff;
	text-decoration: none;
}
/* Submenu */
.menu ul {
	display: none;
}
.menu li:hover ul{
	display: block;
	position: absolute;
	top: 40px;
	left: -3px;
	width: 150px;
	z-index: 2;
	border-radius-left: 0;
 	border-radius-bottom: 3px;
}
.menu li:hover ul li:first-child {
	border-top: none; 
}
.menu li:hover ul li  {
	background: #f2f1f1;
	width: 150px;
	padding: 10px;
	text-align: left;
 	display: block;
 	border-radius:0;
 	border: none;
 	line-height: 13px;
 	text-shadow:none;
}
.menu ul li a:hover {
	color: #000;
}
.menu ul li a {
	 color: #484848;
	 font-size: 14px;
 }

/* Ubicacion top */
.info {
	float: right;
	width: 140px;
}
.info li {
	display: block;
	background: url(../img/ico-top.png) 0 3px no-repeat;
	padding-left: 20px;
	margin-bottom: 5px;
	color: #464646;
	font-size: 15px;
}
/* Fono */
.info li.fono {
	background-position: 0 -21px;
}
/* E-mail */
.info li.mail {
	background-position: 0 -43px;
}

/* Banner */
.banner {
	background: url(../img/banner.jpg) no-repeat;
	width: 940px;
	height: 528px;
	position: relative;
	z-index: 0;
	margin-bottom: 16px;
}
.banner .bajada {
	background: url(../img/fnd-bajada.png) no-repeat;
	width: 659px;
	height: 520px;
}
.banner .bajada article {
	padding: 40px 150px 40px 30px;
	color: #fff;
}
.banner .bajada article h2 {
	text-transform: uppercase;
	padding: 17px 0;
	text-shadow: 0px 1px 1px rgba(3, 111, 143, 0.7);
	font-family: 'open_sans_condensedbold';
	font-size: 28px;
	line-height: 34px;
}
.banner .bajada article p {
	padding-bottom: 17px;
	font-size: 16px;
	line-height: 20px;
}
/* Contenido Home */

/* Preguntas */
.preguntas {
	float: left;
	width: 463px;
}
.preguntas h2 {
	padding-left: 67px;
}
.contacto h2 {
	padding-left: 80px;
}
.preguntas h2, .contacto h2 {
	text-shadow: 0px 1px 1px rgba(1, 0, 2, 0.7);
	margin-bottom: 15px;
	position: relative;
	line-height: 39px;
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
	border-radius: 4px;
	background: #494949; /* Old browsers */
	background: -moz-linear-gradient(top,  #494949 0%, #373737 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#494949), color-stop(100%,#373737)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #494949 0%,#373737 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #494949 0%,#373737 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #494949 0%,#373737 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #494949 0%,#373737 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494949', endColorstr='#373737',GradientType=0 ); /* IE6-9 */
}
.preguntas .ico {
	background: url(../img/ico-preguntas.png) no-repeat;
	width: 57px;
	height: 54px;
	position: absolute;
	top: -12px;
	left: -2px;
}
.pregunta {
	background: url(../img/fnd-pregunta.png) no-repeat;
	width: 463px;
	height: 122px;
	margin-bottom: 10px;
}
.pregunta p {
	padding: 10px 60px;
	font-size: 16px;
	line-height: 20px;
}
/* Respuesta */
.respuesta {
	background: url(../img/fnd-respuesta.png) 15px 0 no-repeat;
	width: 450px;
	height: 130px;
}
.respuesta p {
	padding-left: 60px;
	color: #333;
	font-size: 16px;
	line-height: 20px; 

}

/* Contacto */
.contacto {
	float: right;
	width: 460px;
	margin-left: 17px;
}
.contacto .ico {
	background: url(../img/ico-contacto.png) no-repeat;
	width: 70px;
	height: 51px;
	position: absolute;
	top: -10px;
	left: 4px;
}
/* FORM */
.form {
	position: relative;
}
.tit-campo, .tit-mensaje  {
	font-size: 16px;
	width: 120px;
}
.campo {
	background: #f2f1f1;
	border-radius: 4px;
	height: 36px;
	margin-bottom: 10px;
	width: 370px;
	padding: 5px;
}
.textarea {
	background: #f2f1f1;
	border-radius: 4px;
	padding: 5px;
	width: 370px;
	height: 130px;
}
.enviar {
	cursor: pointer;
	background: url(../img/btn.png) no-repeat;
	width: 82px;
	height: 29px;
	color: #fff;
	position: absolute;
	right: 0;
	font-family: 'open_sanscondensed_light';
	font-size: 16px;
	text-shadow: 0px 1px 1px rgba(0, 51, 102, 0.7);
	filter: shadow(color=#003366, direction=90, strength=2);
}
.btns {
	margin: 0 auto;
	width: 200px;
}

.btn {
	background: url(../img/btn.png) no-repeat;
	width: 82px;
	height: 29px;
	color: #fff;
	font-size: 13px;
	text-align: center;
	line-height: 29px;
}

/************************* FOOTER ********************************/
.footer {
	background: #464646;
	width: 965px;
	/*height: 114px;*/
	padding: 15px 13px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}
.menu-bottom {
	float: left;
	width: 320px;
}
.menu-bottom li {
	margin-bottom: 7px;
	font-size: 16px;
	text-shadow: 0px 1px 1px rgba(1, 0, 2, 0.7);
}
.menu-bottom a {
	color: #fff;
}
.menu-bottom a:hover {
	text-decoration: underline;
}
.ubi {
	float: right;
	width: 150px;
}
.ubi li {
	background: url(../img/ico-bottom.png) 0 3px no-repeat;
	margin-bottom: 10px;
	color: #e2dede;
	padding-left: 20px;
	font-size: 16px;
	text-shadow: 0px 1px 1px rgba(1, 0, 2, 0.7);
}
.ubi li.fono {
	background-position: 0 -27px;
}
.ubi li.mail {
	background-position: 0 -56px;
}

/************************* INTERIOR ********************************/
.main {
	padding: 0 0 50px;
}
.miga {
	font-weight: bold;
	margin-bottom: 5px;
}
.miga a {
	color: #333;
}
.miga a.activo {
	color: #18c4d8;
}
.miga span {
	padding: 0 5px;
}

.content {
	width: 450px;
}
.content-full {
	width: 650px;
}
.content h2, .content-full h2 {
	color: #18c4d8;
	margin-bottom:10px;
	font-size: 30px;
	border-bottom: 1px solid #18c4d8;
}
.content p, .content-full p {
	color: #333;
	padding-bottom: 10px;
}
.content figure figcaption {
	float: left;
	width: 130px;
	margin-right: 20px;
	text-align: center;
	padding: 5px 0;
}
.w350 {
	width: 350px!important;
}
.w165 {
	width: 165px!important;
}
.content h3 {
	padding: 10px 0;
}
/* Submenu */
.submenu{
	float: left;
	width: 200px;
	padding: 10px;
	background: #f5f5f5;
	border-radius: 5px;
	margin: 7px 30px 0 0;

}
.submenu h2 {
	color: #333;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
}
.submenu li {
	margin-bottom: 5px;
	background: url(../img/square.png) 0 7px no-repeat;
	padding-left: 7px;
}
.submenu a {
	color: #333;
}
.submenu a:hover {
	text-decoration: underline;
}

iframe {
	margin-bottom: 15px;
}

