@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.cabecera{
	width:100%;
	background:url(img/fondo_cabecera.jpg);/**/
	background-position: top center;
}
.cabecera .cabecera_cont{
	width:100%;
	max-width:1020px;
	box-sizing:border-box;
	position:relative;
	padding-left:10px;
	padding-right:10px;
}
.cabecera .cabecera_cont .idioma{
	float:right;
	background-color:rgba(0,0,0,0.3);	
	box-sizing:border-box;
	padding:6px;
}

.cabecera .cabecera_cont .idioma img{
	display:inline-block;
}
.cabecera .cabecera_cont .cabecera_titulo{
	color:#ffffff;
	font-size:40px;
}


/********************CONTENIDO**************************/
.contenido{
	width:100%;
	max-width:1020px;
	box-sizing:border-box;
	position:relative;
	padding-left:10px;
	padding-right:10px;
}

.contenido .contenido_titulo{
	font-size:34px;
	color:#157cda;
	padding-top:50px;
	padding-bottom:50px;
		
}

/***********************FORMULARIO************************/
.formulario{
	width:100%;
	height:auto;
	box-sizing:border-box;
	padding:15px;
	/*Border Radius*/
	/*-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
	display:table;
	background-color:#f8f8f8;
	
	box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.20)  !important;
}

.formulario .columna{
	width:50%;
	float:left;
	text-align:left;
	box-sizing:border-box;
	color:#157cda;/**/
}
.formulario .columna[posicion="izq"]{
	padding-right:12px;
}
.formulario .columna[posicion="der"]{
	padding-left:12px;
}
@media (max-width: 600px) {
	.formulario .columna{
		width:100%;
	}
	.formulario .columna[posicion="izq"]{
		padding-right:0px;
	}
	.formulario .columna[posicion="der"]{
		padding-left:0px;
	}
}
/**/
input[type="text"], select{
	background-color:#FFFFFF;
	
    height: 40px;
	width:100%;
	box-sizing:border-box;
    padding: 5px 10px;
    border: 1px solid #c0c0c0;
	color:#666666;
	font-size:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	
	 /*Border Radius*/
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1)  !important;
	
	
	outline: none;
	margin-top:5px;
	margin-bottom:15px;
	
	

}
select{
	-webkit-appearance:none;
	-moz-appearance:none;
	background-image:url(img/flecha_select.png);
	background-repeat:no-repeat;
	background-position:right 10px center;
	cursor:pointer;

}

input[type="text"]:focus , select:focus{
    border: 1px solid #967dab;
}
input[type="text"][error="true"], select[error="true"]{
	background-color:#fff8f8;
	color:#cd0000;
	border: 1px solid #cd6d6d;
}
/**/
.formulario .optin{
	box-sizing:border-box;
	padding:10px;
	/*Border Radius*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	background-color:rgba(255,255,255,0.8);
	font-size:12px;
	text-align:justify;
	margin-bottom:15px;
	display:table;
	width:100%;
}
.formulario .optin[error="true"]{
	color:#cd0000;
	background-color:rgba(255,240,240,0.8);
}

.formulario .optin a{
	color:#157cda;/**/
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
	
}
.formulario .optin a:hover{
	color:#013768;/**/
}
input[type="checkbox"]{
	cursor:pointer;
	outline: none;
}

.formulario .boton , .boton{
    width: 200px;
    height: 40px;
	box-sizing:border-box;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: bold;
	color:#ffffff;
    text-align: center;
    cursor: pointer;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#af1b30+0,5e0c0d+100 *//**/
	background: #157cda;
	background: -moz-linear-gradient(top, #157cda 0%, #013768 100%);
	background: -webkit-linear-gradient(top, #157cda 0%,#013768 100%);
	background: linear-gradient(to bottom, #157cda 0%,#013768 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#157cda', endColorstr='#013768',GradientType=0 );

	border: 0px solid transparent;

	outline:none;
	
	box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.20)  !important;
	border: double 2px #fff;
}
.formulario .boton:hover , .boton:hover{
	background: #013768;/**/

}
.formulario .boton_carga{
    width: 200px;
    height: 40px;
	box-sizing:border-box;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: bold;
	color:#ffffff;

    text-align: center;

    cursor: progress;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#af1b30+0,5e0c0d+100 *//**/
	background: #157cda;
	background: -moz-linear-gradient(top, #157cda 0%, #013768 100%);
	background: -webkit-linear-gradient(top, #157cda 0%,#013768 100%);
	background: linear-gradient(to bottom, #157cda 0%,#013768 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#157cda', endColorstr='#013768',GradientType=0 );

	border: 0px solid transparent;

	
	outline:none;
	position:relative;
	
	box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.20)  !important;
	border: double 2px #fff;
	

}
.formulario .boton_carga div{
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
   	background-image:url(img/carga.gif);
	background-repeat:no-repeat;
	background-position:center center;
}

.formulario .form_error{
	box-sizing:border-box;
	padding:10px;
	text-align:left;
	box-sizing:border-box;
	padding-left:40px;
	
	/*border:dotted 1px #cd0000;*/
	color:#cd0000;
	margin-bottom:15px;
	background:url(img/errror_ico.png);
	background-position:left 10px center;
	background-repeat:no-repeat;
	background-color:rgba(255,240,240,0.8);
	/*Border Radius*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:14px;
	display:table;
	width:100%;
}
.formulario .form_ok{
	box-sizing:border-box;
	padding:10px;
	text-align:left;
	box-sizing:border-box;
	padding-left:40px;
	
	/*border:dotted 1px #cd0000;*/
	color:#2dba1f;
	margin-bottom:15px;
	background:url(img/ok_ico.png);
	background-position:left 10px center;
	background-repeat:no-repeat;
	background-color:rgba(242,255,241,0.8);
	/*Border Radius*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:14px;
	display:table;
	width:100%;
}
/*****************************PIE************************************/
.pie{
	height:190px;
	background:#013768;
	margin-top:100px;
	color:#FFF;
}
.pie a{
	color:#ffffff;/**/
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
	
}
.pie a:hover{
	color:#157cda;/**/
}

/**************************POLITICAS*******************************/
/**/
.politica {
	position:fixed;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background-color:rgba(0,0,0,0.5);

}
.politica .politica_contenedor{
	width:100%;
	height:100%;
	box-sizing:border-box;
	padding:15px;
	max-width:700px;
	margin-left:auto;
	margin-right:auto;
}

.politica .politica_contenedor .politica_contenido{
	width:100%;
	height:100%;
	box-sizing:border-box;
	padding:15px;

	background-color:#FFF;
	/*Border Radius*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
/**/
.politica_cookies{
	position:fixed;
	bottom:0px;
	left:0px;
	right:0px;
	box-sizing:border-box;
	padding:15px;
	padding-bottom:20px;
	background-color:rgba(255,255,255,0.95);
	font-size:14px;
	-webkit-box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.3);
}


.politica_cookies .politica_btn{
    width: auto;
    height: 24px;
	box-sizing:border-box;
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
	color:#ffffff;
    text-align: center;
    cursor: pointer;
	line-height:4px;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#af1b30+0,5e0c0d+100 *//**/
	background: #157cda;
	background: -moz-linear-gradient(top, #157cda 0%, #013768 100%);
	background: -webkit-linear-gradient(top, #157cda 0%,#013768 100%);
	background: linear-gradient(to bottom, #157cda 0%,#013768 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#157cda', endColorstr='#013768',GradientType=0 );

	border: 1px solid transparent;

	
	outline:none;
	display:inline-block;
	margin-left:10px;
	margin-top:5px
	
	box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.20)  !important;
	border: double 2px #fff;
}
.politica_cookies .politica_btn:hover{
	background: #013768;/**/
}

.politica_cookies a{
	color:#157cda;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
}
.politica_cookies a:hover{
	color:#013768;
}