/*---------------genéricos---------------------*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	text-decoration: none;
	color: #333333;
	font-weight: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
	font-weight: none;
}
a:hover {
	text-decoration: underline;
	color: #333333;
	font-weight: none;
}
a:active {
	text-decoration: none;
	color: #333333;
	font-weight: none;
}

/*---------------propios---------------------*/


.menu_derecha_titulo {
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	color: #A70A0A;
	text-decoration: none;
	font-weight: bold;
	border-bottom-style: dashed;
	border-bottom-width: thin;
	border-bottom-color: #999999;
	padding-bottom: -500px;
}

.texto_noticia {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	padding-bottom: -200px;
}

.texto_grande {
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	color: ##A70A0A;
	text-decoration: none;
}
