@charset "UTF-8";
* {
	background-position: center 0px;
	margin: 0px;
	padding: 0px;
}
#cuerpo #contenido .caja1 {
	float: left;
	height: 400px;
	width: 960px;
	margin-top: 30px;
}
#cuerpo #contenido .caja2 {
	float: left;
	height: 400px;
	width: 960px;
	margin-top: 30px;
}
#cuerpo #contenido .caja2 .valores {
	float: left;
	height: 400px;
	width: 450px;
	margin-left: 255px;
}
#cuerpo #contenido .caja1 .cajamision {
	float: left;
	height: 400px;
	width: 450px;
}
#cuerpo #contenido .caja1 .cajavision {
	float: right;
	height: 400px;
	width: 450px;
}
