@media screen{
/************************************************/  
/* CSS 2.0 noticias.css - pycsa                 */
/* @author: netconsulting                       */
/* @url: www.netconsulting.es                   */
/************************************************/                       

	/*-- NOTICIAS LIST -----------------------------------------------------------*/
	
	.noticias-list{
		clear:both;
	}
	
	.noticias-list li{
		float:left;
		clear:both;
		width:670px;
		height:57px;
		margin-bottom:10px;
	}
	
	.noticias-list .date{
		float:left;
		width:34px;
		height:57px;
		margin:0 5px 0 0 !important;
		background:url(../../images/Publica/bg_date.jpg) no-repeat top left;
	}
	
		.noticias-list .date .day{
			display:block;
			width:32px;
			text-align:center;
			font-size:90%;
			font-weight:bold;
			color:#005622;
			margin-top:5px;
		}
		
		.noticias-list .date .month{
			display:block;
			width:32px;
			text-align:center;
			font-size:80%;
			font-weight:bold;
			text-transform:uppercase;
		}
		
	.noticias-list img{ float:left; margin-right:5px;}
	
	.noticias-list .title_news {
		float:left;
		background:#faf6f3;
		color:#005622;
		width:570px;
		margin-bottom:5px;
		font-weight:bold;
	}
	
	.noticias-list .entradilla{ float:left; width:570px; margin:0 !important;}
	
	.noticias-list .entradilla a{ font-size:90%; border:0 !important;}	
	
	/*-- NOTICIAS DETAIL -----------------------------------------------------------*/
	
	.noticias-detail .list-general{ clear:both;}
	
	.noticias-detail .date{
		float:left;
		width:34px;
		height:57px;
		margin:10px 5px 0 0 !important;
		background:url(../../images/Publica/bg_date.jpg) no-repeat top left;
	}
	
		.noticias-detail .date .day{
			display:block;
			width:32px;
			text-align:center;
			font-size:90%;
			font-weight:bold;
			color:#005622;
			margin-top:5px;
		}
		
		.noticias-detail .date .month{
			display:block;
			width:32px;
			text-align:center;
			font-size:80%;
			font-weight:bold;
			text-transform:uppercase;
		}
		
		.noticias-detail .entradilla { 
			float:left;
			width:610px;
			height:42px;
			padding:4px 5px;
			margin:10px 0 20px 0 !important;
			font-size:90%;
			font-style:italic;
			border: 1px solid #ccc;
		}	
		
		.noticias-detail .description{ clear:both;}
		
			.noticias-detail .description img{ float:right !important; margin:10px 0 10px 10px !important; border:1px solid #e7ded9;}
			
			.noticias-detail .description ul, .noticias-detail .description ol{ clear:both; margin:20px 0;}
			
			.noticias-detail .description li{
				margin-left:25px;
				padding-left:15px;
				background:url(../../images/Publica/bullet_detail03.jpg) no-repeat top left;
				line-height:120%;
				margin-bottom:5px;
			}
			
		.noticias-detail .list-general li{
			background:url(../../images/Publica/ico_link.jpg) no-repeat top left !important;
			padding-left:20px !important;
		}
		
		.noticias-detail h3.title_h1{ 
			clear:both;
			float:left;
			width:620px;

		}
		
		
	

}