/* CSS Document */

BODY  {
padding-top: 0px; 
padding-right: 0px; 
padding-left: 0px; 
padding-bottom: 0px; 
margin: 0px; 
background: #000000 url(img/basic/bg-black.gif) repeat 100% top ;;
background-attachment: fixed;

font-family: arial, helvetica, verdana, sans-serif;
font-size:12px;
font-color:#FFFFFF;

SCROLLBAR-FACE-COLOR: #CBC9C1; 
SCROLLBAR-HIGHLIGHT-COLOR: #C9C9C2; 
SCROLLBAR-SHADOW-COLOR: #E8E8DF; 
SCROLLBAR-3DLIGHT-COLOR: #E8E8DF; 
SCROLLBAR-ARROW-COLOR: #FEFEFB; 
SCROLLBAR-TRACK-COLOR: #FEFEFB; 
SCROLLBAR-DARKSHADOW-COLOR: #C5C5B1; 
SCROLLBAR-BASE-COLOR: #C9C9C2;
    
}

.titulos {
	font-size : 24px;
	font-weight : bold;
	color : #3399FF;
	font-family: Helvetica, "Microsoft Sans Serif", Tahoma;
	font-style: italic;


}

.subtitulos {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #333366;
	text-decoration: none;
	font-style: normal;
	text-transform: uppercase;

}
.resaltado {
	font-family: Century, "Century Gothic", "Book Antiqua", "Bookman Old Style";
	font-size: 18px;
	font-weight: normal;
	color: #3399FF;
	text-decoration: none;
	font-style: normal;

}
.textos {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-transform: none;
	text-decoration: none;
	list-style-image: url(img/basic/point1.gif);
	list-style-type: square;

}

.pie {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-transform: none;
	text-decoration: none;
}
a.pie:hover {
	color: #ff9900;
	text-decoration: none;
}

.ayuda {
	cursor: help
}


.links {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}

.links:active {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
.links:visit {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
.links:link {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
.links:hover {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}

