@charset "utf-8";
/* CSS Document */
<style type="text/css">
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.oneColFixCtrHdr #container {
	width: 939px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left;
	 /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #fff; 
	height: 191px;		
}

.oneColFixCtrHdr #titulo {
	width: 890px;
	height: 40px;
	margin: 0px 0px 0px 4px;
}

.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

.oneColFixCtrHdr #principal {
	background: #fff;
}

.oneColFixCtrHdr #transmision {
	position: relative; 
	width: 886px;
	height: 50px; 
	margin: 2px 0px 0px 2px;
	overflow: hidden;	
}

.oneColFixCtrHdr #transmision-mini {
	position: relative; 
	width: 939px;
	height: 30px; 
	margin: 0px 0px 0px 0px;
	overflow: hidden;	
}

.oneColFixCtrHdr #transmision a.active:link, #transmision a.active:visited, #transmision a:hover, #transmision a:link, #transmision a:visited { 
	text-decoration: none; 
	color:#FFFFFF;
	border:0px #FFFFFF;
} 

.oneColFixCtrHdr #transmision-mini a.active:link, #transmision-mini a.active:visited, #transmision-mini a:hover, #transmision-mini a:link, #transmision-mini a:visited { 
	text-decoration: none; 
	color:#FFFFFF;
	border:0px #FFFFFF;
} 

.oneColFixCtrHdr #footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#E5E5E5;
}
.oneColFixCtrHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
}

.oneColFixCtrHdr #central{
/* CUADROS IZQUIERDA */
margin: 20px 0px 0px 1px;
width: 892px;
height: 1200px; 
overflow: hidden;
}

.oneColFixCtrHdr #opcioncentro{
margin: -1300px 0px 0px 220px;
width: 694px;
height: 1200px;
}

.oneColFixCtrHdr #opcionizq{
/* CUADROS IZQUIERDA */
margin: 0px 0px 0px 1px;
width: 210px;
height: 1300px;
overflow: hidden;
}

.oneColFixCtrHdr #opcioncentro .titulo{ font-weight:bold; font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#003399; margin: 12px 0px 0px 13px;}

.oneColFixCtrHdr #opcioncentro .texto{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; margin: 10px 0px 0px 13px;}

.buttonscontainer {width: 448px;}

.buttons a {
color:#000000;
padding: 2px;
padding-left: 3px;
padding:5px 2px 2px 3px;
display: block;
font-size:12px;
font-family:Geneva, Arial, Helvetica, sans-serif;
text-decoration: none;
text-align: left;
}

.buttons a:hover { border-left: 6px solid #3287CF; color:#3287CF; font-weight:bold; }

