@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #E8D8D9;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 14px;
	color: #000;
}
.h2 {
	background-color: #E8D8D9;
}


/* CSS Document */

#padre{
	width:955px;
	height:600px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -477px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	}

	#cuerpo{
	width:915px;
	height:440px;
	float:left;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	}
	#pie{
	width:955px;
	height:100px;
	float:left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom:20px;
	margin-left: 0px;
	background-image:url(../imagenes/PIE2.gif)
	}
	#cuerpoi{
	width:595px;
	height:440px;
	float:left;
	margin-top:0px;
	margin-right: 10px;
	margin-bottom:0px;
	margin-left:0px;
	}
	#cuerpoi_menu{
	width:595px;
	height:50px;
	float:left;
	margin-top:0px;
	margin-right: 0px;
	margin-bottom:0px;
	margin-left:0px;
	}
	#cuerpoi_resto{
	width:575px;
	height:350px;
	float:left;
	margin-top:5px;
	margin-right: 10px;
	margin-bottom:0px;
	margin-left:0px;
	padding-top: 30px;
	padding-bottom: 10px;
	overflow: auto;
	padding-left: 10px;
	text-align: justify;
	padding-right: 5px;
	}
	#cuerpod{
	width:300px;
	height:440px;
	float:left;
	margin-top:50px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	}
.fondo_a{
	width:955px;
	height:600px;
	margin:auto;
	background-image:url(../imagenes/fondo4.jpg);
	}
.fondo_d{
	width:955px;
	height:600px;
	margin:auto;
	background-image:url(../imagenes/fondo3.jpg);
	}
.fondo_c{
	width:955px;
	height:600px;
	margin:auto;
	background-image:url(../imagenes/fondo2.jpg);
	}
	
