.menu {
	color: #456f3f;
	padding-left: 18px;
	background-image: url(../IMG/Componentes/fondomenu.jpg);
	background-repeat: no-repeat;
	border-top: 1px none #666666;
	border-right: 2px none #666666;
	border-bottom: 1px none #666666;
	border-left: 2px none #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	width: 162px;
	cursor:hand;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #456F3F; 
	text-decoration: none;
	text-transform: uppercase;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF9933;
	text-decoration: none;
	text-transform: uppercase;
}

a:visited {
	font-family: Arial, Helvetica,
	sans-serif; font-size: 11px;
	font-weight: bold;
	color: #456F3F; 
	text-decoration: none;
	text-transform: uppercase;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF9933;
	text-decoration: none;
	text-transform: uppercase;
}

.submenu {
	color: #456f3f;
	padding-left: 18px;
	background-image: url(../IMG/Componentes/fondosubmenu.jpg);
	background-repeat: no-repeat;
	border-top: 1px none #666666;
	border-right: 2px none #666666;
	border-bottom: 1px none #666666;
	border-left: 2px none #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	width: 162px;
	cursor:hand;
}

.menunaranja {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	cursor:hand;
}
a:link.menunaranja{color:#FF9900;}
a:hover.menunaranja{color:#a3afa0;text-decoration:underline;}
a:visited.menunaranja{color:#FF9900;}
a:active.menunaranja{color:#a3afa0;text-decoration:underline;}

.menunaranja10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	cursor:hand;
}

.cuerpo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	background-position: left center;
	float: left;
	text-align: justify;
	text-indent: 10pt;
	padding-top: 10px;
	padding-bottom: 10px;
}

.tabla{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	text-align: justify;
}

.formulario{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	text-align: left;
}

.celdasTitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-image: url(../IMG/Componentes/fonTitulos.jpg);
	background-repeat: repeat;
}

.subtitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #669966;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9600;
	text-align: left;
	font-variant: small-caps;
}

.pie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-variant: normal;
	color: #999999;
	text-align: center;
	vertical-align: middle;
}


/*** noticias ***/

#lst_noticias {
	/*min-height: 10em;*/
	margin: 0 !important;
	padding: 0 !important;
	/*float:left;
	width:100%;*/
}

* html #lst_noticias {
	float: none;
	width:auto;
}
	
#lst_noticias li {
	list-style: none !important;
	/*float:left;
	height: 13em;
	margin-bottom: 0.5em;*/
}

#lst_noticias li, #det_noticias {
	padding: 1em 1em 0 1em ;
	/*min-height: 11em;*/
	float:left;
	width: 93%;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
 
* html #lst_noticias li {
	padding: 1em 2em 0 0;
	float: none;
}

#lst_noticias li img, #det_noticias img {
	margin: 0 0 0 1.5em;
	float: right;
}

#lst_noticias li h3, #det_noticias h3 {
	color: #00A650;
}

#lst_noticias p.celdasTitulo, #det_noticias p.celdasTitulo {
	text-transform: uppercase;
}

#lst_noticias li a {
	color: #333333;
	float:left;
	border-bottom:1px dotted #00A650;
	background:url(../imagenes/submenu_flecha_activo.gif) no-repeat left center;
	padding-left:0;
}

#lst_noticias li a:hover {
	color: #CE0004;
	background:transparent url(../imagenes/submenu_flecha.gif) no-repeat left center;
}

.volver {
	color: #333333;
	float:left;
	border-bottom:1px dotted #00A650;
	background:url(../imagenes/submenu_flecha_activo.gif) no-repeat left center !important;
	padding-left:0;
	margin: 1em 0 0 1em;
}

.volver:hover{
	color: #CE0004;
	background:transparent url(../imagenes/submenu_flecha.gif) no-repeat left center;
}

