.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5F3D48;
	letter-spacing: 1px;
	line-height: 1.5;
}
.fondo {
	background-attachment: fixed;
	background-image: url(img/fondo.jpg);
	background-repeat: no-repeat;
	background-position:center;
}
body{
	background-color:#F7F5E8;
	margin-left: 40px;
	margin-top: 15px;
	margin-right: 20px;
}
.doble_linea
{
	line-height: 2.5;
}
.lineaV {
	background-image: url(img/linea_vertical.gif);
	background-repeat:repeat-y;
}
a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1.5;
}
.enlace {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5F3D48;
	letter-spacing: 1px;
	line-height: 1.5;
}
.fondoFlecha
{
	background-image:url(img/li.gif);
	background-repeat:no-repeat;
	background-position:5px 12px;
	text-indent:17px;
}
.arriba
{
top:0px;
}
.fondonoticiasIzq
{
	background-image:url(img/lizq_noticias.gif);
	background-repeat:no-repeat;
	background-position:1px;
}
.fondonoticiasDer
{
	background-image:url(img/lizq_noticias.gif);
	background-repeat:no-repeat;
	background-position:6px;
}
.fondonoticiasAba
{
	background-image:url(img/laba_noticias.gif);
	background-repeat:repeat-x;
	background-position:0px 2px;
}