@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;
	background-color:#f1f1f1;
}
.cabecera{
	width:100%;
	background:url(img/fondo_cabecera.jpg);/**/
	background-repeat:no-repeat;
	background-position:bottom center;
	background-color:#FFF;
}
.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(255,255,255,0.9);	
	box-sizing:border-box;
	padding:6px;
	font-size:16px;
	color:#105651;
	/*Border Radius*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#00c762;
}
.cabecera .cabecera_cont .idioma a{
	color:#105651;
	text-decoration:none;
}
.cabecera .cabecera_cont .idioma a:hover{
	font-weight:bold;
}

.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:#6b6b6b;
	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:#ffffff;/**/
	color:#666666;
	border-bottom: solid 2px #CCCCCC;
}

.formulario .columna{
	width:50%;
	float:left;
	text-align:left;
	box-sizing:border-box;
	color:#6b6b6b;/**/
}
.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;
	}
	
	.cabecera_titulo br{
		display:none;
	}
}
/**/
input[type="text"], select{
	background-color:#f8f8f8;
	
    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 3px 6px rgba(0, 0, 0, 0.20) inset !important;
	*/
	
	outline: none;
	margin-top:5px;
	margin-bottom:15px;
	
	border-bottom: solid 2px #CCCCCC;
	
	

}
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;
	border-bottom: solid 2px #CCCCCC;
}
input[type="text"][error="true"], select[error="true"]{
	background-color:#fff8f8;
	color:#cd0000;
	border: 1px solid #cd6d6d;
	border-bottom: 2px 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:#f8f8f8;
	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:#00c762;/**/
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
	
}
.formulario .optin a:hover{
	color:#006230;/**/
}
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: #00c762;
background: -moz-linear-gradient(top, #00c762 0%, #006230 100%);
background: -webkit-linear-gradient(top, #00c762 0%,#006230 100%);
background: linear-gradient(to bottom, #00c762 0%,#006230 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c762', endColorstr='#006230',GradientType=0 );

	border: 0px solid transparent;
    /*Border Radius*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	outline:none;
	
	border-bottom: solid 3px #002311;
}
.formulario .boton:hover , .boton:hover{
	background: #006230;/**/

}

.boton[tipo="blanco"]{
	background:#FFF !important;
	color:#00b145;
	font-size:20px;
	border-bottom:2px solid #028c46;
}

.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: #00c762;
background: -moz-linear-gradient(top, #00c762 0%, #006230 100%);
background: -webkit-linear-gradient(top, #00c762 0%,#006230 100%);
background: linear-gradient(to bottom, #00c762 0%,#006230 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c762', endColorstr='#006230',GradientType=0 );

	border: 0px solid transparent;
    /*Border Radius*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	outline:none;
	position:relative;
	
	border-bottom: solid 3px #002311;
	

}
.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:#6b6b6b;
	margin-top:100px;
	color:#FFF;
}
.pie a{
	color:#ffffff;/**/
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
	
}
.pie a:hover{
	color:#00c762;/**/
}

/**************************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: #00c762;
background: -moz-linear-gradient(top, #00c762 0%, #006230 100%);
background: -webkit-linear-gradient(top, #00c762 0%,#006230 100%);
background: linear-gradient(to bottom, #00c762 0%,#006230 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c762', endColorstr='#006230',GradientType=0 );

	border: 1px solid transparent;
    /*Border Radius*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	outline:none;
	display:inline-block;
	margin-left:10px;
	margin-top:5px
	
	border-bottom: solid 3px #002311;
}
.politica_cookies .politica_btn:hover{
	background: #006230;/**/
}

.politica_cookies a{
	color:#00c762;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
}
.politica_cookies a:hover{
	color:#006230;
}