@charset "utf-8";
/* CSS Document */
body {
	background-image: url();
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.tabla_cabecera {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #659E0C;
}
.tabla_registros {
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
	background-color: #EFEFEF;
}
.tabla_titulo {
	font-weight: bold;
	color: #003300;
}


.cabeceraFondo {
	background-image: url(../images/fondo.gif);
	background-repeat: repeat-x;
}
.tabla_top {
	background-image: url(../images/tb5.gif);
	background-repeat: repeat-x;
}
.tabla_down {
	background-image: url(../images/tb6.gif);
	background-repeat: repeat-x;
}
.tabla_borde_izq {
	background-image: url(../images/tb7.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.tabla_borde_der {
	background-image: url(../images/tb7.gif);
	background-repeat: repeat-y;
	background-position: right;
}


.tabla_contenido{
	padding: 4px;
	text-align: left;
}
a:link {
	color: #656d2c;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	color: #656d2c;
	text-decoration: underline;
}


.txt_noticias{
	list-style-type: none;
	margin: 0;
	
	height: auto;
	padding-top: 6px;
	padding-right: 0;
	height: 12px;
}
.txt_noticias a{
	color: #292929;
	text-decoration: none;

}

.txt_noticias a:visited {
	color: #292929;
	text-decoration: none;
}
.txt_noticias a:active {
	color: #006600;
}
.txt_noticias  a:hover{
	color: #87990a;
}


td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #272B0B;	
}
a:visited {
	color: #99A543;
	text-decoration: underline;
}
.titulo {
	font-size: 16px;
	color: #669900;
}
.subtitulo {color: #990000; font-weight: bold; }
.submenu2{
	list-style-type: none;
	margin: 0;
	
	height: auto;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #E5E5E5;
	text-align: left;
}
.submenu2 a{
	color: #CC3300;
	display: block;
	width: auto;
	padding-left: 10px;
	text-decoration: none;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 2px;
	height: 14px;
	text-align: left;
}

.submenu2 a:visited {
	color: #CC0000;
}
.submenu2 a:active {
	color: #001c71;
}
.submenu2  a:hover{
	color: #FFFFFF;
	background-color: #CC0000;
	font-weight: bold;
}
.submenuselected{
	color: #FFFFFF;
	display: block;
	width: auto;
	text-decoration: none;
	font-family:verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 16px;
	text-align: left;
	background-color: #105fb1;
}
.actividades {
	font-size: 14px;
	font-weight: bold;
	color: #CC3300;
}
#Lista ul li {
	list-style-image: url(../images/vineta.gif);
} .text_blanco {
	color: #FFFFFF;
}
.contenido {
	background-color: #FFFFFF;
}
.linea {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #656d2c;
	border-right-color: #656d2c;
	border-bottom-color: #656d2c;
	border-left-color: #656d2c;
	width: 100%;
	font-size: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
}
.contenedorfoto { 
   float:left; 
   width:210px; 
   height:180px; 
   margin: 10px; 
   padding:5px; 
   background-color:#f5f7f9; 
   border-right: #a5a7aa solid 1px; 
   border-bottom: #a5a7aa solid 1px; 
   text-align:center; 
} 
