@charset "utf-8";
/* CSS Document */

BODY  {
    margin-top:0px;
	margin-bottom:auto;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color: #66CCFF;
	scrollbar-3dlight-color: #66CCFF;
	scrollbar-darkshadow-color: #66CCFF;
	scrollbar-shadow-color: #000000;
	scrollbar-arrow-color: #66CCFF;
	scrollbar-track-color: #66CCFF;
	
}
.texto{
font-family : verdana,arial,helvetica;
	color: #333333;
	font-size: 12px;
}

.titulo
{
font-family : verdana,arial,helvetica;
	color: #000033;
	font-size: 14px;
}

h2{
font-family:Georgia, "Times New Roman", Times, serif;
color: #333333;
text-align:inherit;

}

.pie {color: #333333;
font-family : verdana,arial,helvetica;
font-size: 10px;}

.contenido{
	overflow: auto;--este te habilita el Scroll;
	scrollbar-face-color: #99CC99;
scrollbar-highlight-color: #99CC99;
scrollbar-3dlight-color: #99CC99;
scrollbar-darkshadow-color: #99CC99;
scrollbar-shadow-color: #99CC99;
scrollbar-arrow-color: #99CC99;
scrollbar-track-color: #99CC99;
 
} 

ul#menu {  
	list-style:none;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	
	}
ul#menu li {
	margin:0px;
	padding:1;
	float: left;
	}
ul#menu li a {
	display:block;
	width:112px;
	padding:10px 0;
	text-decoration:none;
	text-align: center;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	background-color:#66CCFF;
	border:#FFFFFF;
	}
ul#menu li a:hover {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #000066;
	border-left-color: #3399CC;
	}



