/* CSS Document */

#menu a:link {
         color:#666666;
         text-decoration:none;
         font-family:verdana; 
         font-size:13px;
 }
#menu a:visited {
         color:#666666;
         text-decoration:none;
         font-family:verdana; 
         font-size:13px;
 }

#menu a:hover {
         color:#000000;
		 font-weight:bold;
         text-decoration:none;
		 font-size:110%;
}
    
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	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;
}
.oneColFixCtr #container {
	width: 815px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666666;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	float:right;
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtr #cabecera {
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #menu {
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	width: 230px;
	color:#666666;
}
.first-letter {
	color: #000000;
	font-size: 200%;
}
.oneColFixCtr #content {
	float:right;
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:550px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}
.style1 {
	color: #59AAC5;
	font-weight: bold;
	font-size: 14px;
}

.oneColFixCtr #titulo {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	font-variant:small-caps;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
