@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:960px;
	margin:auto;
}
#cabezal {
	width:960px;
	height:118px;
	top:10px;
	position:relative;
}
#contenidohome {
	width:960px;
	position:relative;
}
li {
	margin-right:10px;
	width:95px;
	height:24px;
	list-style-type:none;
	text-align:center;
	float:left;
	
}
#botonera {
	width:420px;
	height:24px;
	top:10px;
	position:relative;
	float:right;
}
#botonerainterna {
	width:420px;
	height:24px;
	top:10px;
	position:relative;
	float:right;
	margin-bottom:10px;
}
#imagenhome {
	width:483px;
	height:431px;
	margin-left:50px;
	position:relative;
	margin-bottom:20px;
	float:left;
}
#novedadeshome {
	width:402px;
	top:60px;
	position:relative;
	float:right;
}
.novcodigo {
	font-size:9px;
	font-weight:bold;
	color:#333333;
}
.novdes {
	font-size:9px;
	color:#666666;
}
.novob {
	font-size:9px;
	color:#999999;
}

#pie {
	clear:both;
	width:960px;
	height:18px;
}
#identidad {
	font-size:10px;
	color:#666666;
	width:928px;
	height:254px;
	position:relative;
	background-image: url(imagenes/fdo_identidad.jpg);
	background-repeat: inherit;
	float:left;
	padding-left:32px;
	padding-top:82px;

}
/*#subcabezal {
	float:left;

}*/
strong {
	font-weight:bold;
}
#productos {
	margin-bottom:20px;
}
#login {
	font-size:10px;
	color:#666666;
	width:600px;
	height:70px;
	position:relative;
	float:left;

}
#loginfdo {
	width:918px;
	height:400px;
	position:relative;
	background-image: url(imagenes/fdo_login.jpg);
	background-repeat: no-repeat;
	float:left;
	padding-left:42px;
	padding-top:82px;

}
a {
	text-decoration:none;
	font-weight:bold;
}
a:link {
	color: #6c0053;
}

a:visited {
	color: #6c0053;
}
a:hover {
	color: #666666;
}
#iconologin {
	width:35px;
	height:35px;
	padding-right:10px;
	float:left;
}
#logincampos {
	position:relative;
	font-size:9px;
	color:#999999;
	width:500px;
	padding-left:42px;
	float:left;
	margin-bottom:20px;
}
#inforegistro {
	font-size:12px;
	font-weight: bold;
	color:#6c0053;
	width:400px;
	height:50px;
	position:relative;
	float:left;

}
#logincamposreg {
	position:relative;
	font-size:9px;
	color:#999999;
	width:500px;
	padding-left:42px;
	float:left;
	margin-bottom:20px;
}
.botoneraprod {
	font-size:10px;
	color: #333333;
	font-weight:bold;
}
.infoprod {
	font-size:10px;
	color: #6c0053;
	font-weight:bold;
}
#prehomelogo {
	width:370px;
	height:114px;
	position:relative;
	background-image: url(imagenes/logo_prehome.jpg);
	background-repeat: no-repeat;
	margin:auto;
	margin-top:150px;
	margin-bottom:20px;

}
#idiomaesp {
	padding-top:10px;
	padding-left:50px;
	width:70px;
	height:40px;
	top:0;
	position:relative;
	left:370px;
	float:left;
	background-image: url(imagenes/esp_prehome.jpg);
	background-repeat: no-repeat;
}

#idiomaingl {
	padding-top:10px;
	padding-left:50px;
	width:70px;
	height:40px;
	top:0;
	position:relative;
	left:380px;
	float:left;
	background-image: url(imagenes/engl_prehome.jpg);
	background-repeat: no-repeat;
}
}