@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/themes/hsc/img/home/fondo_N.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFC266;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

li {
	margin-left: 8px;
}


/* QUICKLINKS ............................................................ */

.quicklinks a:hover
{
	color: #CC6600;
}
.quicklinks td 
{
	font-size: 12px;
}

/* 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 BORDES ............................................................ */

.borde_productos {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
}

.borde_layer_carrito {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E60000;
	border-left-color: #E60000;

}

/* ESTILOS DE FONDOS ............................................................ */
.fdo_footer {
	background-image: url(/themes/hsc/img/footer/fondo.gif);
	background-repeat: repeat-x;
	background-position: top;
}

