/* CSS Document */
/* 
 *	Go-media | Design + Comunication + Development + Marketing Online
 *  info@go-media.com | www.go-media.com.ar
 * 
*/
@charset "utf-8";

.noticia .volver{
	margin-bottom: 10px;	
	margin-top: 10px;
}
.noticia .volver a{	
	font-size:10pt;
	font-weight:bold;
	text-align:right;
	text-transform: uppercase;
}
.noticia .volver a:hover {
	text-decoration:underline;
	cursor:pointer;
	color:#000000;
}

.noticia .notaFecha {
	width:auto;
	height:auto;
	margin:0px;	
	font-size:14px;
	font-weight:bold;
	color:#555;
	position:relative;
}
.noticia h1{    
	padding-bottom:8px;
	margin:0px;
	font-family: 'Open Sans', 'serif';
	font-size:30px;
	font-weight:bold;
	color:#E96A03;
	line-height:30px;
	cursor:pointer;
	text-decoration:none;	
}
.noticia .texto p, .noticia .texto span{
	font-family: 'Gilda Display',serif !important;
	font-size:16px !important;
	line-height:16px;
}
.noticia .notaFoto{
	margin-bottom: 15px;
}
.noticia .adj_img{	
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.noticia  .adj_text{	
	margin-top: 20px;
}
.noticia .adj_text a{	
	color:#333;
}