body{
	background-color: #FFFFFF;
	font-family: Tahoma;
	color: #444444;
	text-align: center;
}
#contenedor{
	width: 900px;
	border: solid black 0px;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	background-color: #FFFFFF;
}
#superior{
	width: 100%;
	height: 255px;
}
#logo{
/*	position: relative;*/
	position: absolute;
	width: 256px;
	height: 256px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	.left: 0px;
	z-index: 10;
	top: 0px;
	/*.left: 0px;*/
}
#menuSuperior{
	margin-left: 250px;
	height: 35px;
	border: solid red 0px;
	padding-top: 10px;
}
#menuSuperior ul{
	list-style: none;
}
#menuSuperior li{
	float:left;
	margin-left: 35px;
}
#menuSuperior a{
	text-decoration: none;
	color: #acaaa9;
	font-size: 13px;
}
#menuSuperior a:hover{
	text-decoration: none;
	color: #000000;
}
#carrusel{
	width: 100%;
	height: 175px;
	border: solid red 0px;
}
#buscador{
	width: 100%;
	height: 27px;
	text-align: right;
	font-size: 12px;
	color: #000000;
	border: solid black 0px;
	margin-top: 10px;
	vertical-align: middle;
}
#buscador img{
	vertical-align: text-bottom;
}
#buscador select{
	font-size: 12px;
	font-family: Tahoma;
	padding: 3px;
	color: #999999;
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
}

.buscadorInput{
	width: 100px;
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
	color: #999999;
	padding: 3px;
	font-size: 12px;
	font-family: Tahoma;
}

#contenido{
	width: 100%;
	border: solid red 0px;
	margin-top: 20px;
	background-color: #FFFFFF;
}

.titulo{
	margin-left: 20px;
	background-image: url(../images/estrellaGrande.png);
	background-repeat: no-repeat;
	padding-left: 40px;
	color: #000000;
	font-size: 24px;
	height: 30px;

}

.barraNegra{
	height: 10px;
	background-color: #000000;
	margin-left: 20px;
	width: 860px;
	margin-top: 17px;
}

.texto{
	font-size: 12.5px;
	color: #444444;
	margin: 20px;
}
.texto p{
	margin-top: 10px;
}

#colIzq{
	float: left;
	width: 159px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #000000;
	background-color: #FFFFFF;
}

#headerCatalogo{
	height: 33px;
	background-color: #000000;
	width: 100%;
	background-image: url(../images/catalogo.png);
	background-repeat: no-repeat;
	background-position: right;
	margin-top: 30px;
}

#headerCarroCompra{
	height: 23px;
	background-color: #000000;
	width: 100%;
	background-image: url(../images/carrocompra.png);
	background-repeat: no-repeat;
	background-position: right;
}

#menuIzq a{
	text-decoration: none;
	color: #959595;
}
#menuIzq a:hover{
	color: #000000;
}

#colDer{
	width: 700px;
	font-size: 12px;
	border: solid red 0px;
	float: right;
	background-color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
}

#nombreFamilia{
	background-image: url(../images/estrellaFamilia.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 35px;
	color: #000000;
	font-size: 25px;
}

#colDer p{
	margin-top: 15px;
	color: #666666;
	font-size: 12px;
	line-height: 1.2
}

#colDer .subFamilia{
	margin-top: 35px;
}

.tituloSubFamilia{
	font-size: 14px;
	background-image: url(../images/fondoTituloSubfamilia.png);
	background-repeat: repeat-x;
	background-position: center;
	padding-left: 10px;
	color: #000000;
}
.cantidad{
	width: 50px;
	border: solid #999999 1px;
	color: #000000;
	padding: 2px;
	text-align: right;
	font-family: Tahoma;
	font-size: 12px;
}
#carroCompra{
	font-size: 12px;
	margin-top: 10px;
	margin-right: 10px;
}
#carroCompra li{
	width: 100%;
	text-align: right;
}
#accesoUsuario{
	font-size: 12px;
	margin-left: 10px;
	line-height: 1.2;
}
#accesoUsuario .cajaTexto{
	width: 125px;
	font-size: 12px;
	color: #000000;
	border: solid #666666 1px;
	padding: 2px;
}
.tblRegistro{
	margin-left: auto;
	margin-right: auto;
}
.textoDerecha{
	text-align: right;
}
.textoIzquierda{
	text-align: left;
}
.textoCentro{
	text-align: center;
}
.textoJustificado{
	text-align: justify;
}
.textoNegrita{
	font-weight: bold;
}

#pie{
	color: #444444;
	margin: 10px;
	border-top: solid #000000 1px;
	padding-top: 5px;
	font-size: 10px;
}
#pie #izq{
	float: left;
}
#pie #der{
	float: right;
}