/*************************************************************************** 
*  Author   www.ContenidosBinarios.com                                     *
*  Module   noticias_dinamicos.mod                                         *
***************************************************************************/ 

.noticia {
	padding: 15px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:10px;


/* BORRAR 
	background-color:#ffff00;
	border:#00ffff;
	border-style:solid;
	border-width:2px;
*/
}


.noticia_ancha {
	float:none;
	padding: 10px;
	width: 440px;
	margin-bottom:10px;
	
	/* BORRAR */	
/*
	border:#00ff00;
	border-style:solid;
	border-width:1px;
*/	
}


/* noticia fotos */

.noticia_foto_derecha {
	float: right;
	width: 250px;
	padding-left:20px;

	/* BORRAR */	
/*
	border:#ff0000;
	border-style:solid;
	border-width:1px;
*/

}

.noticia_foto_izquierda {
	float: left;
	width: 250px;
	padding-right:20px;
	
	/* BORRAR */	
/*
	border:#ff0000;
	border-style:solid;
	border-width:1px;
*/	
}

.noticia_foto_sinfoto {
	float: right;
	padding-left:20px;

/*
	border:#ff0000;
	border-style:solid;
	border-width:1px;
*/
}


.noticia_fecha {
	font-size:11px;
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.noticia_fecha_portada {
	font-size:11px;
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}



/* RESUMEN */

.noticia_resumen {
	font-size:11px;
	color:#666666;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:15px;
}
.noticia_resumen_portada_sinfoto
{

	width:98%;
	font-size:11px;
	color:#666666;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:15px;
}
.noticia_resumen_portada_izquierda
{
	font-size:11px;
	color:#666666;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:15px;
}
.noticia_resumen_portada_derecha
{
	font-size:11px;
	color:#666666;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:15px;
}







.floating-box-center {
	float:none;
	width: 210px;
}



/* TITULARES */


.noticia_titular {
	font-size:15px;
	font-weight: bold;
	color:#333;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.noticia_titular a {
	font-size:15px;
	font-weight: bold;
	color:#333;
	font-family:Georgia, "Times New Roman", Times, serif;
}


.noticia_titular a:hover {
	background: #333;
	text-decoration: none;
	color: #ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
}






.noticia_titular_portada {
	font-size:15px;
	font-weight: bold;
	color:#09F;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.noticia_titular_portada a {
	font-size:15px;
	font-weight: bold;
	color:#09F;
	font-family:Georgia, "Times New Roman", Times, serif;

}


.noticia_titular_portada a:hover {
	background: #09F;
	text-decoration: none;
	color: #ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
}






/* noticia_portada */

.noticia_portada{
	padding-bottom:10px;
	
	/* BORRAR */	
/*
	border:#ff0000;
	border-style:solid;
	border-width:1px;
*/	
}


.noticia_portada_foto_derecha {
	float: right;
	width: 120px;
	padding-left:20px;

	/* BORRAR */	
/*
	border:#ff0000;
	border-style:solid;
	border-width:1px;
*/

}

.noticia_portada_foto_izquierda {
	float: left;
	width: 120px;
	padding-right:20px;
	
	/* BORRAR */	
/*
	border:#ff0000;
	border-style:solid;
	border-width:1px;
*/	
}


.noticia_portada_foto_sinfoto{
	float: right;
	width: 0px;
	padding-left:20px;
	visibility:hidden;


/*	border:#ff0000;
	border-style:solid;
	border-width:1px;
*/
}
