/*Vertical menu */
/*padding:.85em 0 .85em 2.25em; */
/*OJO en mainlevel hay que reducir en 21 pixeles el width del bloque estaba en 195 y también el ancho de las imágenes y el background-position en hover y active probar en IE y Firefox OJO*/
a.mainlevel {
        display:block;
	width:174px;
	margin: .1em .0em; 
	padding: .4em .1em .4em 2em;
	font: bold 14px sans-serif ;
	font-margin:50em;
	color:#000;
	background-color: transparent;
	background-image: url("/images/MenuHover.gif");
	background-position: 0 0;
	background-repeat: no-repeat;
	text-decoration: none;
		}
a:hover.mainlevel {	
	background-position: -220px 0;
	color: #0162A6;
		}
a:active.mainlevel  {
	background-position: -440px 0;
	color: #BB0633;
		}

a#active_menu {
	background-position: -440px 0;
	color:#fff;
}

a#active_menu:hover {
		background-position: -380px 0;
		text-decoration: underline;
}
/*End Vertical menu */

/*News */
a.moduletable {
	display:block;
	width:120px;
	margin: .1em 0; 
	padding:.5em 0 0 .15em;
	font: bold .7em/1em arial;
	color:#000;
	background-repeat: no-repeat;
	text-decoration: none;
		}
a:hover.moduletable {	
	background-position: -190px 0;
	color: #fff;
		}
a:active.moduletable  {
	background-position: -380px 0;
	color:#fff;
		}

a#active_menu {
	background-position: -380px 0;
	color:#fff;
}

a#active_menu:hover {
		background-position: -380px 0;
		text-decoration: underline;
}
/*End News */

/*Titulos Parrafos */
.titulo {
font: bold .8em/1em verdana;
}
.titulo1 {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 14px;
	font-style: underline;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a.titulo1:link {
	color: #000000;
	text-decoration: none;
}
a.titulo1:hover {
	color: #FF0000;
	text-decoration: none;
}
a.titulo1:visited {
	text-decoration: none;
}

.titulo3 {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}
a.titulo3:link {
	color: #003399;
	text-decoration: none;
}
a.titulo3:hover {
	color: #FF0000;
	text-decoration: none;
}
a.titulo3:visited {
	text-decoration: none;
}
.categoria {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #3F7995;
	text-decoration: none;
}
a.categoria:link {

	color: #0000ff;
	text-decoration: none;
}
a.categoria:hover {

	color: #FF0000;
	text-decoration: none;
}
a.categoria:visited {
	text-decoration: none;
	color: #0000ff;

}
.parrafo {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	text-align: justify;
	letter-spacing: normal;
	word-spacing: normal;

}
a.parrafo:link {
	color: #0000FF;
	text-decoration: none;
}
a.parrafo:hover {
	color: #FF0000;
	text-decoration: none;

}
a.parrafo:visited {
	text-decoration: none;
	color: #0000ff;
}

.derechos {
	margin: 0px;
	padding: 4px 20px 3px;
	text-align: center;
	color: #949494;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.derechos a {
	color: #949494;
	text-decoration: none;
}
.derechos a:hover {
	color: #003366;
	text-decoration: none;
}
.autor {
	margin: 0px;
	padding: 4px 20px 3px;
	text-align: center;
	color: #949494;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.autor a {
	color: #949494;
	text-decoration: none;
}
.autor a:hover {
	color: #003366;
	text-decoration: none;
}
.tableborders  {
	border: 1px outset #808080;
}
.cellstyle  {
	margin-top: 0px;
	padding: 0px 5px 5px 5px;
        background-color: #FFFFFF;
	border: 1px solid #808080;
}
/* Menu al Pie de Página */
.menufooter {
	color : #000000;
	margin-top : 0px;
	padding-bottom : 0px;
	margin-bottom : 0px;
	margin-left : 45px;
	margin-right : 0px;
	font-size : 12px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
        text-align: center;
}
.menufooter a {
	color : #000000;
	text-decoration: none;
}
.menufooter a:hover {
	color : #555555;
}
/* Texto Buscar */
.buscar {
	color : #000000;
	margin-top : 5px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
}
.buscar a {
	color : #000000;
	font-weight: bold;
}
.buscar a:hover {
	color : #294A7B;
}
/* Texto Bullet */

.bullet {
	margin-top : 5px;
	margin-bottom : 0px;
	margin-left : 5px;
	margin-right : 0px;
	font-size : 12px;
	font-color: black;
	font-weight: bold;
	font-family : Arial;
	font-stretch : wider; 
}
.buscartable {
	width: 185px;
	border: 1px solid #000;
        padding: 0px;
}
.articulotable {
	width: 534px;
	border: 1px outset #808080;
        background-color: #FFFFFF;
	margin: 5px;
        padding: 5px;
	align: center;
}
.categoriatable {
	width: 195px;
	border: 0;
        padding: 0px;
	margin-left: 2px;
}
.newstable {
	width: 185px;
	border: 0;
        padding: 0px;
}
.resumentable {
	width: 534px;
	border: 0px;
        background-color: #D4E38E;
	margin: 5px;
        padding: 5px;
	align: center;
}
/* Texto Email */
.email {
	color : #000000;
	margin-top : 5px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-left : 45px;
	margin-right : 10px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	text-align: center;
	font-weight: bold;
}
.email a {
	color : #000000;
}
.email a:hover {
	color : #294A7B;
}
