@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
}
p, ul{
	margin:0;
	padding:0;
}
.main{
	width:800px;
	height:600px;
	background-color:#000;
}
.recuadro_principal{
	width:350px;
	height:460px;
	border:#FFF 1px solid;
	margin:30px 15px 0 30px;
	float:left;
}
.imagen_grande{
	width:350px;
	height:350px;
	overflow:hidden;
}
.tallaje{
	width:350px;
	height:95px;
}
.recuadro_tallas{
	width:210px;
	height:87px;
	margin:4px 10px 0 80px;
	float:left;
}
.recuadro_medidas{
	width:40px;
	height:87px;
	margin:5px 0 0 0;
	float:left;
}
.caja1{
	padding-top:30px;
	width:403px;
	float:left;
}
.foto_detalle{
	margin-top:10px;
}
.foto_detalle li{
	width:125px;
	height:125px;
	border:#FFF 1px solid;
	margin-right:7px;
	float:left;
	overflow:hidden;
}
.imgInt{
	padding:2px 0 0 2px;
}
.texto_detalle1, .texto_detalle2, .texto_detalle3{
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	display:block;
}
.texto_detalle1{
	font-size:24px;
}
.texto_detalle2{
	font-size:11px;
	width:380px;
}
.texto_detalle3{
	font-size:18px;
}
.clear{
	clear:both;
}
