BODY {
	margin: 0px;
	background-image: url(img/css_bg_sitio.jpg);
}

/*textos*/
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 22px;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.texto_chico {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
	text-transform: uppercase;
}
.texto_gris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #8D8D8D;
	text-decoration: none;
}
.texto_gris:link {
	color: #F0F0F0;
}
.texto_gris:visited {
	color: #F0F0F0;
}
.texto_gris:hover {
	color: #FFFFFF;
}
.leyenda_gris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #8D8D8D;
	text-decoration: none;
}

/*fondos y bordes*/
.bg_cuerpo {
	margin: 0px;
	background-image: url(img/css_bg_cuerpo.jpg);
}
.borde_tabla {
	border: 1px solid #666666;
	background-image: url(img/css_bg_tabla.jpg);
}
.borde_foto {
	border: 1px solid #FFFFFF;
}

/*links*/
.botones {
	font-family: Tahoma;
	font-size: 11px;
	color: #D0BCA4;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
.botones:hover {
	color: #FFFFFF;
	text-decoration: none;
}

