body {
	scrollbar-face-color: #FFFFFF; scrollbar-shadow-color: #FFFFFF; scrollbar-highlight-color: #FFFFFF; scrollbar-arrow-color: #CCCCCC;
	margin-top:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	}

a{
	text-decoration:none;
	color:#000000;
}
a:hover{
	text-decoration:none;
	color:#CCCCCC;
}
.rosa{ 
	color: #FF80BB;
}
.red{color:#ff131f;}
.bold{
	font-weight:bold;
}
.mje{
	text-align:center;
	color:#666666;
	margin:10px;
}

#saludo{
	height:auto;
	margin:20px 0px;
	font-family:Verdana;
	font-size:11px;
	color:#666;
	}
#saludo a{text-decoration:none; color:#333;}
#saludo a:hover{text-decoration:underline; color:#FF80BB}

#logo{
	width:100%;
	text-align:center;
	margin-bottom:10px;
	
}
#contents{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
}

#menu {
	width:430px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
	text-align:center;
	border:#000000 solid 0px;
	line-height:18px;
}

#familia{
	width:600px;
	height:500px;
	margin-left:auto;
	margin-right:auto;
	border:#000000 solid 0px;
}
#familia .blas{
	width:100%;
	text-align:right;
}


/* ////////////////////////////////////////////////////////////////////PERSONAJES/////
*/

#personaje{
	width:650px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
}
#personaje .img{
	display:inline-block;
	width:180px;
	padding:5px;
	margin-right:20px;
	vertical-align:bottom;
	text-align:center;
}
#personaje .text{
	display:inline-block;
	width:400px;
	min-height:400px;
	line-height:1.8em;	
	font-family:Georgia;
	font-size:12px;
	color:#999999;
	vertical-align:middle;
}
#personaje .centered{
	width:100%;
	clear:both;
}

/*///////////////////////////////////////////////////////////////////////////////PRODUCTOS
*/
#productos{
	width:550px;
	min-height:650px;
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;
	padding-left:180px;
	background:url(img/eva-brocheflor.jpg) no-repeat bottom left;
	border:#000000 solid 0px;
}
#productos div.producto{
	width:150px;
	height:150px;
	float:left;
	margin-right:20px;
	margin-bottom:15px;
	text-align:center;
	border:#000000 solid 0px;
}
#productos .producto .titulo{
	margin:10px 0px;	
}

/* ////////////////////////////////////////// PRODUCTO ESPECÍFICO ////////////////////////////
*/

#pagProducto{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

#pagProducto div.descripcion{
	width:500px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:40px;
	border-bottom:#cccccc solid 1px;

}
#pagProducto div.precio{
	width:100%;
	height:30px;
	text-align:right;
	padding-top:15px;
	color:white;
	background:url(img/bg_price.png) no-repeat right;

}
#pagProducto div.api{
	width:100%;
	height:30px;
	text-align:right;
	margin-top:20px;
	color:white;
}
#pagProducto div.precioNum{
	color:#ff2b83;
	font-family:verdana;
	font-weight:bold;
	font-size:11px;
}


#pagProducto div.modelos{
	width:700px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#pagProducto div.modelos .add {
    border: 1px solid #CCCCCC;
    color: #999999;
    margin: 5px auto;
    padding: 2px;
    width: 50px;
}

#pagProducto div.modelos div.modelo{
	display:inline-table;
	margin-right:10px;
	margin-bottom:20px;
	min-width:120px;
	min-height:200px;
	vertical-align:bottom;
	text-align:center;
}



#pagProducto div.nombreModelo{
	color:#333333;
	display:inline-block;
	width:140px;
	text-align:center;	
}
#pagProducto .nombreModelo .nombre{
width:auto; 
}
#pagProducto .nombreModelo .nuevo{
width:auto;
}
#pagProducto div.detalles{
	color:#999999;
}

#pagProducto .formProd{
	width:100%;
	margin-top:50px;
}

.addSM{    display: inline-block;
    margin: 20px 0 0;
    text-align: center;
    width: auto;}

/* ////////////////////////////////////////// ////////////////////////////FORM MAYORISTAS 
*/
#retailers{
	width:650px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	background:url(img/cesta1.jpg) no-repeat bottom left;
}
#retailers .texto1{
	width:450px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-bottom:30px;
}
.formretailers{
	width:350px;
	margin-left:auto;
	margin-right:auto;

}
.formretailers .texto1{
	margin-bottom:20px;
	color:#333333;
}

/* ////////////////////////////////////////// ////////////////////////////FORM ZONA CLIENTES  
*/
#clientes{
	width:650px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;

}
#clientes .texto{
	width:90%;
	color:#000000;
	margin-top:50px;
	margin-bottom:50px;
	text-align:center;
}
.formclientes{
	width:300px;
	margin-left:auto;
	margin-right:auto;
	border:pink solid 1px;
	padding:30px;

}

/* ////////////////////////////////////////// ////////////////////////////FORM DATOS DE ENVIO : CESTA
*/

#carretCompra
	{
		border: solid 1px #333333;
		position: fixed;
		padding: 10px;
		max-width: 300px;
		min-width: 300px;
		overflow: auto;
		margin: 10px;
		right: 3px;
		top: 25px;
		background-color:white;
	}
#carretCompra div.articulo{
	float:left;
	width:100%;
	margin-bottom:5px;
	padding-bottom:5px;
	background-color:none;
	border-bottom:#cccccc solid 1px;
}
#carretCompra div.nombre{
	float:left;
	width:120px;
	background:none;
}
#carretCompra div.unidades{
	float:left;
	width:40px;
	background:none;
}
#carretCompra div.editar{
	float:left;
	width:60px;
	background:none;
}
#carretCompra div.precio{
	float:left;
	width:60px;
	background:none;
}
.quantitat
	{
		width: 20px;
	}
.preuTotal{
	margin-top:20px;
}
#llistaCompra ul, li{
	list-style:none;
	margin-left:-30px;
}


#carretCompra2{
	width:400px;
	background:none;
	border-bottom:#999999 solid 1px;
	background:none;
	margin-bottom:15px;
}
#titolCarret{
	font-size:11px;
	color: #666666;
	font-weight:bold;
}
#carretCompra2 .texto{
	font-size:10px;
	color: #666666;
	margin-left:10px;
}
#carretCompra2 ul, li{
	list-style:none;
}

#carretCompra2 div.articulo{
	float:left;
	width:100%;
	margin-bottom:5px;
	padding-bottom:5px;
	background-color:none;
	border-bottom:#cccccc solid 1px;
}
#carretCompra2 div.nombre{
	float:left;
	width:120px;
	background:none;
}
#carretCompra2 div.unidades{
	float:left;
	width:40px;
	background:none;
}
#carretCompra2 div.editar{
	float:left;
	width:60px;
	background:none;
}
#carretCompra2 div.precio{
	float:left;
	width:60px;
	background:none;
}
#carretCompra2 div.total{
	float:left;
	width:100%;
	margin:10px;
	background:none;
}

#carretCompra2 input{
	background:#FFFFFF;
	color:black;
	font-family:arial;
	font-size:11px;
	border:#CCCCCC solid 1px;
}



#cesta{
	width:650px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
}
.formcesta{
	width:300px;
	margin-left:0px;
}
.formcesta .texto{
	color: #666666;
	font-weight:bold;
}
.formcesta .texto2{
	color: #666666;
	font-size:10px;
	margin-bottom:20px;
}

.formcesta div.textarea{
	margin-bottom:5px;
}

#paypalForm{text-align:center;}
#paypalForm input{border:0px;}

/* ////////////////////////////////////////////////////////////////////// CONTACTAR
*/
#contactar{
	width:400px;
	margin-top:60px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#contactar div.contacto{
	clear:both;
	margin-bottom:15px;
}
#contactar div.contacto span{
	font-weight:bold;
}

/* ////////////////////////////////////////////////////////////////////// PRENSA
*/
#prensa{
	width:750px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
}
#prensa div.articulo{
	width:auto;
	height:90px;
	float:left;
	margin-right:20px;
	margin-bottom:30px;
	background:none;
}
#prensa div.img{
	float:left;
	width:100%;
}
#prensa div.texto{
	clear:both;
	width:100%;
	float:left;
	text-align:center;
}

#prensa .jacinto{
	width:600px;
	text-align:left;
}


#apuntate{
	width:650px;
	min-height:500px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
}

#apuntate div.imagen{
	float:left;
	width:200px;
}

#apuntate div.formPrensa{
	width:300px;
	float:left;
	margin-top:200px;
}

/* ////////////////////////////////////////////////////////////////////// TIENDAS
*/
#tiendas{
	width:750px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
}
#tiendas div.tienda{
	float:left;
	width:200px;
	height:180px;
	margin-right:20px;
	margin-bottom:30px;
	background:none;
}
#tiendas div.img{
	float:left;
	width:100%;
	margin-bottom:10px;
}
#tiendas div.texto{
	width:100%;
	float:left;
	text-align:center;
	height:30px;
}
#tiendas .jacinto{
	width:600px;
	text-align:left;
}


/* /////////////////////////////////////////////////////////////////////////////// ZONA CLIENTES
*/
#cliente{
	width:750px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
}
#cliente .salir{
	margin-bottom:30px;
}
#cliente div.pedidos{
	width:100%;
	margin-top:20px;
}

#cliente .datos{
	width:100%;
	float:left;
}
#cliente div.pedido{
	float:left;
	margin-top:30px;
	width:95%;
	padding:10px;
	margin-left:10px;
	background-color: none;
	border-bottom:#CCCCCC solid 1px;
}
#cliente .fecha{
	float:left;
	width:80px;
}
#cliente .ticket{
	float:left;
	width:150px;
	color:#666666;
}
#cliente .cliente{
	float:left;
	width:150px;
	margin-right:10px;
}
#cliente .modelos{
	float:left;
	width:250px;
	margin-right:10px;
	background-color:#F0F0F0;
}
#cliente .total{
	float:left;
	width:100px;
	margin-right:10px;
	color:#ff003f;
}
#cliente .enviado{
	float:left;
	width:150px;
	color:#333;
}
/* ////////////////////////////////////////// //////////////////////////// FORMULARIO GENERAL
*/

input {
	background:#FFFFFF;
	color:black;
	font-family:arial;
	font-size:11px;
	border:#CCCCCC solid 1px;
	cursor:pointer;
}

.submit{
	margin-left:90px;
}

.etiqueta{
	float:left;
	width:80px;
	height:22px;
	text-align:right;
	margin-right:10px;	
}
.campo{
	float:left;
	width:200px;
	height:22px;
}
.legal{
	float:left;
	width:200px;
	margin-left:80px;
	font-size:10px;
	margin-top:10px;
	margin-bottom:20px;
	text-align:left;
}

select.unidades{
	margin-top:10px;
	margin-bottom:10px;
}

select {
	border: #CCCCCC solid 1px;
	background-color:white;
	font-size:11px;
	width:178px;
}
textarea {font-family: verdana; 
	font-size: 10px; 
	color: #000000; 
	border:1px solid #cccccc;
	width:175px;
	scrollbar-face-color: #CCCCCC; scrollbar-shadow-color: #FFFFFF; scrollbar-highlight-color: #666666; scrollbar-arrow-color: #333333 }


