/*** Estilos Generales */
body{
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	color:#6D6F71;
	margin:0px;}
	
.ancho{
	width:815px;
	margin:0px auto 0px auto;}
	
.left{
	float:left;
	width:222px;}

.right{
	float:left;
	width:593px;
	padding:0px 0px 120px 0px;
	background-image:url(../images/iniciobody.gif);
	background-repeat:no-repeat;}
	
.rightproductos{
	float:left;
	width:593px;
	padding:0px 0px 120px 0px;
	background-image:url(../images/productobody.gif);
	background-repeat:no-repeat;
	padding-bottom:160px;}


.right form{
	margin-left:57px;
	padding-top:20px;
	padding-bottom:30px;
	background-image:url(../images/formbgr.gif);
	background-repeat:no-repeat;}

div.formcampo{
	margin:10px 0px 10px 15px;
}

.inputtext{
	border:1px solid #b7b0d4;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	width:170px;}

.comentarios{
	border:1px solid #b7b0d4;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	width:170px;
	height:77px;
	margin-left:50px;
	}	

.nombre{
	margin-left:18px;}

.mail{
	margin-left:26px;}

.enviar{
	margin-left:130px;}	

a#mail{
	color:#6D6F71;
	text-decoration:none;}
	
/***** Productos *********/
div.colizquierda{
	float:left;
	width:241px;
	margin:0px 0px 15px 57px;}
	
div.colderecha{
	float:left;
	width:260px;
	margin:0px 0px 0px 0px;}
	
div.fotoproducto{
	float:left;
	width:72px;
	margin: 0px 0px 10px 14px;
}	
	

/*** Menu **/	
a.inicio{
	display:block;
	width:222px;
	height:52px;
	background-image:url(../images/inicio_off.gif);
	background-repeat:no-repeat;}

a.inicio:hover{
	background-image:url(../images/inicio_on.gif);
	background-repeat:no-repeat;}
a.productos{
	display:block;
	width:222px;
	height:53px;
	background-image:url(../images/productos_off.gif);
	background-repeat:no-repeat;}

a.productos:hover{
	background-image:url(../images/productos_on.gif);
	background-repeat:no-repeat;}

a.contacto{
	display:block;
	width:222px;
	height:54px;
	background-image:url(../images/contacto_off.gif);
	background-repeat:no-repeat;}

a.contacto:hover{
	background-image:url(../images/contacto_on.gif);
	background-repeat:no-repeat;}

