/* Divisiones - Menus*/
#contenido-web{
    position:absolute;
	left:224px;
	top: 0px;
	width: 672px;
	height: 501px;
	background-color:#a9d230;
}
#img-izq{
position:relative;
left: 0px;
width: 224px;
 / left: -336px; 
}
#menu-inf{
width: 224px;
height:167px;
background-color:#99bc1c;
}

#menu {
position:absolute;
top: 0px;
left: 0px;
height:167px;
width: 224px;
background-color:#acd632;
}

#img {
position:absolute;
top: 167px;
left: 0px;
background-color:#99bc1c;
}
#contenido {
position: absolute;
top: 0px;
left: 224px;
width: 448px;
height: 501px;
background-color:#FFFFFF;
}
/* Fuentes */
.idioma_nosel {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.onlynews_avisolegal {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.onlynewsfont_menu {
	font-family: Georgia;
	font-size: 18px;
	color: #ffffff;
	line-height:32px;
}
.onlynewsfont_nosel {
	font-family: Georgia;
	font-size: 17px;
	color: #7b9a0d;
	line-height:32px;
}
.onlynewsfont_sel-18 {color: #000000; font-size: 18px; }
.onlynewsfont_sel-17 {color: #000000}

.comunicacio_nosel {font-family: Georgia; font-size: 15px; color: #7b9a0d; line-height: 25px; font-weight: bold; }
.comunicacio_espacio {font-size: 7px}
.comunicacio_sel {font-family: Georgia; font-size: 15px; color: #000000; line-height: 25px; font-weight: bold; }

/* Enlaces */
a:link {color: #ffffff;text-decoration: none;}
a:visited {text-decoration: none;color: #ffffff;}
a:hover {color:#000000}
a:active {text-decoration: none;}

a.contenido:link {color: #7b9a0d;text-decoration: none;}
a.contenido:visited {text-decoration: none;color: #7b9a0d;}
a.contenido:hover {color:#000000;}
a.contenido:active {text-decoration: none;}

a.autor:link {color: #acd732;text-decoration: none;}
a.autor:visited {text-decoration: none;color: #acd732;}
a.autor:hover {color:#000000;}
a.autor:active {text-decoration: none;}


