.text {
	font-family:  Arial, Verdana;
	font-size: 12px;
	text-indent: 10px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
.fondo {
	background-attachment: fixed;
	background: url(img/fondo.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-style:solid;
    border-width: 1px;
    border-color: #C67573; 
}
.cuadro{
	
	border-style:solid;
    border-width: 1px;
    border-color: #C67573; 
}


 .floatright
{
float: left;
margin: 0px 17px 15px 0px;
}
