@import url("menu.css");
@import url("estructura.css");
@import url("extras.css");
@import url("modulos.css");
@import url("formularios.css");

html {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	position: relative;
	background-image:url(../images/fondo.gif);
	background-position: left top;
	background-repeat:repeat-x;
	background-color: #fddb93;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

/* Comienzo del Scrubber */
.Scrubber_titulo {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight:bold;
	text-decoration: none;
	font-stretch:condensed;
	text-transform:uppercase;
}

a.Scrubber_titulo, a.Scrubber_titulo:link, a.Scrubber_titulo:visited, a.Scrubber_titulo:active { color: #006699;}
a.Scrubber_titulo:hover { color: #003366;}

.Scrubber_subtitulo {
	font-family: Arial;
	font-size: 12px;
	color: #e3b000;
	font-weight:bold;
	text-decoration: none;
	font-stretch:condensed;
	text-transform:uppercase;
}

.Scrubber {
	position: relative;
	padding:4px;
	padding-bottom:12px;
	margin:4px;
	width: auto;
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	text-transform:uppercase;
}
/* Final del Scrubber */

/* Estilos que regulan los colores y maquetación de los textos en cada una de las plantillas */
.content {
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 4px;
	height: 100%;
}
.content img {
	margin:4px;
	border: 1px solid #000000;
}
.content a {
	color: #0066CC;
	text-decoration:underline;
	font-weight:bold;
}
.content a:hover {
	color: #006699;
	text-decoration:none;
}
.content .titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-transform:uppercase;
	color: #006699;
	padding-bottom: 2px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 2px;
}
.content .subtitulo {
	
}
.content .texto {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	text-align:justify;
	width: auto;
}
/* Fin de los textos */

/* Mensajes de aviso */
.code {
	font-family: Verdana;
	font-size: 10px;
	color: #653232;
	text-decoration: none;
	background-color: #FDFBFB;
	margin: 4px;
	padding-left: 6px;
	border-top: 1px solid #D5BEBD;
	border-bottom: 1px solid #D5BEBD;
	border-right: 1px solid #D5BEBD;
	border-left: 36px solid #D5BEBD;
	text-align: left;
	vertical-align: top;
	display: block;
	list-style-position: outside;
	text-indent: 4px;
	line-height: 16px;
}
.error {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #990000;
	text-decoration: none;
}
.atencion {
	font-family: Verdana;
	font-size: 10px;
	color: #653232;
	text-decoration: none;
	background-color: #FDFBFB;
	background-image: url(../images/atencion.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 4px;
	padding-left: 24px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px solid #D5BEBD;
}
/* Fin de los mensajes de aviso */