p{
	margin:0px 0px 1.3em 0px;
	padding: 0px;
	}
img{
	border:0px;
}
h1{margin:0px 0px 1.2em 0px ;
	font-weight:normal;
	padding: 0px;
}
	
h2{margin:0px 0px 1.2em 0px ;
	padding: 0px;}
	
h3{margin:0px 0px 1.2em 0px ;
	padding: 0px;}
	
ul{	list-style:none;
	margin:0px;
	padding: 0px;
	}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	background: #CCC;
	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: #666;
}
.twoColFixLtHdr #container {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background-color:#F90;
	padding: 0px 0px 0px 0px;
	border-bottom-color:#F90;
	border-bottom-style:solid;
	border-bottom-width:3px;
} 
.twoColFixLtHdr #header img{
	display:block;
	margin:0;
	}
.twoColFixLtHdr #header h1 {
	display:none;
	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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; 
	width: 150px; 
	background: #fff; 
	padding: 15px 10px 15px 20px;
	display:block;
	
}

.twoColFixLtHdr #sidebar1 .menu{
	margin:0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	line-height: 16px;
	list-style-type: none;
	border-style: solid;
	border-width: 0px;
	border-color: #DFD0AA;
	font-size: 0.9em;
	display: block;

}
.twoColFixLtHdr #sidebar1 .menu li{
	border:0;
	margin:2px 0px 5px 0px;
	padding:3px 0px 0px 12px;
	background-position:2px 8px;
	background-repeat:no-repeat;
	background-image: url(../img/2008/flecha_socios.gif);
	border-top-color: #C1B997;
	border-top-style: dotted;
	border-top-width: 0px;
	display: block;
}
.twoColFixLtHdr #mainContent {
	border-left-color:#F90;
	border-left-style:solid;
	border-left-width:3px;
	float:left;
	margin: 0 0 0 0px;
	padding: 3px 0px 100px 20px;



/
	background-color: #FFF;
	width: 635px;
	
} 
.twoColFixLtHdr #mainContent h2 {
	font-weight:normal;
	color:#999;
	font-size:18px;
} 

.twoColFixLtHdr #mainContent .idioma {
	margin:5px 0px 0px 0px;
	text-align:right;
	font-size:0.9em;
	}
.twoColFixLtHdr #mainContent .titulo {
	margin:0px 0px 20px 0px;
}
.twoColFixLtHdr #mainContent .titulo h1 {
	border-bottom-width:1px;
	border-bottom-color:#CCC;
	border-bottom-style:solid;
	font-size: 30px;
	margin:0px 0px 0px 0px;
	padding: 0px;
	color: #F90;
}
.twoColFixLtHdr #mainContent .titulo h2 {
	font-size: 18px;
	font-weight:normal;
	color: #999;
	
}
.twoColFixLtHdr #mainContent .hora{
	margin:0px 0px 10px 0px;
	font-size:36px;
	color:#CCC;
}
.twoColFixLtHdr #mainContent ul{
	margin:0px 0px 0px 10px;
	
}
.twoColFixLtHdr #mainContent ul li{
	margin:0px 0px 20px 0px;
}
.twoColFixLtHdr #mainContent .tabla_colaboradores {
	width:100%;
	}
	
.twoColFixLtHdr #mainContent .tabla_colaboradores td {
	padding:3px;
	text-align:center;
	}
	
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	border-top-color:#F90;
	border-top-style:solid;
	border-top-width:3px;

} 
.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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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: 1px;
    line-height: 0px;

}
