/* CSS Document */
/* 
 *	Go-media | Design + Comunication + Development + Marketing Online
 *  info@go-media.com | www.go-media.com.ar
 * 
*/
@charset "utf-8";

.item{
	border-bottom: 1px dotted #000000;
	padding-top: 10px;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
.item h1 a {    
	padding-bottom:8px;
	margin:0px;
	font-family: 'Open Sans', 'serif';
	font-size:16px;
	font-weight:bold;
	/*color:#727376;*/
	line-height:16px;
	cursor:pointer;
	text-decoration:none;	
}
.item h1 a:hover {
	cursor:pointer;
	color:#000000;
}
.item .notaFecha {
	width:auto;
	height:auto;
	margin:0px;	
	font-size:14px;
	font-weight:bold;
	color:#555;
	position:relative;
}

.item p {
	width:auto;
	height:auto;
	margin-top: 10px;	
	font-size:14px;
	color:#606062;
	line-height:16px;
	position:relative;
}
.item .notaFoto {
	border:none;
	padding: 0px 0px 0px 0px;
}
.izquierda {
	float:left;
	width: 300px;
	margin-top: 5px;
}
.izquierda.noimg {
	width: 100% !important;
}

.derecha {
	float:right;
	margin-top: 5px;
}
.irarchivo{
	margin-bottom: 10px;
    margin-top: 10px;	
}