/* NOTICIA - Representa la noticia destacada */
body
{
	font-family:Myriad Pro;
}

div.icono
{
    float:left
}
div.noticia
{
/*    width: 400px;*/
    width: 648px;
    padding: 0px;
/*    height: 330px;*/
      margin-top:5px;
}

div.noticia div.titulo
{
/*    text-transform: uppercase;*/
    color: #ffffff;
    font-family: Myriad Pro;
    background: url(../Images/cab_noticias.gif) no-repeat;
    text-align: left;
    padding-left: 15px;
	padding-top:0px;
    margin: 0px;
    font-size: 15pt;
	font-weight:bold;
    height: 40px;
}

div.noticia div.titulo div.texto
{
float:left;
margin-top:3px;
margin-left:15px;
}

div.noticia div.titulo div.central
{
float:left;
margin-top:3px;
margin-left:5px;
}

*html div.noticia div.titulo div.central
{
float:left;
margin-top:8px;
}

div.noticia div.titulo div.central span.Fecha
{
	font-family: Myriad Pro,"Trebuchet MS",Tahoma,Arial,Verdana,sans-serif;
	font-size: 10pt;
	color: #000000;
}

div.noticia div.titulo div.central span.Titulo
{
	font-family: Myriad Pro,"Trebuchet MS",Tahoma,Arial,Verdana,sans-serif;
	font-size: 10pt;
	color: #000000;
}

#primero
{
	width:1000px;	
}

#nots
{
	float:left;
}

#pub1
{
	float:left;
}




/* NOTICIAS - Representa el listado de noticias */

div.noticias
{
    width: 648px;
    height: 330px;
    padding: 0px;
	padding-top:5px;
}

div.noticias div.central div.imagen
{
	float:left;
	margin: 0px 0px 5px 5px;
}


div.noticias div.cuer
{
		clear:both;
		margin: 0px 0px 5px 5px;
}

div.noticias div.central img
{
    width: 400px;
	height: 250px;
}

div.noticias div.cuer span.cuerpo {
	font-size: 12px;
	font-family: Myriad Pro;
	line-height: 14px;
	/*text-decoration: none;*/
	margin-bottom: 5px;
}

div.noticias div.oculto
{
    display: none;
}

/*div.noticias div.thumbs 
{
    padding: 10px;
    border: solid 1px  #000;
}*/

div.noticias div.central div.thumbs div
{
    width: 75px;
    height: 75px;
    float: left;
    position: relative;
	left:5px;
	padding-top:12px;
text-align:center;
	background: url(../Images/fon_thumb.gif) no-repeat
}

div.noticias div.central div.thumbs div span
{
	color:#FFF;
	text-align:center;
	font-family:Myriad Pro;
	font-size:12px;
}

div.noticias div.central div.thumbs div img
{
    width: 74px;
	height:46px;
    vertical-align:top;
}

div.links
{
    width: 648px;
	background: url(../Images/pie_noticias.gif);
	height:32px;
	font-size:14px;
}

div.links a:link, div.links a:visited, div.links a:hover
{
    color:Blue;   
}

.mouseover
{
    background: url(../Images/fon_thumb_over.gif) no-repeat;
    color:#000;
} 