@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;
	color: #666666;
	background-image: url(images/bgb.gif);
	background-color: #0066FF;
	font-size: medium;
}
.twoColFixLtHdr #container {
	width: 778px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/bg_bordo.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border-left: 1px solid;
	border-right: 1px solid;
	border-left-color: #999999;
	border-right-color: #999999;
} 
.twoColFixLtHdr #header {
	background-image: url(images/spacer.gif);
	background-color: #666666;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	position: absolute;
	top: -100px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	clear: left;
	background-color: #333333;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* 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: 0 20px;
	border-left: 1px dashed #000000;
} 
.twoColFixLtHdr #footer {
	padding: 0;
} 
.twoColFixLtHdr #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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #CCCCCC;
}
.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;
	padding-bottom: 10px;
	margin-right: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	padding-bottom: 10px;
}
.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: 1px;
    line-height: 0px;
}
p    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0099FF;
}
a:hover {
	text-decoration: none;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
	}
#menu {
	width: 560px;
	height: 2.2em;
	padding-left: 100px;
}
.twoColFixLtHdr #container #sidebar1 p {
	color: #FFFFFF;
}
.twoColFixLtHdr #container #sidebar1 h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: oblique;
	color: #FFFFFF;
	text-align: center;
}
.twoColFixLtHdr #tabla {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #0066FF;
	border: 3px;
	width: 778px;
	bordercolorlight: #5884A0
	bordercolordark: #285F80 
}

