body {
	font: normal normal 0.7em verdana, arial, sans-serif;
	color: #716f64;
	text-decoration:none;

}
a:link{
	color: #88B7D3;
	text-decoration:none;
}
a:visited    {
	color: #88B7D3;
	text-decoration:none;
}
a:hover    {
	color: #88B7D3;
	text-decoration:underline;
	}
.todo{
	width: 740px; 
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto; 	
	text-align:left; 
}
.clear{clear:both;}
.cabecera {
float:left;
width:740px;
}
.cabecera h1{
	margin:0 0 0 12px;
	padding: 0 0;
}
.conjunto {
width:740px;
background-image:url(../img/shadow_bg.gif);
}
.dsp {
	text-align:left;
	padding:18px;
}
.caja_left {
	float:left;
	width:200px;
}
.caja_right {
	float:right;
	width:480px;
}
.caja_left2 {
	float:left;
	width:150px;
}
.caja_right2 {
	float:right;
	width:530px;
}
.caja_left3{
	float:left;
	width:150px;
}
.caja_right3{
	float:right;
	width:290px;
}
p{text-align:justify;}
h3{color: #8ab3c9;font-size:1.5em;}
.pie{clear:both;text-align: center;}
label{float:left;text-align:right;width:100px;vertical-align: top;}
input, textarea{float:left;margin-left:5px;background-color: #e3eef4;border:1px solid #88b7d3;color:black;}
.button{color:white;background-color:#88b7d3;}

.borde {border: 1px solid #88B7D3; }