@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
}
#contenedor {
	height: 100%;
	width: 100%;
	top: 80px;
}
#contenedor #cabezote {
	height: 80px;
	width: 100%;
	position: fixed;
	top: 0px;
	background-color: #CCC;
	background-image: url(../img/cabezotecotton.png);
}
#contenedor #cabezote #logo_coton {
	height: 80px;
	width: 300px;
}
#contenedor #cabezote #botonesregreso {
	height: 80px;
	width: 300px;
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: left;
}

#contenedor #h_m {
	height: 20px;
	width: 100%;
	background-color: #FFF;
	position: fixed;
	top: 80px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url(../img/hm.png);
}
.seleccion_hm {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	text-align: center;
}
a {
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}

.normal_hm {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #999;
	text-decoration: none;
	text-align: center;
}




#contenedor #contenido {
	height: 100%;
	width: 100%;
	background-repeat: repeat-x;
}

#contenedor #contenido #medidas {
	height: 700px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

#contenedor #contenido #medidas #menu {
	float: left;
	height: 600px;
	width: 240px;
	position: fixed;
	left: 0px;
	top: 130px;
}
#contenedor #contenido #medidas #menu #colores {
	float: left;
	height: 550px;
	width: 120px;
	padding-top: 50px;
	padding-bottom: 0px;
}
#contenedor #contenido #medidas #menu #colores ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#contenedor #contenido #medidas #menu #colores ul li {
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 120px;
}



#contenedor #contenido #medidas #menu #categorias {
	float: left;
	height: 600px;
	width: 120px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#contenedor #contenido #medidas #menu #categorias ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#contenedor #contenido #medidas #menu #categorias ul li {
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 100px;
}


#contenedor #contenido #medidas #productos {
	float: none;
	height: 100%;
	width: 700px;
	left: auto;
	margin-right: auto;
	margin-left: auto;
	right: auto;
}
#contenedor #contenido #medidas #productos #producto {
	height: 600px;
	width: 700px;
	padding-top: 120px;
	padding-bottom: 100px;
}
#contenedor #contenido #medidas #productos #producto #esquema {
	height: 300px;
	width: 700px;
}
#contenedor #contenido #medidas #productos #producto #img {
	height: 395px;
	width: 700px;
	padding-top: 5px;
}

#contenedor #contenido #medidas #productos #producto #texto {
	height: 80px;
	width: 690px;
	margin-top: 5px;
	border-radius: 5px;
	background-color: rgba(204,204,204,0.1);
	background-image: url(../img/linea_cotton_texto.png);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#contenedor #contenido #medidas #productos #producto #texto #nombres {
	float: left;
	height: 65px;
	width: 500px;
}
#contenedor #contenido #medidas #productos #producto #texto #tallas {
	float: left;
	height: 65px;
	width: 150px;
}


#contenedor #contenido #medidas #productos #espacio {
	height: 300px;
	width: 700px;
}





#contenedor #contenido #medidas #slide {
	float: left;
	height: 600px;
	width: 250px;
	position: fixed;
	right: 0px;
	top: 120px;
	overflow: hidden;
}
#contenedor #contenido #medidas #slide #contenedor_slide {
	height: 600px;
	width: 750px;
}
#contenedor #contenido #medidas #slide #contenedor_slide img {
	float: left;
}






#contenedor #pata {
	height: 50px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	background-image: url(../img/pata_cotton.png);
}
#contenedor #pata #boton {
	height: 50px;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(255,255,255,0.2);
}
#contenedor #pata #boton ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#contenedor #pata #boton ul li {
	display: block;
	height: 50px;
	width: 100px;
	padding-top: 0px;
}
#contenedor #pata #boton ul li a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: rgba(255,255,255,1);
	text-decoration: none;
	text-align: center;
	display: block;
	height: 35px;
	width: 100px;
	padding-top: 15px;
}

#contenedor #pata #boton ul li a:hover {
	color: rgba(0,105,206,1);
	background-color: rgba(255,255,255,0.8);
	text-align: center;
}




.titulo {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: rgba(102,102,102,1);
	text-decoration: none;
	font-weight: bold;
}
.texto {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: rgba(153,153,153,1);
	text-decoration: none;
}
#contenedor #contenido #formulario_espacio {
	height: 1200px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(231,231,231,1);
	border-right-width: 1px;
	border-right-color: rgba(204,204,204,1);
	padding-top: 100px;
	padding-right: 50px;
	padding-left: 50px;
	text-align: center;
}
