html,body {
	background-color: #b8aea9;
	font-family: Tahoma;
	font-size: 11px;
	margin: 0px;
	height: 100%;
	width: 100%;
	background-image: url(../imagenes/fondo.gif);
	background-repeat: no-repeat;
	background-position: center center;
	overflow: auto;
	color: #333333;
}

#todo {
	width:1020px;
	height:590px;
	z-index: 1;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -295px;
	margin-left: -510px;

}

#fondo {
	width:1020px;
	height:590px;
	z-index: 2;
	position: absolute;

}
#logo {
	width:300px;
	height:222px;
	z-index: 12;
	position: absolute;
	left: 26px;
	top: 0px;

}
#logo2 {
	width:230px;
	height:46px;
	z-index: 11;
	position: absolute;
	left: 26px;
	top: 0px;
	background-color: #b8aea9;

}

#imagenes {
	width:973px;
	height:497px;
	z-index: 3;
	position: absolute;
	left: 27px;
	top: 55px;

}
#menu {
	width:814px;
	height:206px;
	z-index: 10;
	position: absolute;
	left: 176px;
	top: 20px;
}
table {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	color: #891637;
}
h2 {
	color: #b8aea9;
	font-size: 18px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}
h1 {
	color: #FFFFFF;
	font-size: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}

h3 {
	color: #b8aea9;
	font-size: 14px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	font-style: italic;
	font-family: georgia;
}
li {
	list-style-image: url(../imagenes/bullet.gif);
	padding-bottom: 3px;
}
#contacto {
	width:780px;
	height:259px;
	z-index: 4;
	position: absolute;
	left: 111px;
	top: 158px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #891637;
	padding: 12px;
	text-align: center;
}
a {
	text-decoration: none;
	color: #A51536;
}
#info {
	width:456px;
	height:178px;
	z-index: 4;
	position: absolute;
	left: 78px;
	top: 202px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	padding: 12px;
	text-align: center;
}
#info a {
	color: #F8C6C0;
	text-decoration: underline;
}
#info a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

