@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(imagenes/fondo1.gif);
}
#footer1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	height: 2.2ems;
	width: 100%;
	background-color: #000000;
	padding: 10px 0px 10px 0px;
}

.oneColFixCtrHdr #container {
	width: 800px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #header {
	padding: 10px 0px 0px 8px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 2.2ems;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFFFFF;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0px;
	font-size: 90%;
	color: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 10px;
	background-repeat: no-repeat;
	background-position: top;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	color: #FFFFFF;
	height: 2.2ems;
	width: 100%;
	background-color: #333333;
	padding: 30px 0px 20px 0px;
	text-align: left;
	background-position: bottom;
	background-image: url(imagenes/Wallpaper.png);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #header2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	color: #FFFFFF;
	background-color: #333333;
	height: 10px;
	width: 100%;
}
#header2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	height: 3px;
	width: 100%;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #FFFFFF;
	height: 2.2ems;
	float: left;
	position: absolute;
	top: 70px;
}
#footer0 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	color: #FFFFFF;
	height: 10px;
	width: 100%;
	padding: 10px;
}
.galeria {
	width: 500px;
}
.menurapido {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	color: #FFFFFF;
	float: right;
	height: 160px;
	width: 59px;
	position: fixed;
	top: 40%;
	right: 4px;
	z-index: auto;
}
#header3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFFFFF;
	height: 2.2ems;
	width: 100%;
	padding: 42px 0px 0px 0px;
	background-image: url(imagenes/fondo5.jpg);
}
#header4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFFFFF;
	height: 2.2ems;
	width: 100%;
	background-image: url(imagenes/Wallpaper.png);
	padding: 10px 0px 10px 0px;
}
.logo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	color: #FFFFFF;
	float: left;
	height: 88px;
	width: 110px;
	position: fixed;
	left: 2px;
	top: 2px;
	background-image: url(imagenes/logomarprofundo.png);
	background-repeat: no-repeat;
}
#principal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	height: 2.2ems;
	width: 780px;
	padding: 40px 10px 10px 10px;
	text-align: justify;
}
