@charset "utf-8";
/* CSS Document */
body,html {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width:100%;
	height:100%;
	overflow:hidden;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#3d3d3d;
	font-size:16px;
	
}
/**/
.contenido{
	 position:relative; 
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	overflow:auto;
	text-align:center;
	 box-sizing:border-box; 
	padding:15px;
	/*Degradado de color*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,a683c3+100&0.15+0,0.5+100 */
	/* background: -moz-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(234,96,96,0.5) 100%); */
	/* background: -webkit-linear-gradient(top, rgba(255,255,255,0.15) 0%,rgba(234,96,96,0.5) 100%); */
	/* background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%,rgba(234,96,96,0.5) 100%); */
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26ffffff', endColorstr='#80ea6060',GradientType=0 ); */
}
.contenido .contenedor{
	margin-top:10px;
	width:100%;
	max-width:1000px;
	position:relative;
}
/**/
.contenido .contenedor .titulo{
	margin-top:25px;
	font-size:23px;
	border-top: dotted 1px #831122;
	padding-top:30px;
}
.contenido .contenedor .titulo strong{
	font-size:28px;
	letter-spacing:1px;
}

/**/
.contenido .contenedor .formulario{
	width:100%;
	height:auto;
	margin-top:30px;
	box-sizing:border-box;
	padding:15px;
	/*Border Radius*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	/* background:rgba(255,255,255,0.5); */
	display:table;
}

.contenido .contenedor .formulario .columna{
	width:50%;
	float:left;
	text-align:left;
	box-sizing:border-box;
}
.contenido .contenedor .formulario .columna[posicion="izq"]{
	padding-right:12px;
}
.contenido .contenedor .formulario .columna[posicion="der"]{
	padding-left:12px;
}
@media (max-width: 600px) {
	.contenido .contenedor .formulario .columna{
		width:100%;
	}
	.contenido .contenedor .formulario .columna[posicion="izq"]{
		padding-right:0px;
	}
	.contenido .contenedor .formulario .columna[posicion="der"]{
		padding-left:0px;
	}
}
/**/
input[type="text"], select{
	background-color:#FFFFFF;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.20) inset !important;
    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;
	
	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;
}
/**/
.contenido .contenedor .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.5); */
	font-size:11px;
	text-align:justify;
	/* margin-bottom:10px; */
	/* display:table; */
	width:100%;

}
.contenido .contenedor .formulario .optin[error="true"]{
	color:#cd0000;
	background-color:rgba(255,240,240,0.8);
}

.contenido .contenedor .formulario .optin a{
	color:#af1b30;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
}
.contenido .contenedor .formulario .optin a:hover{
	color:#831122;
}
input[type="checkbox"]{
	cursor:pointer;
	outline: none;
}

.contenido .contenedor .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: #af1b30;
	background: -moz-linear-gradient(top, #af1b30 0%, #5e0c0d 100%);
	background: -webkit-linear-gradient(top, #af1b30 0%,#5e0c0d 100%);
	background: linear-gradient(to bottom, #af1b30 0%,#5e0c0d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af1b30', endColorstr='#5e0c0d',GradientType=0 );

	border: 0px solid transparent;
    /*Border Radius*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	outline:none;
}
.contenido .contenedor .formulario .boton:hover , .boton:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bf4245+0,991313+100 */
	background: #bf4245;
	background: -moz-linear-gradient(top, #bf4245 0%, #991313 100%);
	background: -webkit-linear-gradient(top, #bf4245 0%,#991313 100%);
	background: linear-gradient(to bottom, #bf4245 0%,#991313 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf4245', endColorstr='#991313',GradientType=0 );
}
.contenido .contenedor .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/#9582a4+0,544c5a+100 */
	background: #af1b30;
	background: -moz-linear-gradient(top, #af1b30 0%, #5e0c0d 100%);
	background: -webkit-linear-gradient(top, #af1b30 0%,#5e0c0d 100%);
	background: linear-gradient(to bottom, #af1b30 0%,#5e0c0d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af1b30', endColorstr='#5e0c0d',GradientType=0 );

	border: 0px solid transparent;
    /*Border Radius*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	outline:none;
	position:relative;
	

}
.contenido .contenedor .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;
}
/**/
.contenido .contenedor .idioma{
	position:absolute;
	top:-15px;
	right:0px;
	width:auto;
	box-sizing:border-box;
	background:rgba(255,255,255,0.5);
	/*Border Radius*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.contenido .contenedor .idioma img{
	margin:10px;
	display:inline-block;
	cursor:pointer;
}
/**/
.contenido .pie{
	width:100%;
	max-width:1000px;
	border-top: dotted 1px #831122;
	margin-top:35px;
	margin-bottom:10px;
	font-size:14px;
	padding-top:25px;

}
.contenido .pie a{
	color:#af1b30;
	text-decoration:none;
	cursor:pointer;
	font-weight:bold;
}
.contenido .pie a:hover{
	color:#831122;
}
/**/
.contenido .contenedor .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%;
}
.contenido .contenedor .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%;
}
/**/
.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: #af1b30;
	background: -moz-linear-gradient(top, #af1b30 0%, #5e0c0d 100%);
	background: -webkit-linear-gradient(top, #af1b30 0%,#5e0c0d 100%);
	background: linear-gradient(to bottom, #af1b30 0%,#5e0c0d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af1b30', endColorstr='#5e0c0d',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
}
.politica_cookies .politica_btn:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bf4245+0,991313+100 */
	background: #bf4245;
	background: -moz-linear-gradient(top, #bf4245 0%, #991313 100%);
	background: -webkit-linear-gradient(top, #bf4245 0%,#991313 100%);
	background: linear-gradient(to bottom, #bf4245 0%,#991313 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf4245', endColorstr='#991313',GradientType=0 );
}

.politica_cookies a{
	color:#af1b30;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
}
.politica_cookies a:hover{
	color:#831122;
}