
/* Hoja de estilo estilo_04.css */
/* Tono "Verde" */

/* Enlaces */

a:link {
	background-color: transparent;
	color: #6CA46C;
	text-decoration: none;
}

a:visited {
	background-color: transparent;
	color: #5B915B;
	text-decoration: none;
}

a:hover {
	background-color: transparent;
	color: #A3BCA3;
	text-decoration: none;
}

a:active {
	background-color: #6C9771;
	color: #FFFFFF;
	text-decoration: none;
}

/* Cuerpo */

body {
	background-image: url(../img/fondo_04.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #E4E9E4;
	color: #6CA46C;
	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: #8FA191 Solid 1px;
	border-left: #ACB9AD Solid 1px;
	border-right: #8FA191 Solid 1px;
	border-top: #ACB9AD Solid 1px;
	margin-bottom: 4px;
	padding: 20px 2px 20px 8px;
}

/* Div central (cuerpo) */

div#central {
	background-color: #FFFFFF;
	border-bottom: #8FA191 Solid 1px;
	border-left: #ACB9AD Solid 1px;
	border-right: #8FA191 Solid 1px;
	border-top: #ACB9AD Solid 1px;
	color: #849786;
	float: left;
	padding: 4px 4px 2px 4px;
	text-align: justify;
	width: 56%;
}

/* Div derecho (menús en el lateral derecho) */

div#derecho {
	background-color: #F4F9F5;
	border-bottom: #95BF9C Solid 1px;
	border-right: #95BF9C Solid 1px;
	border-top: #95BF9C Solid 1px;
	color: #80BA8C;
	float: left;
	width: 20%;
}

/* Div izquierdo (menús en el lateral izquierdo) */

div#izquierdo {
	background-color: #E2EFE5;
	border-bottom: #95BF9C Solid 1px;
	border-left: #95BF9C Solid 1px;
	border-top: #95BF9C Solid 1px;
	color: #7CB489;
	float: left;
	width: 22%;
}

/* Cabeceras */

h1 {
	background-color: #DDECE1;
	border-left: #ABCBB3 Solid 1px;
	border-right: #94BC9F Solid 1px;
	border-top: #ABCBB3 Solid 1px;
	color: #6FA57D;
	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: #6FA57D;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px;
	padding: 0px;
}

/* Separador */

hr {
	background-color: transparent;
	color: #A5C6B0;
	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;
}

/* Clase creditos, o sea, notas "legales" e información varia */

.creditos {
	background-color: #FAFCFA;
	background-image: url(../img/redman_40x40.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	border: #ADCBAE Dashed 1px;
	color: #7DAD7D;
	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: #7AB47A;
	font-size: 0.9em;
	padding: 4px;
}

/* Dos puntos y punto */

.dp1 {
	background-color: transparent;
	color: #7AB47A;
	font-weight: bolder;
}

.dp2 {
	background-color: transparent;
	color: #64A865;
	font-weight: bolder;
}

.dp3 {
	background-color: transparent;
	color: #BAD8BA;
	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: #5DA45D;
	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: #C4DAC5;
	background-image: url(../img/f_cuadros.gif);
	background-repeat: repeat;
	border-bottom: #8FA191 Solid 1px;
	border-left: #ACB9AD Solid 1px;
	border-right: #8FA191 Solid 1px;
	border-top: #ACB9AD Solid 1px;
	color: #6DA36F;
	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: #7CAD7D 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: #88B18B Dashed 1px;
	color: #5D935F;
	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: #88B18B Solid 1px;
}

.right {
	text-align: right;
}

/* Clase para el título de las Web de enlaces de interés */

.tituloimgenlace {
	background-color: #FEFEFE;
	border: #A1D13F Dashed 1px;
	padding: 2px 4px;
	font-weight: bold;
}

/* Clase que coloca una "línea de puntos" bajo el texto */

.subrayado {
	border-bottom: #7CAD7D Dashed 1px;
}

/* Clase para los acrónimos (y otros menesteres...) */

acronym {
	background-color: transparent;
	color: #5F975F;
	cursor: help;	
}


/* Clase que da título a los Párrafos del Div Central */

.titulocuerpo {
	background-color: transparent;
	color: #588758;
	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: #729780;
	color: #FAFBFB;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 6px;
	text-align: center;
}

.titulomenu2 {
	background-color: #7CAB7E;
	color: #EBF3EC;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 6px;
	text-align: center;
}

.titulomenu3 {
	background-color: #8AB597;
	color: #E8F0EA;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 6px;
	text-align: center;
}

.titulomenu4 {
	background-color: #C0D4C5;
	color: #577B64;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 6px;
	text-align: center;
}

.titulomenu5 {
	background-color: #D2E4D2;
	color: #78AF78;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 6px;
	text-align: center;
}

.titulomenu6 {
	background-color: #D4E6D5;
	color: #78AF78;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 6px;
	text-align: center;
}

.titulomenu7 {
	background-color: #B9D7BE;
	color: #589962;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 6px;
	text-align: center;
}

.titulomenu8 {
	background-color: #E9F3EA;
	color: #86BD8C;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 6px;
	text-align: center;
}

.titulomenu9 {
	background-color: #E9F3EA;
	color: #86BD8C;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 6px;
	text-align: center;
}

.titulomenu10 {
	background-color: #D9EDDE;
	color: #90CB9F;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 6px;
	text-align: center;
}

.titulomenu11 {
	background-color: #D3E7D6;
	color: #65B87D;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 6px;
	text-align: center;
}

.titulomenu12 {
	background-color: #D3E7D6;
	color: #65B87D;
	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_04.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: #F3FAF5 Inset 1px;
	width: 170px; 
	background-color: #DEF1E4;
	color: #65BC80;
	margin-bottom: 4px;
}

textarea {
	border: #94D5A6 Solid 1px;
	width: 360px; 
	height: 200px;	
	background-color: White;
	color: #5DBE78;
}

fieldset {
	border: #CBEAD4 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: #3F9C59;
	color: #D5EFDB;
}

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: #A3DBAE Solid 1px;
	border-left: #BAE4C2 Solid 1px;
	border-right: #A3DBAE Solid 1px;
	border-top: #BAE4C2 Solid 1px;
}

/* Banners: Banner superior */

ilayer {
	border-bottom: #A3DBAE Solid 1px;
	border-left: #BAE4C2 Solid 1px;
	border-right: #A3DBAE Solid 1px;
	border-top: #BAE4C2 Solid 1px;
}

iframe {
	border-bottom: #A3DBAE Solid 1px;
	border-left: #BAE4C2 Solid 1px;
	border-right: #A3DBAE Solid 1px;
	border-top: #BAE4C2 Solid 1px;
}

/* Fin de esta hoja de estilo */