*{
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: tahoma;
	font-size: 12px;
	color: #666;
}
body{
	background-color: #fff;
	text-align: center;
	margin-top: 5%;	
}
body.inicioewan{
	background-color: #fff;
	text-align: center;
	margin-top: 0%;	
}
.none{
	display: none;
}
#login{
	width: 400px;
	border: 1px solid #ccc;
	margin: auto;
	margin-top: 200px;
	padding: 10px;
}
#login p{
	text-align: left;
	margin-bottom: 20px;
}
.volver input{
	background-color: #ccc;
	color: #000;
	padding: 4px;
}
#login .e{
	color: Red;
	padding: 3px;
	border: 1px solid red;	
	margin-bottom: 6px;
}
.dato{
	height: 20px;
	margin-bottom: 5px;
}
.dato label{
	width: 100px;
	float: left;	
}
.dato input{
	float: left;
}
.volver{
	text-align: right;	
}

/**** POP *****/

body.pop{
	background-color: #F8F7F4;
	background-image: url(img/pop_bg.gif);
	background-repeat: repeat-y;
	font-size: 10px;
	text-align: left;
}
body.pop h1{
	height: 70px;
	text-align: right;
}
body.pop h2{
	margin-left: 24px;
	margin-bottom: 5px;
	font-size: 13px;
	padding-top: 4px;
}
body.pop ul,ol{
	margin-bottom: 10px;
	padding-top: 8px;
}
body.pop ul,ol li{
	margin-left: 30px;
	margin-bottom: 3px;
}
body.pop span.titulo{	
	font-size: 18px;	
	color: #737373;
	margin-left: 20px;
	margin-bottom: 20px;
}
body.pop p{
	margin-left: 20px;
	margin-right: 20px;
}
#animacion{
	margin-top: 50px;
}
#cont ul#gama{
/*	width: 210px;*/
	height: 30px;
/*	border: 1px solid olive;*/
}
#cont ul#gama li{
	width: 18px;
	height: 18px;
	display: block;
	background-image: url(img/colores.gif);
	display: inline;
	float: left;
	margin-right: 4px;
}
#cont ul#gama li a{
	display: block;
	height: 18px;
	width: 18px;
	cursor: pointer;
}
#cont span#cuadradocolor{
	width: 14px;
	height: 14px;
	display: block;
	margin-left: 2px;
	margin-top: 2px;
	background-image: url(img/colores.gif);
}

#cont span.elegido_bb{
	background-image: url(img/elegido_b.gif);
	background-repeat: no-repeat;
	width: 14px;
	height: 13px;
	display: block;
}
#cont span.elegido_nn{
	background-image: url(img/elegido_n.gif);
	background-repeat: no-repeat;
	width: 14px;
	height: 13px;
	display: block;
}
#cont a.talla{
	margin-right: 5px;
}
