/* ************************************** */
/* Composicón de página */
/* ************************************** */

#contenido {
	background: #fff url(../img/fondocontenidor.jpg) no-repeat;
	}

#cabecera {
background: #fff url(../img/fondocabecerar.jpg) no-repeat;
	}

/* -------------------------------------- */
/* Tipografía */
/* -------------------------------------- */
h1, h2, h3, h4, h5 {color: #bf551c;}
h1 {border-bottom-color: #bf551c;}
#citas {color: #990000;}

/* ************************************** */
/* Menús de navegación 					  */
/* ************************************** */
/* -------------------------------------- */
/* Navegación principal en cabecera 	  */
/* -------------------------------------- */
#navlistppal a:hover
{
padding: 2px;
background-color: #fff;
color: #bf551c;
}
/* Fondo secundarios cabecera (Suckerfish)*/
/* -------------------------------------- */
#navlistppal li ul {
background-color: #bf551c;
}

/* -------------------------------------- */
/*Inicio de la lista lateral de navegación*/
/* -------------------------------------- */
#titulolateral {
color: #bf551c;
border: 3px solid #bf551c;
}
#navcontainerlateral #currentlateral {
	border-left: 5px solid #bf551c;
	background-color: #fbf4cf;
	}
/* -------------------------------------- */
/* lista de pestañas de Eric Meyer 		  */
/* -------------------------------------- */
#navlist li a { background: #F8F1BE; }

#navlist li a:hover { background: #E9D4A3; color: #000; }

#navlist li a:link { color: #bf551c; }

/* -------------------------------------- */
/* Autoevaluación */
/* -------------------------------------- */
.numero {
background-color: #bf551c;
}

.pregunta {
border-top: #bf551c solid 10px;
border-right: #bf551c solid 1px;
border-bottom: #bf551c solid 1px;
border-left: #bf551c solid 10px;
background-color: #FCFBF4;
}

#borrarimprimir {
background-color: #EEE8C4;
border-left: #bf551c solid 1px;
border-top: #bf551c solid 1px;
border-right: #bf551c solid 10px;
border-bottom: #bf551c solid 10px;
}
/* ----------------------- */
/* Elementos de formulario */
/* ----------------------- */
fieldset {
background-color:#FCFBF4;
}
legend {
background-color:#EEE8C4;
}
/*CRONOLOGÍA*/
dl.cronologia dt {
background-color: #FCFBF4;
}
dl.cronologia dd {
border-left-color: #EEE8C4;
}
/*cuadros evaluaciones*/
.evaluaciones {
background: transparent url(../img/evalarribar.jpg) no-repeat top left;
}
.evaluaciones .enlacesev {
background: transparent url(../img/evalabajor.jpg) no-repeat bottom left;
font: 14px/24px Georgia, serif;
}
.evalcontenidos, .evalcontenidos p {background: transparent url(../img/evalfondor.jpg) repeat-y;
}
/* ----------------------------------------- */
/* Titulos secciones de la portada principal */
/* ----------------------------------------- */
body#portada dt {
	color: #bf551c;
}
/* --------------------------------- */
/* Logotipos de la portada principal */
/* --------------------------------- */
body#portada #barralateral {	
	background-image: url(../img/pbarralateralr.jpg);
}
body#portada #cabecera {
	background-image: url(../img/pcabecerar.jpg);
}
/*=============ELEMENTOS COMUNES PARA LAS PORTADAS DE LOS TEMAS, ACTIVIDADES, RECURSOS Y AYUDA=========*/
/* ----------------------------------------------------------- */
/* Borde izquierdo de lista lateral de navegación en los temas */
/* ----------------------------------------------------------- */
body#temas ul.domtabs li.active,
body#actividades ul.domtabs li.active,
body#recursos ul.domtabs li.active,
body#ayuda ul.domtabs li.active {
	border-left: 5px solid #bf551c;
	}
body#temas ul.domtabs li.active a:link,
body#temas ul.domtabs li.active a:visited,
body#temas ul.domtabs li.active a:active,
body#temas ul.domtabs li.active a:hover,
body#actividades ul.domtabs li.active a:link,
body#actividades ul.domtabs li.active a:visited,
body#actividades ul.domtabs li.active a:active,
body#actividades ul.domtabs li.active a:hover,
body#recursos ul.domtabs li.active a:link,
body#recursos ul.domtabs li.active a:visited,
body#recursos ul.domtabs li.active a:active,
body#recursos ul.domtabs li.active a:hover,
body#ayuda ul.domtabs li.active a:link,
body#ayuda ul.domtabs li.active a:visited,
body#ayuda ul.domtabs li.active a:active,
body#ayuda ul.domtabs li.active a:hover {
	background-color:#fbf4cf;
	}
body#temas #navcontainerlateral li.active a,
body#actividades #navcontainerlateral li.active a,
body#recursos #navcontainerlateral li.active a,
body#ayuda #navcontainerlateral li.active a {
border-left-width: 0;
}
/* --------------------------------------- */
/* Resalte del fondo en el menú de enlaces */
/* --------------------------------------- */
body#temas .enlacesdiv a:hover,
body#actividades .enlacesdiv a:hover,
body#recursos .enlacesdiv a:hover,
body#ayuda .enlacesdiv a:hover {
	background-color: #fbf4cf;
	}
/*=============FONDOS PARA LA PORTADA DE LOS TEMAS=========*/
/* ------------------------------ */
/* Imágenes de fondo de los temas */
/* ------------------------------ */
body#temas #contenido {
	background-image: url(../img/p2fondocontenidor.jpg);
	}
body#temas #barralateral, body#actividades #barralateral, body#recursos #barralateral, body#ayuda #barralateral {	
	background-image: url(../img/p2fondolateralr.jpg);
	}
/*=============FONDOS PARA LA PORTADA DE LAS ACTIVIDADES=========*/
/* ------------------------------------ */
/* Imágenes de fondo de las actividades */
/* ------------------------------------ */
body#actividades #contenido {
	background-image: url(../img/p2fondocontenidoar.jpg);
	}
/*=============FONDOS PARA LA PORTADA DE LOS RECURSOS=========*/
body#recursos #contenido {
	background-image: url(../img/p2fondocontenidorecr.jpg);
	}
/*=============FONDOS PARA LA PORTADA DE LA AYUDA=======*/
body#ayuda #contenido {
	background-image: url(../img/p2fondocontenidoayur.jpg);
	}
/*=============ESTILOS PARA LAS PESTAÑAS MOO.FX=======*/
.tab{
background: #bf551c url(../img/greentabr.jpg) no-repeat;
}
.boxholder{
background: #bf551c;
}