@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
}

.envo {
	float: left;
	width: 742px;
	height: 314px;
}
.envo .noticias {
	float: left;
	width: 742px;
	height: 314px;
}
.envo .noticias .box1 {
	float: left;
	width: 240px;
	margin-right: 10px;
	height: 314px;
	overflow: hidden;
}
.envo .noticias .box2 {
	float: left;
	width: 240px;
	height: 314px;
	overflow: hidden;
}
.envo .noticias .imagen {
	float: left;
	width: 240px;
	height: 135px;
	overflow: hidden;
	margin-bottom: 10px;
}
.envo .noticias .titulon {
	float: left;
	width: 240px;
	margin-bottom: 10px;
}
.envo .noticias .titulon a {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	color: #2082a5;
	text-decoration: none;
}
.envo .noticias .titulon a:hover {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	color: #2082a5;
	text-decoration: none;
	cursor: pointer;
}

.envo .noticias .bajada {
	float: left;
	width: 240px;
}
.envo .noticias .bajada p {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}
