@charset "utf-8";

#cuerpo-pagina {
	background-image: url(../images/noticias.jpg);
	background-repeat: no-repeat;
	background-position: center top;

}

#contenido-principal {
	height: auto;
	margin-right: 192px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 5px;
}
#contenido-principal table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	padding-top: 10px;
	text-align: justify;
}
#contenido-principal table h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #00CCFF;
}
#contenido-principal table td {
	padding-top: 7px;
	padding-bottom: 7px;
}
.td_noticias {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #33CCFF;
}



#servicios {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	background-color: #FFFF00;
	text-align: center;
	vertical-align: middle;
	margin-top: 10px;
	width: 162px;
	float: right;
}

#menu-servicios {
	text-align: left;
	border: 1px solid #FFFF00;
	background-color: #000000;
	padding-bottom: 3px;
	padding-top: 3px;
	width: 160px;
	float: right;
}
#menu-servicios ul{
	margin-top: 0;
	margin-right: 2;
	margin-bottom: 0;
	margin-left: 20px;
	padding-right: 0;
	padding-bottom: 5;
	padding-left: 0px;
	padding-top: 5px;
}
#menu-servicios li{
	font-weight: normal;
	text-align: left;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	list-style-image: url(images/pointer.gif);
}

#menu-servicios ul li a:link {
	color: #FFFF00;
	text-decoration: none;
}
#menu-servicios ul li a:hover {
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
#menu-servicios ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#contenido-principal a:link {
	color: #FF0000;
}
#contenido-principal a:visited {
	color: #FF0000;
}
#contenido-principal table:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	background-color: #FFFFFF;
}
.noticias #contenedor {
	background-image: none;
}
#foto-servicios {
	text-align: left;
	border: 1px solid #FFFF00;
	background-color: #FFFFFF;
	padding-bottom: 3px;
	padding-top: 3px;
	width: 177px;
	float: right;
	height: 80px;
	margin-top: 30px;
}
.foto_anuncios {
	text-decoration: none;
	margin-top: 1px;
	margin-bottom: 1px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#arriba {
	display: block;
	right: 33px;
	width: 13px;
	bottom: 50%;
	position: fixed;
	height: 19px;
	background-image: url(../images/boton_arriba.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

