/* ================================
    CSS STYLES FOR Module Noticias
   ================================
*/

.ContenedorModuloNoticias
{
	width:500px;
	height:300px;	
}

.ContenedorListaNoticias
{
	width:195px;
	float:left;
	padding: 0px 20px 0px 0px;
	height: 300px;
	vertical-align:top;
}

.TablaNoticias
{
	background-color: #E6E1D4;	
	width: 200px;
	height: 300px;
}

.SelectorNoticias
{
	width: 200px;
	text-align: right;
	height: 30px;
	padding-right: 10px;
	vertical-align: middle;
	line-height: 15px;
}

.EditorNoticiasBordeRedondeadoAI
{
	background-image:url("BordeRedondeadoAIBeige.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 10px;
	height: 290px;
}

.ListaNoticias
{
	width:185px;
	padding: 10px 10px 10px 0px;
	margin: 0px 0px 0px 0px;
	height: 290px;
	overflow: auto;
}

.ContenedorCuerpoNoticia
{
	width: 300px;
	float: right;	
	height: 300px;
	background-color: #FFFFFF;
	overflow: auto;
	padding: 10px 10px 10px 10px;
}

.CuerpoTitulo
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: #E64415;
}

.CuerpoDescripcion
{
	text-align: justify;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: #595959;	
}

.ListaNoticiasDescripcion
{
	text-align: left;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: #595959;	
}

.ListaNoticiasDescripcion P
{
	text-align: left;
	margin-top:0px;
}

.ListaNoticiasFecha
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: #E64415;
	float:left;
}

.ListaNoticiasTitulo
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: #E64415;
}

a.ListaNoticiasTitulo:link  
{
    text-decoration: none;
    font-weight: normal;
    color: #FF3700;
}

a.ListaNoticiasTitulo:visited   
{
    text-decoration: none;
    font-weight: normal;
    color: #FF3700;
}

a.ListaNoticiasTitulo:hover 
{
    text-decoration: underline;
    font-weight: normal;
    color:  #FF3700;
}

a.ListaNoticiasTitulo:active    
{
    text-decoration: none;
    font-weight: normal;
    color:  #FF3700;
}

.ListaNoticiasMas
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
}

a.ListaNoticiasMas:link  
{
    text-decoration: none;
    font-weight: normal;
    color: #000000;
}

a.ListaNoticiasMas:visited   
{
    text-decoration: none;
    font-weight: normal;
    color: #000000;
}

a.ListaNoticiasMas:hover 
{
    text-decoration: underline;
    font-weight: normal;
    color:  #FF3700;
}

a.ListaNoticiasMas:active    
{
    text-decoration: none;
    font-weight: normal;
    color:  #000000;
}