@charset "utf-8";
/* CSS Document */

/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
 /*
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
/*
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*/
/*aquí empieza mi css*/
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}
h1 h2 p ul li {
	margin: 0;
	padding: 0;
}
.wrapper {
	width: 1014px;
	height: 100%;
	margin: auto;
}
#cabecera {
	width: 1014px;
	height: 80px;
	background-color: #fff;
}
#cabecera #logo {
	float: left;
	width: 20%;
	padding: 0.5%;
}
#cabecera #titulo {
	float: left;
	width: 42%;
	margin-top: 1%;
	margin-left: 2%;
	padding: 0.2%;
	font-size: 2.2em;
}
#cabecera #nav {
	float: left;
	margin-top: 1.8em;
	margin-left: 13%;
	width: 20%;
	text-align: right;
}
#nav ul {
}
#nav li {
	float: left;
	list-style-type: none;
	padding-left: 10%;
	font-size: 0.8em;
}
#nav li a {
	text-decoration: none;
	color: #333333;
	font-weight: 600;
}
#nav li a:hover {
	text-decoration: underline;
}
#container {
	margin-top: 0.01%;
	width: 1014px;
	height: 474px;
	background-color: #fff;
}
#container #linea {
	background-color: #e4e1e1;
	height: 5px;
	padding-left: 2.5%;
	margin-top: 0;
	text-align: left;
	font-family: 'Open Sans Light', sans-serif;
	font-size: 2.4em;
}
#container #image-main {
	float: left;
	width: 70%;
	height: 474px;
}
#container #image#img {
	max-width: 790px;
	margin-top: 0;
}
.clearfix {
	clear: both;
}
#container #acceso {
	margin-top: 0;
	width: 30%;
	float: left;
	font-family: 'Open Sans Light', sans-serif;
	height: 474px;
	background-color: #E9E9E9;
}
#container #acceso h2 {
	background-color: #a82021;
	padding-top: 2%;
	margin-top: 0;
	color: #fff;
	height: 30px;
	font-family: 'Open Sans Light', sans-serif;
	font-size: 1.1em;
}
#container #acceso form {
	margin-left: 0;
}
#container #acceso #bt_acceso {
	float: left;
	width: 35%;
	height: 1.8em;
	margin-left: 20%;
	margin-top: 5%;
	padding-bottom: 1%;
	background-color: #a82021;
	color: #fff;
	font-size: 0.9em;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	border-radius: 0.4em;
}
#container #acceso input.bt {
	display: block;
	width: 122px;
	height: 30px;
	background-color: #a82021;
	border: 0px;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	border-radius: 0.4em;
	cursor: pointer;
}
#acceso input.text {
	width: 190px;
	margin-left: 20%;
	padding: 2px 10px 0 0;
	height: 2em;
	border: none;
	background: url(images/fnd_input.png) no-repeat;
	margin-bottom: 15px;
}
#container #acceso .text {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	width: 60%;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	border-radius: 4px;
	padding: 1%;
	border: solid 1px #cccccc;
	font-family: Arial;
	font-size: 12px;
	color: #9F9B90;
	background-color: #fff;
}
/*
#acceso div.bt_entrar {
	position: relative;
	height: 40px;
	border-bottom: #DF0006 1px solid;
}*/
#container #acceso #claves {
	width: 50%;
	margin-top: 10%;
	font-size: 0.7em;
	margin-left: 20%;
	margin-top: 10%;
}
#container #acceso #claves a {
	color: #000;
	text-decoration: none;
}
#container #acceso #claves a:hover {
	text-decoration: underline;
}
#container #acceso #registro {
	background-color: #E9E9E9;
}
#container #acceso #registro h3 {
	font-size: 1.2em;
	border-top: #a82021 solid 1px;
	padding-top: 10%;
	width: 80%;
	margin: 5% 10%;
}
#container #acceso #registro #bt_registro {
	width: 50%;
	height: 30px;
	margin-left: 20%;
	text-align: center;
	background-color: #a82021;
	color: #fff;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	border-radius: 0.4em;
}
#container #acceso #registro #bt_registro a {
	color: #fff;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	border-radius: 0.4em;
}
#cont_textos {
	float: left;
	margin-top: 0;
	width: 70%;
	text-align: left;
	background-color: #ffffff;
}
.textos {
	float: left;
	margin: 0 4% 0 4%;
	width: 40%;
	height: 200px;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.2em;
}
#soporte {
	float: left;
	margin-top: 0;
	width: 27%;
	padding-left: 3%;
	text-align: left;
	height: 200px;
	background-color: #b3b3b3;
	font-size: 0.9em;
	line-height: 1.2em;
}
#soporte h3 {
	font-size: 1.2em;
	text-transform: uppercase;
	color: #fff;
}
#soporte h4 {
	font-size: 1.1em;
	color: #000;
	border-top: #fff solid 1px;
	width: 85%;
	padding-top: 3%;
}
#pie {
	width: 1014px;
	height: 60px;
	margin-top: 2%;
	background-color: #E9E9E9;
}
#pie #footer_left {
	float: left;
	width: 70%;
}
#pie #footer_left #enlaces {
	float: left;
	width: 30%;
	padding-top: 1%;
	font-size: 0.7em;
}
#pie #footer_left #enlaces a {
	color: #000;
	text-decoration: none;
}
#pie #footer_left #enlaces a:hover {
	color: #000;
	text-decoration: underline;
}
#pie #footer_left #powered {
	float: right;
	width: 30%;
	font-size: 0.7em;
}
#pie #footer_right {
	float: left;
	width: 30%;
	font-size: 0.6em;
}
img {
	border: 0;
}
/*paginas genericas*/
#cont_gen {
	margin: 0 auto;
	width: 750px;
	height: auto;
	text-align: left;
}
#izd_gen {
	width: 220px;
	padding: 40px 0 0 0;
	height: auto;
	float: left
}
#drc_gen {
	width: 500px;
	height: auto;
	float: left;
	padding: 0 15px 15px 0;
}
#drc_gen h1 {
	margin: 0;
	padding: 65px 0 0 25px;
	font-size: 2em;
	font-weight: normal;
	color: #2a9c48;
	border-left: #DF0006 1px solid;
	margin-bottom: 20px;
	line-height: 20px;
}
#drc_gen div.int {
	border-left: #DF0006 1px solid;
	background: #F4F4F4 url(images/esquina_blanca.png) no-repeat right bottom;
	padding: 20px 20px 20px 70px;
	font-size: 0.9em;
}
.caja_acepto {
	width: 48%;
	float: left;
}
input.email {
	width: 200px;
	height: 18px;
	padding-left: 5px;
	border: #333 1px solid;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	border-radius: 10px;
	margin-right: 10px;
}
.recordar-claves {
	width: 290px;
	height: 88px;
	padding: 5px 20px 0 100px;
	margin-top: 30px;
	background: url(images/recordar-claves.jpg) no-repeat;
}
ul li {
	color: #000;
	margin-bottom: 5px;
}
ul li span {
	color: #1A1A1A
}
div.bt_descarga {
	width: 100px;
	height: 50px;
	padding: 0 20px 0 170px;
	border: #DF0006 solid;
	border-width: 1px 0;
}
div.bt_descarga a {
	display: block;
	height: 35px;
	padding-top: 15px;
	font-size: 12px;
	background: url(images/ico_descarga.png) right center no-repeat;
}
/*pagina ayuda*/
#cont_gen #izd_gen ul {
	margin: 30px 0 0 0;
	padding: 0;
	width: 200px;
	list-style: none;
}
#cont_gen #izd_gen ul li {
	display: inline-block;
	font-size: 0.9em;
	line-height: 2em;
}
#cont_gen #izd_gen ul li a {
	padding: 10px 0 10px 10px;
	border-top: #CCC 1px dotted;/*	background: url(images/punto_rojo.jpg) left center no-repeat;*/
}
#cont_gen #izd_gen ul li:first-child a {
	border: none;
}
#drc_gen ol li {
	margin-bottom: 10px;
}
#drc_gen .fin {
	border-top: #666 1px dotted;
	width: 377px;
	margin-top: 17px;
	float: left;
}
.bt_arriba {
	display: inline-block;
	width: 23px;
	height: 15px;
	margin-top: 10px;
	background: url(images/flecha_arriba.png) no-repeat;
	float: right;
}
#inicio-left {
	float: left;
	margin-top: 2%;
	padding: 2% 4%;
	width: 62%;
	text-align: left;
	height: 600px;
	background-color: #ccc;
}
#inicio-left h1 {
	font-size: 2em;
	color: #000;
}
#inicio-left p {
	font-size: 1.3em;
	color: #000;
}
#inicio-left li {
	font-size: 1.3em;
	color: #000;
}
#inicio-right {
	float: left;
	margin-top: 2%;
	margin-left: 1%;
	padding: 2% 4%;
	width: 21%;
	text-align: left;
	background-color: #ab0020;
	height: 600px;
	color: #fff;
}
#inicio-right p {
	font-size: 1.3em;
}
#inicio-right h2 {
	font-size: 1.4em;
	color: #fff;
}
#inicio-right ul {
	color: #fff;
	font-size: 1.2em;
}
#inicio-right li a {
	color: #fff;
	font-size: 1.2em;
}
#inicio-right li a:hover {
	color: #fff;
	text-decoration: underline;
}
#inicio-right span {
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
}
#inicio-right #img-atc {
	text-align: center;
	max-width: 100%;
	margin-top: 20%;
}
#inicio-right a {
	color: #fff;
	padding-top: 1em;
	font-size: 0.8em;
}

.recordar-claves-2 {
	width: 290px;
	height: 88px;
	padding: 5px 20px 0 100px;
	margin-top: 30px;
	font-size: 0.9em;
	background: url(images/recordar-claves.jpg) no-repeat;
}
.rojo {
	font-family: Verdana;
	font-size: 1em;
}
.rojo_24 {
	font-size: 1.5em;
	color: #ab0020;
}
