/* CSS Document */


	#wrapper #content #noticia{
		float:left;
		margin:30px 0;
	}

		#wrapper #content #noticia #texto ,
		#wrapper #content #noticia #texto2{
			float:left;
			width:590px;
		}
		
		/* Este estilo es para cuando la noticia no tiene imagen*/
		#wrapper #content #texto2{
			margin:30px 0;
		}
	
			#wrapper #content #noticia #texto ul{
				margin:30px 0 0 0;
			}
	
			#wrapper #content #noticia #texto ul li{
				margin:10px 0;
			}
	
		
		#wrapper #content #noticia #imgs{
			float:left;
			width:250px;
		}

	#wrapper #content.clearfix {
		display: inline-block;
	}


	#wrapper #content p {
		padding: 10px 0;
		line-height:16px;
		text-align:justify;
	}

		#wrapper #content p a:hover{
			text-decoration:none;
		}
	
			#wrapper #content a{
				color:black;
				text-decoration:underline;
			}



		#wrapper #content #imga_not {
			margin:10px 15px 0 0px;
			border:1px solid #cccccc;
			padding:5px;
			float:left;
			clear:both;
		}


/*estilos generales*/

h2{
	margin:0 0 10px 0;
}



