* {
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
}

body {
	background-color: #eee;
	background-image: url('../images/bg_body.png');
	background-repeat: repeat-x;
	background-position: top;
}
body, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444;
}

strong {
	font-weight: bold;
	color: #111;
}
p {
	padding: 2px 0;
}
ul {
	padding-left: 20px;
}
	li {
		padding: 2px 0;
	}


/* Estilos */
.titulo {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: 1.1em;
	font-size: 22px;
	color: #efbf00;
}
.subtitulo {
	font-family: 'Oswald',Arial,Helvetica,sans-serif;
font-size: 22px;
padding-bottom: 10px;
padding-top: 10px;
}

.rsform-submit-button{
	background: -moz-linear-gradient(center top , #CD0000 0%, #FF5454 42%, #CD0000 82%) repeat scroll 0 0 transparent;
    border: medium none;
    border-radius: 10px 10px 10px 10px;
    color: white;
    font-family: 'Oswald',Arial,Helvetica,sans-serif;
    font-size: 20px;
    padding: 5px 20px;
    text-align: center;
    text-transform: uppercase;
	margin-left:40px;
	cursor:pointer;}

	.aviso{
		padding-left:24px;
		padding-top:0px;}

		.tel {
  color: #CD0000;
  font-size: 24px;
  font-weight: normal;
}
/* /Estilos */

/* Contenedores */
.container {
	width: 990px;
	margin: 10px auto;
	border: 1px solid #bbb;
	background-color: white;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
  -moz-box-shadow: 3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow: 3px 3px 5px 6px #ccc;

}
	.visual-container {
		margin: 10px 20px;
	}
	.header {
		margin-bottom: 15px;
	}
		.header .titulo {
			font-size: 36px;
			padding-top: 15px;
		}
		.header .subtitulo {
			font-size: 22px;
		}
		.header .logo {
				float: left;
				margin: 0 10px 0 0;
		}

	.main {
	}
		.page {
			width: 640px;
		}
		.sidebar-right {
			float: right;
			width: 300px;
		}
			.sidebar-right .titulo {
				font-size: 20px;
				margin-bottom: 10px;
				text-align: center;
			}
	.footer {
		font-size: 12px;
margin-top: 5px;
padding: 4px 20px 10px 20px;
	}
		.footer a {
			color: #666;
		}
/* /Contenedores */

/* Entradilla */
.entradilla {
}
	.entradilla .titulo {
		font-size: 46px;
		padding: 20px 0;
	}
	.entradilla .subtitulo {
		font-size: 24px;
		padding: 0 0 40px 0;
	}
/* /Entradilla */


/* Cuerpo */
.cuerpo {
    background-image: url("../images/chica.jpg");
    background-position: -10px -10px;
    background-repeat: no-repeat;
    padding: 20px 0 20px 300px;
		margin:20px 0px 30px 0px;
}
	.cuerpo .titulo {
		font-size: 26px;
		padding-bottom: 15px;
	}
	.cuerpo ul {
		list-style: none;
		padding: 0px;
	}
		.cuerpo li {
			background-image: url('../images/aspa.png');
			background-position: left;
			background-repeat: no-repeat;
			padding: 5px 0px 5px 44px;
			line-height: 32px;
			font-family: 'Oswald', Arial, Helvetica, sans-serif;
			font-size: 22px;
			color: black;
		}
/* /Cuerpo */

/* Formularios */
.box-form {
	width: 100%;
	background-color: #7F9CC2;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


.rsform{
	width: 100%;
	background-color: #a5860c;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-left:15px;	}
	.visual-box-form {
		padding: 10px 10px;
	}

	.rsform-input-box {
	    width: 270px;
	    height: 35px;
	    color: #000000;
	    border-radius: 3px;
	    border: #826a0c 1px solid;
	    padding: 10px;
	}

		.formField{
			font-size:13px;}
	.box-form .subtitulo {
		font-size: 20px;
		padding-top: 2px;
		clear: both;
		color: white;
	}
	.box-form .aviso.subtitulo {
		color: white;
		text-align: center;
		font-size: 18px;
	}
	.box-form .aviso.subtitulo .tel {
		color: #CD0000;
		font-size: 24px;
		font-weight: normal;
	}
form, form a {
	color: white;
}
	form dl {
		padding-top: 2px;
	}
		form dt {
			font-size: 13px;
		}
		form dd {
		}
	#div_button {
		text-align: center;
		padding: 10px 0 0 0;
	}
		#div_button button, #div_button .button {
			text-align: center;
			padding: 5px 20px;
			background-color: #CD0000;
			border: none;
			color: white;
			font-family: 'Oswald', Arial, Helvetica, sans-serif;
			font-size: 20px;
			text-transform: uppercase;

			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px;

			background: #cd0000; /* Old browsers */
			background: -moz-linear-gradient(top,  #cd0000 0%, #ff5454 42%, #cd0000 82%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cd0000), color-stop(42%,#ff5454), color-stop(82%,#cd0000)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #cd0000 0%,#ff5454 42%,#cd0000 82%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #cd0000 0%,#ff5454 42%,#cd0000 82%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #cd0000 0%,#ff5454 42%,#cd0000 82%); /* IE10+ */
			background: linear-gradient(top,  #cd0000 0%,#ff5454 42%,#cd0000 82%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd0000', endColorstr='#cd0000',GradientType=0 ); /* IE6-9 */
		}
	textarea, .form-text, .form-select {
		width: 90%;
		border: 1px solid #eee;
		padding: 1px;
	}
	.form-check {
		margin-right: 5px;
	}
	.field {
		position: relative;
	}
	label.error {
		position: absolute;
		top: 4px;
		right: 0px;
		font-size: 9px;
		background-color: red;
		color: white;
		padding: 0px 5px;
		text-transform: uppercase;

		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	input.error, textarea.error {
		border: 1px solid red;
		background-color: #ffeded;
	}
/* /Formularios */

/* Bloques */
.blocks {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.blocks .block {
	float: left;
	width: 30%;
	margin-right: 1%;
	padding: 2%;
	min-height: 270px;
	background-color: #f7f7f7;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.blocks .block .titulo {
	font-size: 18px;
	padding-bottom: 15px;
}
.blocks .contenido{ padding-bottom: 15px; }
/* /Bloques */

/* apoyo */
.visual-clear {
	clear: both;
}
.separador {
	margin: 18px 0 2px 0;
	border-top: 2px solid #6D8AAF;
	border-bottom: 1px solid #9BB2CF;
}
/* /apoyo */

/* legal */
.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	margin-left: 60px;
}
	.legal .title {
		font-size:24px;
	}
	.legal p {
		position: relative;
		margin: 12px 0;
		padding: 0px;
	}
	.legal blockquote {
		margin: 0 0 0 0;
	}
	.legal label {
		font-weight: bold;
		font-style:normal;
		position: absolute;
		top: 0px;
		left: -20px;
	}
	.legal blockquote label {
		position: relative;
		top: 0px;
		left: 0px;
	}
	.legal ul {
		list-style: upper-roman;
	}
	.legal li {
		margin: 12px 0;
	}
	.legal strong {
		font-weight: bold;
	}
	.legal em {
		font-weight:bold;
		text-decoration: underline;
		font-style: normal;
	}
	.legal a {
		color: #0000FF;
		text-decoration: underline;
	}
/* /legal */

.highlight {
    border: #ec0000 1px solid;
}
div#rsform_error_3 {
    margin-left: -15px;
    padding: 8px;
    background: #e6be1e;
    color: #000;
    font-size: 18px;
    text-align: center;
}


#cookie-bar {background:#a5860c; height:auto; line-height:24px; color:#eeeeee; text-align:center; padding:3px 0; font-size: 12px; }
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%; z-index: 99999; padding: 10px 30px;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {color:#000000; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px;}
#cookie-bar .cb-enable {background:#e4e4e4;}
#cookie-bar .cb-enable:hover {background:#000000; color:#FFFFFF;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#0033bb;}
#cookie-bar .cb-policy:hover {background:#0055dd;}

.item-politica {
    padding: 15px;
    max-height: 650px;
    overflow-y: scroll;
}

.item-politica::-webkit-scrollbar {

        width: 15px;

}

.item-politica::-webkit-scrollbar-track {

    background: none;

    -webkit-box-shadow: inset 0 0 6px #a5860c;

    border-radius: 0px;

}

.item-politica::-webkit-scrollbar-thumb {

    background: #a5860c;

    border-radius: 0px;

    -webkit-box-shadow: inset 0 0 6px #a5860c;

}
