*{
margin: 0px;
padding: 0px;
text-decoration: none;
color: #2354B3;
}

img{
text-decoration: none;
border: 0px;
}


body{
width: 100%;
height: 100%;
}

table#cabecera {
	border-collapse: collapse;
	width: 800px;
	height: 180px;
	text-align: center;
	margin: 0px auto;
}

table#pie {
	width: 800px;
	height: 25px;
	text-align: center;
	margin: 0px auto;

}

table#inicio {
	width: 800px;
	height: auto;
	text-align: left;
	margin: 0px auto;
}

table#conocenos {
	width: 800px;
	height: 400px;
	text-align: justify;
	margin: 0px auto;
	background-image: url(../img/fondo_conocenos.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
table#menuofertas {
	width: 800px;
	height: auto;
	text-align: left;
	margin: 0px auto;

	}


table#ofertas {
	width: 800px;
	height: auto;
	text-align: center;
	margin: 0px auto;
}

table#imagenes {
	width: 750px;
	height: auto;
	text-align: center;
	margin: 0px auto;
}

table#imagenes img{
	border: none;
	margin: 0px;
	padding: 0px;
	border-collapse: inherit;
}

table#enlaces {
	width: 800px;
	height: auto;
	text-align: center;
	margin: 0px auto;
}

div#contacto {
	width: 800px;
	height: auto;
	text-align: center;
	margin: 0px auto;
}

table#contacto {
	width: 800px;
	height: auto;
	text-align: top;
	margin: 0px auto;
	top: 20px;
}

