/* CSS Document */

#cuerpo li p{
	font-size:120%;
}

#cuerpo img{
	float:left;
	margin:0px 20px 0px 0px;
	border:1px solid #887344;
}

#cuerpo ul{
	margin-top:10px;
}

#cuerpo li{
	width:auto;
	float:left;
	margin-bottom:20px;
}

#cuerpo .con_foto{
	width:450px;
}

#cuerpo li h2{
	margin-bottom:5px;
	font-size:120%;
	width:360px;
	float:left;
}

#cuerpo li h3{
	margin-bottom:5px;
	color:#978851;
	width:360px;
}


#cuerpo ul li{
	float:left;
}

#cuerpo ul li p{
	margin-bottom:10px;
	
}


#cuerpo ul li:first-child + li{
	margin-bottom:0px;
}

#cuerpo blockquote{
	border-bottom:1px solid #CFC6A7;
	margin-bottom:20px;
	padding-bottom:2px;
}

#cuerpo blockquote a{
	font-size:100%;
	text-decoration:none;
	color:#000;
	background-color:#CFC6A7;
	padding:3px 5px 2px 6px;
}

#cuerpo blockquote a:hover{
	background-color:#C2B592;
}

h1{
	font-size:220%;
}

#cuerpo ul p{
	width:390px;
	float:left;
}

#cuerpo img{
	float:left;
}
