/* CSS Document */
body, td, th, input, textarea, select{
	font-size:11px;
	font-family:Verdana;
}

p{
	text-align:justify;
}
/*efectos del texto para titulos del buscador*/
.textoBusq{
	color:#FFFFFF;
	font-weight:bold;
}

a{
	font-size:11px;
	text-decoration:none;
	color:000000;
}
a:hover{
font-size:11px;
	text-decoration:underline;
}

/*estilo para una liga de Netcommerce 200X*/
a.netco{
	font-size:10px;
	text-decoration:none;
	color:#FFFFFF;
}
a.netco:hover{
	font-size:10px;
	text-decoration:none;
	color:#FFFFFF;
}

.backGroundCarro{
	background-attachment: fixed;
	background-image: url(../images/carro_fondo.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.subTitulo{
	font-weight:bolder;
	font-size:12px;
	color:#004080
}