@charset "utf-8";
/* CSS Document */

#cuerpo-content {
	overflow:hidden;
	text-align:left;
	width:930px;
}
.c1 {
	width:100%;
	height:auto;
	margin-bottom:15px;
	overflow:hidden;
}
.c2 { 
	padding:10px;
	text-align:justify;
	border:1px solid #CCC; 
	background-color:#FFF;
	width:660px;
	overflow:hidden;
	float:left;
}
.c2 img { margin:0px 0px 10px 10px; }

.c3 { 
	width:210px;
	height:auto;
	float:right;
	padding:10px;
	border:1px solid #CCC;
	background:#F2F2F2;
}

.c2,.c3 { margin-bottom:20px; }