body,html {
	background-image: url('imagenes/fondo.png');
	background-repeat: no-repeat;
	background-position: center center;
	height:100%;
}

table {
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

td {
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}

#contenedor {
	background-color: #ffffff;
	width: 800px;
	height: 600px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#cabecera {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 110px;
	width: 800px;
}

#menulogo {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 800px;
	height: 120px;
	border-bottom: 1px solid #000099;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 90px;
	text-align: left;
}

#logo img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#menu1 {
	position: absolute;
	bottom: 1px;
	left: 70px;
	text-align: center;
}

#menu1 ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu1 ul li {
	float: left;
	padding-left: 11px;
	padding-right: 11px;
	border-right: 1px solid #000099;
	height: 28px;
}

#menu1 ul li a {
	display: block;
	color: #cc3300;	
	letter-spacing: 5px;
	line-height: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding: 4px;
}

#menu1 ul li a:hover {
	background-color: #cc3300;
	color: #ffffff;
}

#central {
	position: absolute;
	top: 221px;
	left: 0px;
	width: 800px;
	height: 337px;
}

#menu {
	position: absolute;
	width: 240px;
	padding: 0px;
	top: 0px;
	left: 0px;
	text-align: left;
}

#menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#menu ul li {
	background-image: url('imagenes/linea.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 23px;
	margin: 3px 0px 3px 0px;
	width: 198px;
}

a.prueba {
	display: block;
	color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
/* 	padding-left: 17px; */
	padding: 2px 0px 2px 17px;
	height: 14px;
	margin-left: 25px;
	text-decoration: none;
	width: 153px;
}

a.prueba:hover {
	color: #ffffff;
	background-color: #cc3300;
	background-image: url('imagenes/flecha.png');
	background-repeat: no-repeat;
	background-position: center left;
}

#fotos {
	position: absolute;
	top: 26px;
	left: 240px;
	width: 463px;
	height: 228px;
}

#contacto {
	position: absolute;
	top: 254px;
	left: 703px;
	width: 71px;
	height: 71px;
}

#contacto img {
	border: 0px;
}

#mapaweb {
	position: absolute;
	bottom: 9px;
	left: 364px;
	width: 72px;
	height: 20px;
}

#pie {
	position: absolute;
	top: 558px;
	left: 0px;
	text-align: center;
	height: 33px;
	width: 800px;
	border-top: 9px solid #cc3300;
	color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#pie p {
	height: 10px;
	padding: 0px;
	margin: 11px 0px 11px 0px;
	letter-spacing: 1px;
}