body {
	scrollbar-face-color: #FAF2E1;
	scrollbar-shadow-color: #999999;
	scrollbar-highlight-color: #999999;
	scrollbar-3dlight-color: #FAF2E1;
	scrollbar-darkshadow-color: #FAF2E1;
	scrollbar-track-color: #FAF2E1;
	scrollbar-arrow-color: #999999;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FAF2E1;
	background-image: url(images/fondo.jpg);
	background-repeat: no-repeat;
	
	}

.texto {
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
	text-align: justify;
	}
	
a:active {  color: #003399; text-decoration: none}
a:link {  color: #003399; text-decoration: none}
a:visited {  color: #003399; text-decoration: none}
a:hover {  color: #990000; text-decoration: none}
.copy {  font-family: Verdana; font-size: 11px; color: #666666}
.cyd {	font-family: Verdana, Tahoma;	font-size: 11px;	color: #FFC082}
.titulo {
	font-family: Verdana;
	font-size: 12px;
	color: #FFC082;
	font-weight: bold;
}


/* clase para mostrar las negritas (blod) como texto normal */
.bold {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #666666;
	text-align: justify;
	font-weight: normal;
}