/***********************************************/
/* Estils generals                             */
/***********************************************/ 
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 98%;
	color: #0000CC;
	background-color: #CCC;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #006688;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #EEEEEE;
	scrollbar-shadow-color: #006688;
	scrollbar-track-color: #FFFFFF;

}
a{
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

a:link{
	text-decoration: none;
	font-weight: bold;
}

a:visited{
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:focus{
	font-weight: bold;
	border-bottom: 4px solid #CCC;
}

.banda01 {
	background-color: #666;
	height: 20px;
	border-bottom: 1px dotted #FFF;
}
.banda02 {
	background-color: #CCC;
	border-bottom: 5px solid #CC0000; 
	text-align: center;
	margin-top: 0px;
	padding-bottom: 10px;
}
.banda03 {
	background-color: #EEE;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	padding-top:5px;
}
.banda04 {
	background-color: #EEE;
	height: 60px;
	text-align: center;
	border-bottom: 1px solid #FFF;
}