@charset "utf-8";
/* CSS Document */
body{
	margin: 0px 0px 0px 0px;
	font-family: Geneva, sans-serif, Georgia, "Times New Roman", Times, serif;
	}
.General {
	width:1024px;
	height:600px;
}
.Encabezado {
	background-image: url(images/FondoEncabezado.jpg);
	background-repeat: repeat-x;
	height: 444px;
}
.EncSuperior {
	width: 1024px;
	height:208px;
	border:1px;
	border-color:#FF9;
}
.EncInferior {
	width: 1024px;
	height:234px;
	
}

.ItemMenu {
	font-size:14px;
	padding: 15px 10px 5px 10px;
	color:#666;
	font-weight:bold;
	vertical-align: middle;
}
.ItemMenuActivo {
	padding-top:15px;
	color:#900;
	font-weight:bold;
	vertical-align: middle;
}
.ItemSuperior {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	padding-top:0px;
}

