

/* Hoja de estilo estilo_02.css */
/* Tono "Rojizo" */

/* Enlaces */

a:link {
	background-color: transparent;
	color: #FF7B7B;
	text-decoration: none;
}

a:visited {
	background-color: transparent;
	color: #FF5757;
	text-decoration: none;
}

a:hover {
	background-color: transparent;
	color: #FF9999;
	text-decoration: none;
}

a:active {
	background-color: #FF9191;
	color: #FFFFFF;
	text-decoration: none;
}

/* Cuerpo */

body {
	background-image: url(../img/fondo_02.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #FFF2F2;
	color: #FF5E5E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 18px;
	margin: 2px;
	padding: 2px;
}

/* Div apartado: inicio, ejemplos, etc. */

div#apartado {
	background-image: url(../img/redman_58x56.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	border-bottom: #FFA4A4 Solid 1px;
	border-left: #FFDBDB Solid 1px;
	border-right: #FFA4A4 Solid 1px;
	border-top: #FFDBDB Solid 1px;
	margin-bottom: 4px;
	padding: 20px 2px 20px 8px;
}

/* Div central (cuerpo) */

div#central {
	background-color: #FFFFFF;
	border-bottom: #FFA4A4 Solid 1px;
	border-left: #FFDBDB Solid 1px;
	border-right: #FFA4A4 Solid 1px;
	border-top: #FFDBDB Solid 1px;
	color: #FF8E8E;
	float: left;
	padding: 4px 4px 2px 4px;
	text-align: justify;
	width: 56%;
}

/* Div derecho (menús en el lateral derecho) */

div#derecho {
	background-color: #FFFDFD;
	border-bottom: #FFDBDB Solid 1px;
	border-right: #FFDBDB Solid 1px;
	border-top: #FFDBDB Solid 1px;
	color: #FF7B7B;
	float: left;
	width: 20%;
}

/* Div izquierdo (menús en el lateral izquierdo) */

div#izquierdo {
	background-color: #F8F8F8;
	border-bottom: #FFDBDB Solid 1px;
	border-left: #FFDBDB Solid 1px;
	border-top: #FFDBDB Solid 1px;
	color: #FF7B7B;
	float: left;
	width: 22%;
}

/* Cabeceras */

h1 {
	background-color: #FFCECE;
	border-left: #FFDBDB Solid 1px;
	border-right: #FFDBDB Solid 1px;
	border-top: #FFDBDB Solid 1px;
	color: #882600;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin: 0px;
	padding: 4px 0px 2px 0px;
	text-align: center;
}

h2 {
	background-color: transparent;
	color: #FF6A6A;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px;
	padding: 0px;
}

/* Separador */

hr {
	background-color: transparent;
	color: #FFCCCC;
	height: 1px;
	text-align: center;
	width: 80%;
}

/* Párrafos por defecto */

p {
	margin: 0px;
}

/* Clase center, o sea, contenido centrado en la pantalla */

.center {
	text-align: center;
}

.right {
	text-align: right;
}

/* Clase creditos, o sea, notas "legales" e información varia */

.creditos {
	background-color:#FFFFFF;
	background-image: url(../img/redman_40x40.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	border: #FFDBDB Dashed 1px;
	color: #FF8282;
	font-size: 0.8em;
	line-height: 14px;
	margin: 8px;
	padding: 10px 8px 40px 8px;
	text-align: center;
}

/* Clase crojo, color rojo para el texto */

.crojo {
	background-color: transparent;
	color: #DE9898;
}

/* Párrafos en el Div Central (cuerpo de las páginas) */

.cuerpo {
	background-color: transparent;
	color: #FF8888;
	font-size: 0.9em;
	padding: 4px;
}

/* Dos puntos y punto */

.dp1 {
	background-color: transparent;
	color: #FFDBDB;
	font-weight: bolder;
}

.dp2 {
	background-color: transparent;
	color: #FFB5B5;
	font-weight: bolder;
}

.dp3 {
	background-color: transparent;
	color: #FF9999;
	font-weight: bolder;
}

/* Clase para la fecha y hora de las Novedades */

.fechanovedad {
	background-color: transparent;
	background-image: url(../img/nb_ico_14x14.bmp);
	background-position: center right;
	background-repeat: no-repeat;
	color: #FF5B5B;
	font-size: 0.9em;
	font-weight: bold;
	padding: 6px 18px;
}

/* Clase que rodea a los Párragos de los Div Central */
/* (cuerpo de las páginas, usado en principal.html)  */

.marcocuerpo {
	background-color: #FDFDFD;
	background-image: url(../img/f_cuadros.gif);
	background-repeat: repeat;
	border-bottom: #FFA4A4 Solid 1px;
	border-left: #FFDBDB Solid 1px;
	border-right: #FFA4A4 Solid 1px;
	border-top: #FFDBDB Solid 1px;
	color: #FF9191;
	margin-bottom: 4px;
	padding: 4px;
}

/* Clase para el Párrafo con ciertos enlaces */
/* (Justo debajo de "los validadores") */

.menupie {
	margin-top: 16px;
	margin-bottom: 10px;
	text-align: center;
}

/* Cualquier Menú del lado izquierdo o derecho */
/* (Estrictamente los enlaces de los Menús) */

.menus {
	margin-bottom: 10px;
	padding: 4px;
}

/* Clase para el fondo del menú de "tonos de color" */

.menuestilos {
	font-size: 0.8em;
	text-align: center;
	margin-bottom: 10px;
	padding: 12px 4px 4px 4px;
	line-height: 10px;
}

.cuadroestilos {
	background-color: #FEFEFE;
	color: Gray;
	border: #FFB79B Dashed 1px;
	padding-top: 8px;
	padding-left: 6px;
	padding-bottom: 6px;
	padding-right: 6px;
	display: block;
}

/* Clase para el Párrafo amarillo con las "¿Sabías que..." */
/* (Las notas se basan en JavaScript) */

.notas {
	background-color: #FFFCEA;
	border: #FF9191 Dashed 1px;
	color: #808080;
	font-size: 0.8em;
	line-height: 13px;
	margin: 8px;
	padding: 6px;
	text-align: center;
}

/* Clase que coloca una línea "sólida" sobre el texto */

.overline {
	border-top: #FF9191 Solid 1px;
}


/* Clase para el título de las Web de enlaces de interés */

.tituloimgenlace {
	background-color: #FEFEFE;
	border: #FFAA9B Dashed 1px;
	padding: 2px 4px;
	font-weight: bold;
}


/* Clase que coloca una "línea de puntos" bajo el texto */

.subrayado {
	border-bottom: #FF6E6E Dashed 1px;
}

/* Clase para los acrónimos (y otros menesteres...) */

acronym {
	background-color: transparent;
	color: #FF8C8C; 
	cursor: help;	
}


/* Clase que da título a los Párrafos del Div Central */

.titulocuerpo {
	background-color: transparent;
	color: #FF8C8C;
	font-weight: bold;
	margin-bottom: 6px;
	text-indent: 5px;
}

/* Títulos de los Menús (tanto izquierdo como derecho) */
/* Texto justo encima de los enlaces propiamente dichos */

.titulomenu1 {
	background-color: #FF7B7B;
	color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 6px;
	text-align: center;
}

.titulomenu2 {
	background-color: #FF8888;
	color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 6px;
	text-align: center;
}

.titulomenu3 {
	background-color: #FFAAAA;
	color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 6px;
	text-align: center;
}

.titulomenu4 {
	background-color: #FFBFBF;
	color: #FF7979;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 6px;
	text-align: center;
}

.titulomenu5 {
	background-color: #FFD7D7;
	color: #FF8C8C;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 6px;
	text-align: center;
}

.titulomenu6 {
	background-color: #FFD9D9;
	color: #FF9191;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 6px;
	text-align: center;
}

.titulomenu7 {
	background-color: #FFD0D0;
	color: #FF7373;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 6px;
	text-align: center;
}

.titulomenu8 {
	background-color: #FFE3E3;
	color: #FF8888;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 6px;
	text-align: center;
}

.titulomenu9 {
	background-color: #FFE3E3;
	color: #FF8888;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 6px;
	text-align: center;
}

.titulomenu10 {
	background-color: #FFECEC;
	color: #FF7B7B;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 6px;
	text-align: center;
}

.titulomenu11 {
	background-color: #FFEEEE;
	color: #FF7575;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 6px;
	text-align: center;
}

.titulomenu12 {
	background-color: #FFEEEE;
	color: #FF7575;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 6px;
	text-align: center;
}

/* Clase para el Párrafo que contiene las imágenes */
/* de los iconos del W3C: xhtml.gif y css.gif */

.validadores {
	background-image: url(../img/validadores_estilo_02.gif);
	background-position: center;
	background-repeat: no-repeat;
	padding: 20px 10px 20px 10px;
	text-align: center;
	margin-bottom: 10px;
}

.invisible {
	display: none;
}

/* Clases para el formulario para contactar */

form {
	text-align: right;
}

.casillaform {
	border: #FFD9D9 Inset 1px;
	width: 170px; 
	background-color: #FFF2F2;
	color: #FF8686;
	margin-bottom: 4px;
}

textarea {
	border: Silver Inset 1px;
	width: 360px; 
	height: 200px;	
	background-color: #FFF0F0;
	color: #FF4444;
}

fieldset {
	border: #FFC6C6 Solid 1px;
	padding: 10px 6px;
}

label {
}

legend {
	font-weight: bold;
	font-size: 1.1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.boton {
	background-color: #FF745B;
	color: #FFEEEE;
}

em.fuentenormal {
	font-weight: normal;
}

.form_ok {
	background-color: #F0F9F4;
	border: #C0C0C0 Dashed 1px;
	color: #808080;
	font-size: 0.9em;
	line-height: 13px;
	margin: 8px;
	margin-bottom: 10px;
	padding: 16px;
	text-align: center;
}

.form_error {
	background-color: #FFECEC;
	border: #C0C0C0 Dashed 1px;
	color: #808080;
	font-size: 0.9em;
	line-height: 13px;
	margin: 8px;
	margin-bottom: 10px;
	padding: 16px;
	text-align: center;
}

/* Listas */

ul {
	text-indent: -10px;
	list-style: url(../img/nb_ico_14x14.bmp) circle;
}


/* Imágenes */

img.sinborde {
	border: 0px;
}

img {
	border-bottom: #FFEEEE Solid 1px;
	border-left: #FFDFDF Solid 1px;
	border-right: #FFEEEE Solid 1px;
	border-top: #FFDFDF Solid 1px;
}

/* Banners: Banner superior */

ilayer {
	border-bottom: #FFEEEE Solid 1px;
	border-left: #FFDFDF Solid 1px;
	border-right: #FFEEEE Solid 1px;
	border-top: #FFDFDF Solid 1px;
}

iframe {
	border-bottom: #FFEEEE Solid 1px;
	border-left: #FFDFDF Solid 1px;
	border-right: #FFEEEE Solid 1px;
	border-top: #FFDFDF Solid 1px;
}

/* Fin de esta hoja de estilo */