/* CSS Document */

body
{
	font-family:Arial, Helvetica, sans-serif;
}

a
{
	text-decoration: none;
}

div#menu
{
	padding-top: 10px;
	padding-bottom: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: white;
	text-align: center;
}

span#titulo
{
	font-size: 16px;
	font-weight: bolder;
}

span#fechanoticia
{
	color: gray;
	font-size: 10px;
	font-weight:normal;
}

span#titulonoticia
{
	font-size: 15px;
	font-variant: small-caps;
	color: #FF6600;
}

div#cuerponoticia
{
	font-size: 11px;
}

div#fotonoticia
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

div#bloquenoticia
{
	border-bottom: solid thin gray;
	margin-bottom: 10px;
	overflow: auto;
	min-height: 140px;
	height: 140px;
}

a#menu
{
	color: white;
}

A.menu{ FONT-SIZE: 14px; COLOR: #ffffff;   FONT-FAMILY:  Arial, Helvetica, sans-serif; font-weight:700; line-height:13px; text-decoration:none; margin-left: 3px; margin-right: 10px; }
A.menu:hover{ FONT-SIZE: 14px; COLOR:#009900; font-weight:bold; FONT-FAMILY: Arial, Arial, Helvetica, sans-serif; TEXT-DECORATION: underline;  margin-left: 3px; margin-right: 10px;}

div#cabecera
{
	border-right: 1px dashed gray;
	border-bottom: 1px dashed gray;  
	background-color: #E8E8E8;
	padding: 6px;
	text-align: left;
	font-size: 13px;
	font-weight: bolder;
	color: #000066;
}

a#cabecera
{
	font-size: 13px;
	font-weight: bolder;
	color: #000000;
}

div#titulopromo
{
	font-size: 15px;
	color: #FF6600;
}

table#promoficha
{
	font-size: 12px;
}

/*GESTOR DE CONTENIDOS*/

.texto9v {
	font-family: verdana, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #999999;
	text-align: center;
}

