/* CSS Document */
h1, h2{
	font-weight:normal;
}
.col1,.col2{
	float:left;
	padding-bottom:10px;
}
.col1{
	width:380px;	
}
.col2{
	width:620px;
	font-size:13px;
}
/*-------------------- recuadro -------------------*/
.recuadro{
	float:left;
	width:250px;
	margin:10px 30px;
	-margin:10px 20px;
}
.recuadro a{
	float:left;
	text-align:center;
	width:250px;
	padding:2px 0px;
	margin:2px 0px;
	text-decoration:none;
}
