/* CSS Document */

/* COLOR PARA DOCENCIA: #C40e0e */


h1 { background-color: #C40e0e; }
h2, h3, #nav_sup p, h3 a:link { color: #C40e0e; }
hr {
	background-position: center;
	height: 1px;
	color: #C40e0e;
	background-color: #C40e0e;
}
#contenido a:link { color: #C40e0e; }

.nav_doc_actual, nav_doc_actual a:link { 
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bolder;
	text-align: center;
	background-color: #C40e0e;
	width: 90px; 
	display: block;
	margin-right: 2px;
	margin-left: 2px;
	float: left;}


.nav_doc_actual a:hover {color:#000; background-color: #DEDFC6; width: 90px; display:block }
.nav_doc_actual a:visited {color:#FFF; }
/* ENCABEZADO POR AREAS  */

#enc_area {
	height: 160px;
	width: 760px;
	float: left;
	background-color: #C40e0e;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C40e0e;
}
#aqui_estoy a:link, #aqui_estoy a:visited{ color: #C40e0e; text-decoration: none; }
#aqui_estoy a:hover { color: #4a83ac; }

.doc_txt, .doc_txt a:link, .doc_txt a:visited {
	color: #C40e0e; 
	font-size: 11px;
	padding-top: 3px;
}
.doc_txt a:hover {font-weight: bolder;}
.doc_txt p {
	margin-left: 10px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.indice { background-color: #FBEAEA; }
.indice ul{
	font-size: 11px;
	text-decoration: none;
	text-align: left;
	list-style-type: circle;
	margin-top: 0;
	padding-top: 5px;
}

/* Estilos para PIE DE PAGINA  */
#pie {background-color:#C40e0e; }	
	
.recuadro {
	border: 2px solid #c40e0e;
	margin: 10px;
	padding: 5px;
	width: 566px;
}
.recuadro dl {
	margin: 3px;
	padding: 0px;
}

.programa {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 10px;
	width: 580px;
}
.programa td{ background:#ebebeb}

/* BOTONES */

#subnav {

	width: 98%;

	clear:right;

	float: right;

	display: block;

	margin-top: 10px;

	margin-right: 2px;

	margin-bottom: 10px;

	margin-left: 4px;

}

#item_act  {

	

	font-weight: bolder;

	color:#FFFFFF; 

	text-align: center;

	background-color:#C40e0e;	

	display: inline;

	width: auto;

	border: 1px solid #C40e0e;

	margin-right: 1px;

	margin-left: 4px;

	padding: 3px;

	margin-top: 0px;

	float: left;

}

#item_act a:hover {color:#C40e0e; background-color:#F9EEE3; }

#item_act a:link, #item_act a:visited  {color:#ffffff; background-color:#C40e0e; }

#item {

	font-weight: bolder;

	color: #C40e0e;	

	text-align: center;

	background-color:#F9EEE3;

	display:inline;	

	width: auto;

	border: 1px solid #C40e0e;

	margin-right: 1px;

	margin-left: 4px;

	padding: 3px;

	margin-top: 0px;

	float: left;

}

#item a:link, #item a:visited {color:#C40e0e; background-color:#F9EEE3;}

#item a:hover{color:#C40e0e; background-color:#F9EEE3;}

/* Estilos para TABLA DE actividades de residentes  */

.ing td { vertical-align:top;
	border: 1px solid #666666;
	font-size: 10px;
	text-align:left;
	background-color:#ebebeb;
	padding-right: 1px;
	padding-left: 1px;

}

.ing th {

	vertical-align:top;
	border: 1px solid #666666;
	font-size: 10px;

}

