@charset "utf-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
	}
/*Cabecera*/
header{
	width: 100%;
	height: 58px;
	float: left;
	background-image: url(../image/fon_cab.png);
}
/*cuerpo de la pagina*/
.cuerpo1{
	width:100%;
	height:60px;
	float:left;
}

.cuerpo1a{
	width:100%;
	height:10px;
	float:left;
}

.cuerpo2{
	width:100%;
	height:800px;
	float:left;
}

/*Pie de pagina*/
/*
footer{
	width: 100%;
	height: 350px;
	float: left;
	margin: 5px 0 0 0;
	background-color:#2778AF;
	border: 1px dashed;
	border-radius: 0 0 10px 10px;
}*/
