@charset "UTF-8";
a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #FFFFFF;
}
.style4 {
	font-size: 10px
}
body  {
	margin: 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: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
.twoColFixLtHdr #container {
	width: 820px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	overflow: auto;
} 
.twoColFixLtHdr #header {
	padding: 0px 0px 10px 0px;
	background-image: url(images/cabezera.gif);
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #header h1 {
	margin: 0;
	position: absolute;
	top: -100px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 15px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 5px 3px 5px;
	clear: left;
}
.twoColFixLtHdr #mainContent {
	margin: 0px 0 0 20px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: 1px dashed
#;
	border-left: 0px dashed #ffffff;
} 
.twoColFixLtHdr #footer {
	padding: 0 5px 0px 10px;
} 
.twoColFixLtHdr #footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0px 10px 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 14px;
	line-height: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
h3 {
	font-size: 13px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#menu {
	height: 2.2em;
	width: 545px;
	padding-left: 273px;
}
#menu html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-left: 4px;
}
