/* CSS Document */

/* NOTICIAS */
#home-noticias {
	margin:0px;
	padding:5px 10px 5px 5px;
	background-image:url(../grafica/home-noticias-fondo.gif);
	background-repeat:repeat-y;
}
#home-noticias a {
	font-family:Tahoma, Arial, Garamond;
	font-size:11px;
	color:#8d1d1a;
	text-decoration:none;
}
#home-noticias a:hover {
	color:#6B1614;
	text-decoration:underline;
}
#home-noticias .titulo {
	font-weight:bold;
	font-size:12px;
}
#home-noticias .fecha {
	color:#34362c;
	font-weight:bold;
}

/* CONSULTAS INTERNAS */
#consultas-internas {
	background-image:url(../grafica/home-consultas-destacadas-fondo.gif);
	background-repeat:repeat-y;
	padding:7px 18px 7px 7px;
	text-align:justify;
}
#consultas-internas h1 {
	margin:0px;
	padding-bottom:5px;
	font-family:Tahoma, Arial, Garamond;
	font-size:12px;
	color:#1c1d18;
}
#consultas-internas a {
	color:#810000;
	text-decoration:underline;
}
#consultas-internas a:hover {
	color:#A80000;
	text-decoration:none;
}
.consultas-internas-links {
	margin:0px 0px 0px 5px;
	font-family:Tahoma, Arial, Garamond;
	font-size:14px;
	color:#810000;
	font-weight:bold;
	text-decoration:none;
}
a.consultas-internas-links:link; a.consultas-internas-links:visited; a.consultas-internas-links:visited {
	font-family:Tahoma, Arial, Garamond;
	font-size:14px;
	color:#810000;
	font-weight:bold;
	text-decoration:none;
}
a.consultas-internas-links:hover {
	color:#4A0000;
	text-decoration:underline;
}
.consultas-internas-texto {
	margin:0px;
	padding:0px 0px 0px 10px;
}
#links-consultas-internas {
	margin:0px;
	padding:0px 0px 0px 25px;
	font-family:Tahoma, Arial, Garamond;
	font-size:12px;
	color:#1c1d18;
	font-weight:bold;
	text-align:justify;
}
#links-consultas-internas a {
	font-family:Tahoma, Arial, Garamond;
	font-size:12px;
	color:#1c1d18;
	font-weight:bold;
	text-decoration:none;
}
#links-consultas-internas a:hover {
	color:#2C2E25;
	text-decoration:underline;
}
