
/*columna 1 - noticias*/

	#cuerpo #noticias_lista{
	clear:both;
	float:left;
	width:250px;
	background:url(../img/all/bg_noticias.jpg) right top no-repeat;
	padding-right:25px;
	}
	
	#cuerpo #noticias_lista li{
	clear:both;
	margin-bottom:10px;
	float:left;
	width:250px;
	}
		
		#cuerpo #noticias_lista li .foto{
		float:left;
		margin-right:10px;
		}		
			#cuerpo #noticias_lista li .foto img{
			border:2px solid #91847A;
			}
		
		#cuerpo #noticias_lista li .texto{
		width:140px;
		float:right;
		font-size:11px;
		}
		
			#cuerpo #noticias_lista li .texto a{
			line-height:16px;
			font-weight:normal;
			}
			
			#cuerpo #noticias_lista li .texto h3{
			line-height:16px;
			font-weight:normal;

			}
			
			#cuerpo .fecha{
			color:#956D55;
			font-weight:bold;
			clear:both;
			}

		#cuerpo .antysig{
		width:250px;
		font-size:11px;
		float:left;
		border-top: 1px solid #3D3936;
		padding-top:8px;
		font-family:"Times New Roman", Times, serif;
		
		}
		#cuerpo .antysig a{
		text-transform:uppercase;
		font-size:11px;
		}
		
		
		#cuerpo .antysig .anterior{
		float:left;
		width:80px;
		
		}
		#cuerpo .antysig .siguiente{
		float:right;
	
		}
		
		#cuerpo .antysig .pagina{
		font-size:11px;
		width:85px;
		padding-top:0px;
		float:left;
		text-align:center;
		}


/*columnas noticia*/


	#cuerpo .foto_noticia img{
	border:2px solid #3E3A37;
	}
	
	#cuerpo .foto_noticia{
	text-align:center;
	}
	
	#cuerpo .texto_noticia h3{
	line-height:22px;
	float:left;
	color:#FFFFFF;
	font-size:18px;
	width:100%;
	font-family:"Times New Roman", Times, serif;
	
	}
	
		#cuerpo .texto_noticia p{
		margin-bottom:10px;
		float:left;
		}
		
