@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}


/* LINKS ............................................................ */

a {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
a:hover{
	color: #CC0000
}
.footer {
	font-size: 11px;
	font-weight: normal;
	color: #E7E6E7;
	text-decoration: none;
}
.footer:hover {
	color: #FFFFFF
}


/* ESTILOS DE TEXTOS ............................................................ */

.text11-Gris {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.text11-Negro {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.text12-Negro-Bold {
	font-size: 12px;
	font-weight: bold;
	color: #161616;
	text-decoration: none;
}
.text11-Blanco {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.text12-BlancoBold {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

/* ESTILOS DE FONDOS ............................................................ */

.fdo_footer {
	background-image: url(/themes/sprayette/img/footer/fondo.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.fdo_contenidos {
	background-image: url(../img/home/fdo_contenidos.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.text12-Azul-Bold {
	font-size: 14px;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}

