*{
	margin:0px;
	padding:0px;
	
	}
/*CONTENEDORES GLOBALES*/
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	background-color: #FFF;
	font-size: 0.8em;
	/* background-image: url(http://www.misscuentas.es/tienda/images/stories/fondos/fondo13.jpg);*/
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	margin-top:0px;
}

a{
	text-decoration:none;
	color: #d00d56;
	}
a:hover{
	text-decoration:none;
	color: #F12371;
	}
#contenedor {
	width:930px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
}
#columnaIzquierda{
	width:220px;
	float:left;
	/*border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #93F;
	border-left-color: #93F;*/
	margin-right: 15px;
	_margin-right:13px;
	display: inline;
	}
#columnaDerecha {
	width:693px;
	float:left;
	display: inline;	
	/*border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #00C;
	border-left-color: #00C;*/
}

#cabecera {
	width:693px;
	float:left;
	position:relative;
	height: 275px;
	display:inline;
	}
/*FIN CONTENEDORES GLOBALES*/





/*CONTENEDORES COLUMNA IZQUIERDA*/
#registro{
	width:200px;
	height:140px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	display: inlne;
	}
#registro a{
	color: #D00D56;
	text-decoration: none;	
	}
#registro a:hover{
	color: #D00D56;
	text-decoration: underline;	
	}
#registro .link{
	width:85px;
	float:left;
	font-size: 0.8em;
	color: #D00D56;
	background-image: url(../../../images/flecha.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-bottom: 20px;
	display:inline;
	}
#registro form{
	width:100%;
	float:left;
	display:inline;
	}
#registro input{
	width:195px;
	float:left;
	color: #fff;
	/*background-color: #FAE6ED;*/
	background-color: #D00D56;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
	height: 17px;
	font-size: 0.85em;
	padding-top: 4px;
	padding-left: 5px;
	}
#registro input#casilla {
	float: left;
	height:auto;
	width: auto;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	}
#registro label#recordarme{
	font-size: 0.85em;
	color: #666;
	float: left;
	}
#registro input.btn{
	font-size: 0.85em;
	float: right;
	width: 50px;
	border: 1px dotted #CA054D;
	background-color: #FFF;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #D00D56;
	}
#cesta {
	width:172px;
	height:75px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	background-image: url(../../../images/fondoCestaClaro.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	
}
#carrito {
	background-image: url(../../../images/carrito.jpg);
	background-repeat: no-repeat;
	background-position: 15px center;
	float: left;
	height: 15px;
	width: 120px;
	padding-top: 2px;
	color: #D00D56;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
	padding-left: 40px;
}
#carrito a{
	text-decoration: none;
	color: #D00D56;
	font-weight: normal;
}
#carrito a:hover{
	text-decoration: underline;
	font-weight: normal;
}
#acumulado {
	float: left;
	height: 15px;
	width: 120px;
	padding-top: 7px;
	color: #D00D56;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	padding-left: 40px;

}
/*FIN CONTENEDORES COLUMNA IZQUIERDA*/







/*CONTENEDORES COLUMNA DERECHA*/
#logo {
	float: left;
	width: 222px;
	height: 60px;
	padding-top: 15px;
	background-image: url(../../../images/logo.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 463px;
	top: 70px;
}


/*FIN CONTENEDORES COLUMNA DERECHA*/

#buscar {
	float: left;
	width: 200px;
	height: auto;
	position: absolute;
	left: 460px;
	top: 219px;
}
#buscar form{
	float: left;
	width: 200px;
}
#buscar label{
	float: left;
	width: 180px;
	background-image: url(../../../images/flecha.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	color: #D00D56;
	margin-bottom: 3px;
	font-size: 0.8em;
	display: block;
}
#buscar input.txt{
	float: left;
	width: 125px;
	color: #FFF;
	background-color: #eea5c0;
	margin-right: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 5px;
}
#buscar input.button{
	float: left;
	width: 50px;
	border: 1px dotted #CA054D;
	background-color: #FFF;
	font-size: 0.85em;
	height:20px;
	margin-right:3px;
	padding-top:-2px;
}



/*CSS MENU PRINICPAL*/
#tiendaOnline {
	float: left;
	width: 150px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight: bold;
	color: #D00D56;
	background-image: url(../../../images/flecha.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-top: 15px;
	margin-left: 25px;
	margin-bottom: 15px;

}


#menuCategorias {
	float: left;
	width: 207px;
	padding-left: 15px;
	
}

#tourLine{
	background-image: url(../../../images/tourline.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 197px;
	padding-top:72px;
	padding-top:px;
	display: block;
	margin-top:20px;
	}
#tourLine form{
	float: left;
	width: 187px;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:10px;
	}
#tourLine input{
	float: left;
	width: 170px;
	margin-top:10px;
	margin-bottom:10px;
	font-size:0.8em;
	background-color:#f0afc7;
	border:none;
	color:#D00D56;
	padding:3px;
	}
#tourLine input.inputEnvio{
	float: left;
	width: 50px;
	margin-top:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #D00D56;
	font-size:0.8em;
	}
#tourLine label{
	float: left;
	width: 197px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #D00D56;
	font-size:0.8em;
	}

#CCategorias {
	background-image: url(../../../images/cabeceraCategorias.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 197px;
	padding-top: 15px;
	display: block;
}
#CCategorias a{
	display:block;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../../../images/fondoCategorias.jpg);
	background-repeat: repeat;
	font-size: 8pt;
}


#CCategoriasPie {
	background-image: url(../../../images/pieCategorias.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	width: 197px;
}
a.mainlevel {
	color: #D00D56;
	width: 187px;
	padding-left: 10px;
	font-weight: bold;
	padding-top: 10px;
	background-image: url(../../../images/flecha.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-bottom: 5px;
	}
a.sublevel {
	color: #D00D56;
	width: 182px;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	}
a.sublevel:hover {
	color: #D00D56;
	width: 182px;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(../../../images/flecha.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	}
/*FIN CSS MENU PRINCIPAL*/


/*MENU HORINZONTAL*/
.moduletable{
	margin: 0px;
	padding: 0px;
	}
#mainlevel_superior{
	width: 695px;
	float: left;
	height: auto;
	margin-top:5px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	margin-left: 0px;
	display: block;
	}
#mainlevel_superior ul{
	margin: 0px;
	padding: 0px;
	
	}
#mainlevel_superior li{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #D00D56;
	width: auto;
	float: left;
	text-align:center;
	list-style-type: none;
	font-size: 1.2em;
	height:auto;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #D00D56;
	margin: 0px;
	padding-top: 0px;
	padding-right:15px;
	padding-bottom: 0px;
	padding-left: 15px;
	}
#mainlevel_superior li a{
	width: auto;
	float: left;
	margin: 0px;
	padding: 0px;
	height:24px;
	padding-top:0px;
	color: #D00D56;
	}
#mainlevel_superior li a:hover{
	
	float: left;
	margin: 0px;
	padding: 0px;
	height:24px;
	padding-top:0px;
	/*font-weight: normal;*/
	}

#active_menu_superior{
	height: auto;
	font-weight: bold;
	}
#active_menu{
	height: auto;
	font-weight: bold;
	}
/*FIN MENU HORINZONTAL*/

/*BREADCUMPS*/
#breadcumps {
	float: left;
	width: 648px;
	padding-left:25px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #D00D56;
	border-bottom-color: #D00D56;
	margin-top: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #D00D56;
}
/*FIN BREADCUMPS*/



/*CONTENIDOS*/

#contenidos{
	width: 695px;
	float: left;
	height: auto;
	margin-top:5px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	margin-left: 0px;
	display: block;
	color: #333;
	}
.formOrdena{
	display:block;
	width:650px;
	margin-left:30px;
	margin-right:15px;
	float: left;
	}
#contenidos p{
	widht:100%;
	/*padding-left: 20px;
	padding-right: 20px;*/
	
	font-size:0.9em;
	line-height: 1.5em;
	margin-bottom: 8px;
	}
#contenidos h3{
	float: left;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 16px;
	font-weight: bold;
	color: #d00d56;
	margin-bottom: 20px;
	width: 648px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
}
#contenidos h1{
	float: left;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 16px;
	font-weight: bold;
	color: #d00d56;
	margin-bottom: 20px;
	width: 675px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #D00D56;
	border-bottom-color: #D00D56;
}
#contenidos h1 a{
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 16px;
	font-weight: bold;
	color: #d00d56;
	text-decoration:none;
	}
#contenidos h1 a:hover{
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 16px;
	font-weight: bold;
	color: #F34989;
	text-decoration:none;
	}
/*FIN CONTENIDOS*/


/*OFERTAS*/
.ProductoOferta {
	background-image: url(../../../images/fondos/fondoOferta.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 138px;
	width: 318px;
	margin-left: 19px;
	display: inline;
	margin-bottom:20px;
}
.ProductoNuevo {
	background-image: url(../../../images/fondos/fondoNuevo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 138px;
	width: 318px;
	margin-left: 19px;
	display: inline;
	margin-bottom:20px;
}
.imgOferta{
	float: left;
	height: 96px;
	width: 96px;
	margin-top: 17px;
	margin-bottom: 17px;
	margin-left: 17px;
	display: inline;
	}

.txtOferta {
	float: left;
	margin-top: 17px;
	margin-right: 10px;
	margin-left: 5px;
	color: #d00d56;
	font-weight: bold;
	width: 180px;
	font-size: 0.9em;
	display: inline;
	font-family: Verdana, Geneva, sans-serif;
	padding-left:10px;
}

.txtOferta a{
	color:#d00d56;
	}

.txtOferta a:hover{
	color:#F00;
	}
/*FIN OFERTAS*/


/*Nuevos*/

.ProductoNuevo {
	background-image: url(../../../images/fondos/fondoNuevo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 138px;
	width: 318px;
	margin-left: 19px;
	display: inline;
	margin-bottom:20px;
}

.imgNuevo{
	float: left;
	height: 96px;
	width: 96px;
	margin-top: 17px;
	margin-bottom: 17px;
	margin-left: 17px;
	display: inline;
	}

.txtNuevo {
	float: left;
	margin-top: 17px;
	margin-right: 10px;
	margin-left: 5px;
	color: #d00d56;
	font-weight: bold;
	width: 180px;
	font-size: 0.9em;
	display: inline;
	font-family: Verdana, Geneva, sans-serif;
}
/*FIN NUEVOS*/


/*CSS PROPIOS DE JOOMLA*/
.contentpaneopen{
	width:655px;
	margin-left:20px;
	margin-right:20px;
	margin-top:20px;
	float:left;
	}
.contentheading{
	float: left;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 16px;
	font-weight: bold;
	color: #d00d56;
	/*margin-bottom: 20px;*/
	width:510px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 20px;
	/*margin-top: 20px;*/
	margin-right: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #D00D56;
	border-bottom-color: #D00D56;
	}
.buttonheading{
	float: left;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 16px;
	font-weight: bold;
	color: #d00d56;
	/*margin-bottom: 20px;*/
	width:20px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 20px;
	/*margin-top: 20px;*/
	margin-right: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #D00D56;
	border-bottom-color: #D00D56;
	}

.componentheading{
	float: left;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 16px;
	font-weight: bold;
	color: #d00d56;
	/*margin-bottom: 20px;*/
	width:auto;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 20px;
	/*margin-top: 20px;*/
	margin-right: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #D00D56;
	border-bottom-color: #D00D56;
	}

.cat {
	
	display:block;
	height: auto;
	width: 130px;
	background-image: url(../../../images/fondoCat.jpg);
	background-repeat:repeat;
	margin-bottom:40px;
	/*margin-left:12px;*/
	margin-left:auto;
	margin-right:auto;
	
}
.listadoCat{
	float: left;
	display:block;
	}

.cubiertaCat {
	float: left;
	height: 14px;
	width: 130px;
	background-image: url(../../../images/cubiertaCategorias.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.cierreCat {
	float: left;
	height: 14px;
	width: 130px;
	background-image: url(../../../images/cierreCategorias.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.imgNomcat {
	float: left;
	height: auto;
	width: 130px;
}
.cat img{
	margin-bottom:5px;
	}
.imgNomPro {
	display:block;
	clear:both;
	height: auto;
	width: 130px;
}

.imgNomPro a{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.cat a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D00D56;
	text-decoration: none;
	text-align: center;
}
.cat a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D00D56;
	text-decoration: none;
	text-align: center;
	
	}
	
.descripcionProducto{
	float:left;
	display:block;
	width:635px;
	margin-left:15px;
	margin-right:15px;
	padding-bottom:10px;
	padding-top:10px;
	padding-left:15px;
	margin-bottom:20px;
	border: 1px dotted #d00d56;
	}

.filaProducto{
	float:left;
	display:block;
	width:660px;
	margin-top: 20px;
	padding-left:30px;
	padding-right:0px;
	}
.referenciaProd{
	float:left;
	width:320px;
	margin-right:10px;
	padding-left:15px;
	padding-right:15px;
	color:#666;
	padding-top:12px;
	font-size:1em;
	}
.referenciaProd p{
	padding-bottom:0px;
	padding-top:0px;
	margin-bottom:0px;
	margin-top:0px;
	}
.referenciaProd a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#666;
	}
.referenciaProd a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#999;
	}
.precioProd{
	float:left;
	width:150px;
	text-align:right;
	color:#d00d56;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
		}

.verdetalles{
	display:inline;
	width:auto;
	padding:5px;
	background-color:#f0afc7;
	color:#d00d56;
	margin-top:5px;
	}
a.verdetalles {
	color:#d00d56;
	text-decoration:none;
	}
a.verdetalles:hover {
	color:#F22D77;
	text-decoration:none;
	}
p.precios {
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	text-align:right;
	}
.precioProd form{
	padding-right:0px;
	margin-right:20px;
	width:100%;
	float:left;
}
.inputCantidad{
	background-color:#f0afc7;
	color:#d00d56;
	border:0px;
	padding:2px;
	font-size:0.9em;
	}
.inputAddsHop{
	margin-top:12px;
	background-color:#f0afc7;
	color:#d00d56;
	border:0px;
	padding:2px;
	font-size:0.9em;
	width:auto
	}
	
.coloRojizo{
	color:#d00d56;
	}
a.coloRojizo {
	color:#d00d56;
	}
a.coloRojizo:hover{ 
	color:#d00d56;
	}
.coloGris{
	color:#666;
	font-weight:bold;
	}


.navegacionPag{
	float:left;
	display:block;
	width:635px;
	margin-left:15px;
	margin-right:15px;
	padding-bottom:10px;
	padding-top:10px;
	padding-left:15px;
	margin-bottom:20px;
	border: 1px dotted #d00d56;
	}
.pagenav{
	color:#d00d56;
	padding-top:5px;
	}
.navegacionPag a{
	color:#d00d56;
	text-decoration:none;
	}
.navegacionPag a:hover{
	color:#d00d56;
	text-decoration:none;
	}
	
.formato_carrito{
	width:655px;
	margin-left:20px;
	margin-right:20px;
	/*border: 1px solid #F60;*/	
	color:#d00d56;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	}
.formato_carrito td{
	color:#d00d56;
	padding-bottom:5px;
	padding-top:5px;

	}
.sectiontableheader {
	height:auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d00d56;	
	}
td.lineaPedido{
	height:auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d00d56;	
	padding-top:10px;
	padding-bottom:10px;
	padding-left:8px;
	padding-right:8px;
	text-align:center;
	}
td.lineaPedidoNom{
	height:auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d00d56;	
	padding-top:10px;
	padding-bottom:10px;
	padding-left:8px;
	padding-right:8px;
	text-align:left;
	}
td.lineaPedidoNom a{
	color:#d00d56;
	}
td.lineaPedidoNom a:hover{
	color:#F11D6C;
	}
th.lineaPedidoNom{
	text-align:left;
	height:auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d00d56;	
	padding-top:10px;
	padding-bottom:10px;
	padding-left:8px;
	padding-right:8px;
	}
th.lineaPedido{
	text-align:center;
	height:auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d00d56;	
	padding-top:10px;
	padding-bottom:10px;
	padding-left:8px;
	padding-right:8px;
	}
td.totales{
	height:auto;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:8px;
	font-weight:bold;

	}
td.terminar{
	height:auto;
	padding-top:20px;
	padding-bottom:10px;
	padding-left:8px;
	padding-right:8px;
	}
.sectiontableentry1{
	padding:4px;
	}
.sectiontableentry2{
	padding:12px;
	}
	
.total{
	background-color:#f0afc7;
	}
.fin_pedido{
	background-image: url(../../../images/fondoTerminar.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
	font-size:0.9em;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	width:133px;
	height:19px;
	display:block;

	padding-top:2px;
	text-align:center;
	}
 a.fin_pedido{
	color:#fff;
	text-decoration:none;
	}
 a.fin_pedido:hover{
	color:#fff;
	text-decoration:none;
	}
	
.icons{
	width:16px;
	height:16px;
	float:right;
	margin:5px;
	margin-right:15px;
	}
	
.back_button{
	width:630px;
	height:16px;
	float:right;
	margin-right:15px;
	color:#d00d56;
	float:left;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 35px;
	}
.back_button a{
	color:#d00d56;
	}
	
.formato_tabla{
	width:655px;
	margin-left:20px;
	margin-right:20px;
	/*border: 1px solid #F60;*/	
	color:#d00d56;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	float:left;
	width:655px;

	}
.formato_tabla td{
	padding:8px;
	line-height:1.5em;
	}
.formato_tabla2{
	width:615px;
	/*border: 1px solid #F60;*/	
	color:#d00d56;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	float:left;
	margin-left:20px;
	margin-right:20px;
	}
.formato_tabla2 td{
	padding:8px;
	line-height:1.5em;
	}
.message{
	float: left;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 16px;
	font-weight: bold;
	color: #F00;
	margin-bottom: 20px;
	width: 675px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #D00D56;
	border-bottom-color: #D00D56;
	}
	

/*FORMULARIOS PEDIDOS*/
fieldset{
	border: 1px solid #D00D56;
	width:613px;
	margin-left:20px;
	margin-right:20px;
	margin-top:40px;
	text-align:center;
	
	float:left;
	}
.fieldset{
	width:655px;
	padding:0px;
}
.txtFieldSet{
	padding-left:10px;
	padding-right:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#D00D56;
	font-size:0.9em;
	}

.checkOut_login_form{
	width:653px;
	float:left;
	
	}
.checkOut_login_form table{
	float:left;
	margin-top:20px;
	margin-bottom:20px;
	}
.checkOut_login_form form{
	float:left;
	width:330px;
	margin-left:50px;
	}
.checkOut_login_form label{
	width:100px;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#D00D56;
	font-size:0.9em;
	text-align:right;
	padding-right:10px;
	padding-top:3px;
	margin-bottom:15px;
	margin-left:50px;
	}

.checkOut_login_form input{
	background-color:#f0afc7;
	color:#d00d56;
	border:0px;
	padding:2px;
	font-size:0.9em;
	float:left;
	width:200px;
	margin-bottom:15px;
	}
#inputSend{
	width:60px;
	float:left;
	display:block;
	padding-left:8px;
	padding-right:8px;
	padding-top:1px;
	padding-bottom:4px;
	text-align:center;
	}
#remember_login{
	width:auto;
	float:left;
	display:block;
	}
#agreed_field{
	width:auto;
	float:left;
	display:block;
	}
.inputRosa{
	background-color:#f0afc7;
	color:#d00d56;
	border:0px;
	padding:2px;
	font-size:0.9em;
	float:left;
	}
select{
	background-color:#f0afc7;
	color:#d00d56;
	border:0px;
	padding:2px;
	font-size:0.9em;
	float:left;
	}
	
form.frm_MetodoPago {
	width:auto;
	margin-left:20px;
	margin-right:20px;
	padding:0px;
	}
notas.textarea{
	border: 1px solid #D00D56;
	}
hr.linea{
	border: 1px dotted #d00d56;
	}
	
.Cpie{
	width: 655px;
	float: left;
	height: auto;
	margin-top:20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	color: #d00d56;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #d00d56;
	border-bottom-color: #d00d56;
	}
#agreed_div{
	width:100%;
	}
.info_producto{
	text-align:left;
	}