@charset "utf-8";
/* CSS Document */
h2.estilo1{
	font-size:15px;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	font-family: 'Open Sans', Arial, sans-serif;
	color: #777777;
	font-weight: regular;
	font-size: 13px;
}
p {
	margin: 0;
}
.header {
	position: relative;
	width: 100%;
	height: 300px;
	background: url(../imagenes/header.jpg) center top no-repeat;
}
.franja_naranja_fondo {
	position: absolute;
	left: 0;
	top: 68px;
	right: 50%;
	height: 40px;
	background: #769D00;
}
.header_interior {
	position: relative;
	width: 1000px;
	height: 205px;
	margin: 0 auto;
	z-index: 2;
}
.logo {
	height: 36px;
	padding: 16px 0;
}
.franja_naranja {
	position: relative;
	height: 36px;
	padding-top: 4px;
	background: #769D00;
	border-bottom-right-radius: 25px;
	color: #fff;
}
.franja_naranja .slogan {
	display: inline-block;
	vertical-align: top;
}
.slogan1 {
	width: 380px;
}
.slogan2 {
	width: 330px;
}
.slogan span {
	display: inline-block;
	vertical-align: middle;
}
.slogan span.mas {
	font-size: 20px;
	font-weight: bold;
}
.slogan span.numero {
	font-size: 24px;
	font-weight: bold;
}
.slogan span.predicado {
	font-size: 16px;
	font-weight: regular;
}
.texto_intro {
	text-align: center;
	padding-top: 6px;
}
.texto_intro h1 {
	font-weight: 300;
	font-size: 18px;
	color: #fff;
	line-height: 150%;
	margin-top: 0px;
}

.contenido_medio {
	position: relative;
	height:500px;
	background: #E8E8E8;
}
.contenido_medio_interior {
	height:550px;
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
.contenido_medio .bloque_izquierdo {
	position: relative;
	display: table-cell;
	vertical-align: center;
	width: 800px;
	padding: 20px 0 10px 0;
}
.contenido_medio .bloque_derecho {
	
	display: table-cell;
	vertical-align: top;
	width: 500px;
	height:390px;
	padding-top:0px;
	margin:50px auto;

}
.contenido_medio .bloque_izquierdo img {
	margin:0px 0;
}
.contenido_medio .bloque_izquierdo h2 {
	font-size: 18px;
	color: #014B91;
	font-weight: normal;
}
.contenido_medio .bloque_izquierdo ul li {
	font-size: 14px;
	font-weight: 300;
	color: #000000;
	margin: 0;
	line-height: 150%;
}
.contenedor_contacto {
	background: #769D00;
	padding: 10px;
	color: #fff;
	font-size: 14px;
	border-top-left-radius: 30px;
	position: relative;
	margin:50px 0;
bottom: 0;
/*min-height: 400px;*/
}
.contenedor_contacto:before {
	content:'';
	margin:50px 0;
	position:relative;
	left:-15px;
	bottom:0;
	width:15px;
	height:390px;
	background:url(../imagenes/sombra_contacto.png) left top no-repeat;
}
.contenedor_contacto p {
	margin:10px 35px 10px 30px;
}
.campo {
	margin-bottom:10px;
	height:35px;
}
label {
	display:inline-block;
	width:85px;
	text-align:right;
	line-height:1em;
}
label.error {
position: absolute;
right: 24px;
color: #c00;
height: 40px;
line-height: 40px;
width: auto;
font-size: 13px;
}
input.error {
	border:1px solid #c00;
}
input {
	width: 215px;
	height: 35px;
	border: 0;
	padding:0 10px;
	background: #f5f5f5;
	font-size:15px
	background-image: -moz-linear-gradient(50% 0% -90deg, rgb(255,255,255) 0%, rgb(234,234,234) 100%);
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(255,255,255,1.00)),color-stop( 100% , rgba(234,234,234,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(234,234,234,1.00) 100%);
	background-image: -o-linear-gradient(-90deg, rgb(255,255,255) 0%, rgb(234,234,234) 100%);
	background-image: -ms-linear-gradient(-90deg, rgb(255,255,255) 0%, rgb(234,234,234) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(234,234,234,1.00) 100%);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffeaeaea, GradientType=0)  progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color=#4d000000, Positive=true)";
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffeaeaea, GradientType=0)  progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color=#4d000000, Positive=true);
font-family: 'Open Sans', Arial, sans-serif;
}

select{
	width: 234px;
	height: 35px;
	border: 0;
	padding:0 10px;
	background: #f5f5f5;
	font-size:15px
	background-image: -moz-linear-gradient(50% 0% -90deg, rgb(255,255,255) 0%, rgb(234,234,234) 100%);
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(255,255,255,1.00)),color-stop( 100% , rgba(234,234,234,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(234,234,234,1.00) 100%);
	background-image: -o-linear-gradient(-90deg, rgb(255,255,255) 0%, rgb(234,234,234) 100%);
	background-image: -ms-linear-gradient(-90deg, rgb(255,255,255) 0%, rgb(234,234,234) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(234,234,234,1.00) 100%);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffeaeaea, GradientType=0)  progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color=#4d000000, Positive=true)";
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffeaeaea, GradientType=0)  progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color=#4d000000, Positive=true);
font-family: 'Open Sans', Arial, sans-serif;
}

input[type=submit] {
	width:auto;
	height:40px;
	line-height:40px;
	background:#02488F;
	color:#fff;
	font-size:15px;
	padding:0 52px;
	margin-left:88px;
	cursor:pointer;
}
.por_que {
	position:relative;
	width:1300px;
	margin:0 20px;
}
.por_que h3 {
	font-weight:300;
	font-size:36px;
	color:#145796;
	margin:10px 0 20px 0;
}
.por_que .bloque_izquierdo {
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:640px;
}
.por_que .bloque_derecho {
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:640px;
	border-left:1px solid #E8E8E8;
	padding:40px 0;
	height:500px;
}
.por_que .bloque_derecho h2 {
	font-size:20px;
	font-weight:300;
	color:#005094;
	border-left:10px solid #769D00;
	padding:0 10px;
}
.item {
	margin-bottom:20px;
}
.imagen {
	display:inline-block;
	vertical-align:top;
	width:119px;
	height:119px;
	margin-right:15px;
}

.imagen_modificada {
	display:inline-block;
	vertical-align:center;
	width:119px;
	height:119px;
	margin-right:30px;
}


.texto {
	display:inline-block;
	vertical-align:top;
	width:500px;
}
.texto h4 {
	margin:0;
	font-weight:bold;
	font-size:18px;
	color:#769D00;
	letter-spacing:.25em;
}
.texto p {
	margin-bottom:5px;
}

.cercli {
	position:relative;
	width:1220px;
	height:600px;
	margin:0px 80px;
	
}
.cercli_interior {
	position:relative;
	height:600px;
	width:100%;
	margin:0 auto;
	
}

.cercli h4 {
        margin:0;
        font-weight:bold;
        font-size:18px;
        color:#769D00;
        letter-spacing:.25em;
}
.logos_footer {
	position:relative;
	border-top:1px solid #E8E8E8;
	width:1000px;
	margin:20px auto 0 auto;
	padding:10px 0;
	text-align:center;
}
.logos_footer img {
	vertical-align:middle;
}
.footer {
	position:relative;
	height:72px;
	background:#E8E8E8;
}
.footer_interior {
	position:relative;
	height:72px;
	width:1000px;
	margin:0 auto;
}
.aviso {
	float:center;
	text-align:center;
	line-height:72px;
}
.aviso a {
	text-decoration:none;
	color:#333333;
}
.direccion {
	float:right;
	text-align:right;
	line-height:72px;
	color:#777777;
}
::selection {
background: #FF9100;
color:#fff;
}
::-moz-selection {
background: #FF9100;
color:#fff;
}