/* CSS Document */
body {
        /*padding-left: 11em;
        font-family: Georgia, "Times New Roman", serif;
        color: red;*/
        background-color: #f9f5df;
		background-image: url(../images_web/imag_fondo.jpg);
		background-repeat: repeat-x; 
}
a img {
	border:0;
}
.scrollbar {
	/*SCROLLBAR-FACE-COLOR: #B4C579;  
	SCROLLBAR-HIGHLIGHT-COLOR: #B4C579; 
	SCROLLBAR-SHADOW-COLOR: #B4C579; 
	SCROLLBAR-3DLIGHT-COLOR: #E3D9DF; 
	SCROLLBAR-ARROW-COLOR: #E3D9DF; 
	SCROLLBAR-TRACK-COLOR: #E3D9DF; 
	SCROLLBAR-DARKSHADOW-COLOR: #E3D9DF;*/
	overflow: auto;
}
.texto_arial11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.texto_arial10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

