/* Nuestros productos */
#conproductos
{
	float:left;
	width:501px;
	margin-top: 30px;
}

#listado
{
	position: relative;
	margin-left:25%;
}
.prendas
{
	padding-right: 5px;
	position: relative;
	float: left;
}
#anyo
{
	position: absolute;
	font-size: 145%;
	font-weight: bold;
	top: 37px;
	left: 190px;
}
#conprendas
{
	background-color: #ffffff !important;
	color: #000000 !important;	
}
#conprendas h1
{
	color: #99cc00;
	font-size: 110%;
	text-align:left;
	margin: 15px 15px 0px 50px;
}
#conprendas p
{
	color: #000000;
	text-align:left;
	margin: 0px 15px 15px 50px;
}
#conprendas strong
{
	color: #000000;
	font-weight: bold;
}
#conprendas .referencia
{
	text-align: center;
}
.navegador
{
	text-align: center;
	margin: 10px 15px 10px 0px;
	height: 50px;
	width: 100%;
}
.navegador .boton
{
	float: left;
	width: 33%;
	border: solid 1px #ffffff;
}
.pie
{
	width: 100%;
	float: left;
	clear: both;
}

/* Tablas */
td
{
	vertical-align: top;
	width: 30%;
}