@charset "utf-8";
/* CSS Document */
*,
*:after,
*:before {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
*{
	margin: 0 auto;
}
p{
	font-size:18px;
	line-height:1.5em;
}
img{
	max-width:100%;
	height:auto;
}
.contenedor_cabecera{
	position:absolute;
	z-index:9999;
	width:100%;
}
header{
	height:110px;
	width:100%;
	background:#F0F4F7;
	border-top:5px solid #1E5BD6;
}
.cabecera{
	width:1160px;
	height:105px;
}
.logo{
	width:400px;
	height:105px;
	float:left;
}
.c-datos{
	width:600px;
	height:40px;
	float:left;
	margin-left:160px;
	margin-top:30px;
	font-family: 'ubuntumedium', sans-serif;
	font-size:20px;
	line-height:1em;
}
.sub1{
	font-family: 'ubunturegular', sans-serif;
	font-size:16px;
}
.tc{
	float:left;
	background:url(../images/tc.png) no-repeat left;
	padding-left:50px;
	height:40px;
	margin-right:40px;
}
.cc{
	float:left;
	background:url(../images/cc.png) no-repeat left;
	padding-left:50px;
	height:40px;
}
.c1{
	height:105px;
}
.areamenu{
	background:#FF6600;
	width:100%;
	height:40px;
}
.menu{
	width:1160px;
	height:40px;
	font-family: 'ubuntumedium', sans-serif;
	padding-left:80px;
	text-transform:uppercase;
}
.bajar{
	margin-top:5%;
}
.wrapper{
	background:#f2f2f2;
	width:1160px;
	padding:3%;
	margin:80px auto;
	
}
.wrapper h1{
	font-family: 'ubuntubold';
	color:#1E5BD6;
	font-size:1.7rem;
}
.izquierda{
	width:50%;
	float:left;
}
.izquierda h1{
	padding-right:5%;
	line-height:1.3em;
	margin-bottom:20px;
}
.izquierda p{
	padding-right:7%;
	line-height:1.5em;
	text-align:justify;
}
.derecha h1{
	padding-left:7%;
	line-height:1.3em;
	margin-bottom:20px;
}
.derecha p{
	padding-left:7%;
	line-height:1.5em;
}	

.derecha{
	width:50%;
	float:left;
}
.derecha ul{
	margin-left:50px;
	font-size:18px;
}
.derecha li{
	list-style:url(../images/v1.png);
	line-height:1.3em;
	margin-bottom:13px;
}
.espacio1{
	height:50px;
}
.espacio2{
	height:80px;
}
footer{
	background:#1E5BD6;
	color:#fff;
	text-align:center;
	font-size:14px;
	text-align:center;
	padding:10px;
}
.banner-int{
	background:url(../images/banner-int.jpg) left no-repeat;
	width:1160px;
	height:260px;
	margin-top:30px;
}
.etiqueta_banner{
	padding:12%;
	padding-top:10%;
	
}
.etiqueta_banner h1{
	font-family: 'ubuntubold', sans-serif;
	line-height:1.3em;
	color:#fff;
}
.separador{
	margin-bottom:70px;
}
.cod{
	background:url(../images/cod.png) top no-repeat;
	padding-left:30px;
	min-height:20px;
	margin-bottom:30px;
	background-position:left top;
	line-height:1.5em;
	font-size:18px;
}
.cot{
	background:url(../images/cot.png) top no-repeat;
	padding-left:30px;
	min-height:20px;
	margin-bottom:30px;
	background-position:left top;
	line-height:1.5em;
	font-size:18px;
}
.coc{
	background:url(../images/coc.png) top no-repeat;
	padding-left:30px;
	min-height:20px;
	margin-bottom:30px;
	background-position:left top;
	line-height:1.5em;
	font-size:18px;
}
.cow{
	background:url(../images/cow.png) top no-repeat;
	padding-left:30px;
	min-height:20px;
	margin-bottom:30px;
	background-position:left top;
	line-height:1.5em;
	font-size:18px;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: 'ubunturegular';
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: 'ubunturegular';
}

::-ms-input-placeholder { /* Microsoft Edge */
    font-family: 'ubunturegular';
}
.f1{
	margin-bottom:20px;
}
.ef1{
	border:1px solid #1E5BD6;
	height:38px;
	padding:5px 10px;
	width:100%;
	border-radius:8px;
}
.ef2{
	border:1px solid #1E5BD6;
	height:88px;
	padding:5px 10px;
	width:100%;
	border-radius:8px;
}
.btn-enviar{
	margin-top:10px;
}
.ebtn-enviar{
	border-radius:8px;
	background:#1E5BD6;
	font-family: 'ubunturegular';
	text-align:center;
	width:100%;
	border:none;
	height:38px;
	color:#fff;
	cursor:pointer;
}