@charset "utf-8";
/* CSS Document */

/************************************************/
/************** Estructura **********************/
/************************************************/

body.web{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#contenedor{
	margin: 45px auto;
	width: 752px;
}

#menu{
	margin-top: 26px;
}

#submenu{
	
}

/************************************************/
/************** Estilos *************************/
/************************************************/

#menu ul li{
	font-size: 11px;
	color: #58585a;
	font-weight: bold;
	float: left;
}

#submenu ul li{
	font-size: 9.4px;
	color: #58585a;
	font-weight: bold;
	float: left;
}

#productos ul li{
	float: left;
}

.activo{
	color: #e01f62;
}

.limpieza{
	clear: both;
	float: none;
}

.descripcion{
	/*width: 100px;*/
}

.textito{
	font-size: 9px;
}

#productos ul#botas li{
	height: 244px;
}

#productos ul#botines li{
	height: 164px;
}

#productos ul#cordones li{
	height: 145px;
}

#productos ul#bailarinas li{
	height: 175px;
}

h1{
	color: #e01f62;
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 28px;
}

h2{
	color: #e01f62;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}

p{
	font-size: 10px;
	margin-bottom: 10px;
	text-align: justify;
	color: #58585a;
}

p.titulo{
	color: #e01f62;
	font-size: 12px;
	margin-top: 30px;
	font-weight: bold;
}

#contacto_iz{
	width: 134px;
	float: left;
}

#contacto_der{
	width: 230px;
	float: left;
	margin-left: 20px;
}

.alto_linea img{
	margin-bottom: -5px;
}

/************************************************/
/************** Enlaces *************************/
/************************************************/

a.enlace_menu:link, a.enlace_menu:visited{
	color: #58585a;
	text-decoration: none;
}

a.enlace_menu:hover{
	color: #e01f62;
}