﻿#noticiaPrincipal
{
	padding: 20px;
	text-align: justify;
}
#listadoNoticias
{
	padding: 20px;
}
.fechaPeque
{
	font-size: 7.5pt;
}
/********************************************/
#noticias
{
	background-image: url(../img/topNoticias.jpg);
	background-repeat: no-repeat;
	padding: 60px 10px 10px 10px;
}

#noticiaPortada
{
	float: left;
	width: 400px;
	border-right: 1px dotted #ccc;
	padding-right: 10px;
}


#otrasNoticias
{
	float: left;
	width: 200px;
	padding-left: 10px;
}

.otraNoticia
{
	padding: 5px 0px 5px 0px;
	border-bottom: 1px dotted #ccc;
}

.titular
{
	font-size: 18px;
	color: #074144;
	float: left;
	width: 350px;
}
.fechaNoticia
{
	float: left;
	width: 30px;
	border: 1px #ccc solid;
	padding: 2px;
	margin: 0px 5px 0px 0px;
	text-align: center;
	font-size: 8px;
	font-family: Arial;
	background-image: url(../img/fondoPestannas.gif);
}

.tipoNoticia
{
	color: #3a80bc;
	font-weight: bold;
}
#resumen p
{
	padding:0px;
	margin:0px;
	}
/*************************/
