@charset "UTF-8";
/*======================================================================
 * =================   CSS  etiquetas y contenedores generales =========
 * ===================================================================== */
/* Color body: #f7f6f4  	
 * Color fondo menu: f4f3f1
 * Botton destacado rojo: cf145a
 * Botton verde claro: b2d7be	
 * Color texto: bbb8b3
 * Tamaño fuente:16px
 * Color texto oscuro: 9e9086
 * Tamaño fuente: 23px
 * */
 
/* Fonts */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}


@font-face {
   font-family: Daydreamer;
   src: url("../fonts/Daydreamer.eot"); /* EOT file for IE */
   src: url("../fonts/Daydreamer.ttf") format('truetype'); /* TTF file for CSS3 browsers */

}

@font-face {
   font-family: simplicity;
   src: url("../fonts/simplicity.eot");/* EOT f	ile for IE */
   src: url("../fonts/simplicity.ttf") format('truetype');/* TTF file for CSS3 browsers */	

}


@font-face {
   font-family: OpenSans;
   src: url("../fonts/OpenSans-Regular.eot"); /* TTF file for CSS3 browsers */
   src: url("../fonts/OpenSans-Regular.ttf") format('truetype'); /* TTF file for CSS3 browsers */	

}


body {
	margin: 0px auto;
	padding: 0;
	color: #9e9086;
	background-color: #f7f6f4;
	font-family: simplicity, OpenSans, Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1.2em;
}

.LetraRoja {
	color: #ecadbc;
}
.LetraVerde {
	color: #b2d7be;
}
	

/* ~~ Selectores de elemento/etiqueta ~~ */
/*pinta la barra horizontal debajo del slider*/

hr {
	height: 0.5px;
	background-color: #e4e4e4;
	margin-top: 1px;
	margin-bottom: 1px;
}



ul, ol, dl { 
	padding: 0;
	margin: 0px 35px 10px;
}

ul{
	list-style-type:circle;
}
li{
/*
			 line-height :1.3em;
*/
}

h1, h2, h3, h4, h5, h6{
	margin-top: 0;	 
}

p{
	padding: 5px;
	margin-bottom:10px;
	font-size:100%;
	line-height: 1.2em;
	text-align: left;
}
h1 {
	font-weight:bold;
	font-size: 2em;
	letter-spacing: 0em;	
}


h2 {
	font-weight:none;
	font-size:1.5em;
	letter-spacing: 0em;	

}
h3 {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 1.3em;
 }




 
h4 {
	font-size: 1.2em;
	text-decoration: none;
	letter-spacing: 0.03em;	
}

h4.Rojo{
	color: rgb(236, 173, 188);
	font-family: Daydreamer;
	text-align: center;
	font-size: 26px;
	margin-bottom: 0px;
}

strong{font-weight:bold;}

a {
	color: #ECADBC;

}
a:visited {
	color: #ECADBC;
}

a:focus{
	color: #ECADBC;
}
a:hover {
	color: #9d8f86;
}
a.normal {
	color:inherit;
}

/* Clase y etiquetas generales */ 

.LinkBtnVerde {
	background-color: #B2D7BE;
	padding: 5px 15px;
	border-radius: 20px;
	color: #FFF;
	text-decoration: none;
	border: 0px;
}
.LetraRoja {
	color: rgb(236, 173, 188);
	font-family: Daydreamer;
	font-size: 32px;
}


/* Fin clases y etiquetas generales. */


.container {
	max-width: 1728px;
	width:100%;
	

 }
.blog{
	margin-bottom: 40px;
}
.page-header{
	border:0px;
	margin: 10px 0 20px;
}

/* Maquetacion pop-up */
#jcemediabox-popup-page .page-header {
	margin:0px;
	
}



article {
	width:100%;
}

/* Clases utilizadas para forzar el cierre (columnas y filas ) de un contenedor*/
.cleared  {
	float: none;
	clear: both;
	border: none;
	height: 1px;
}
.separador {
	clear:both;
	width:100%;
}

input{
	font-family: Simplicity;
	border-radius: 10px;
	border: 1px solid #dedcda;
	padding: 3px 10px;
	letter-spacing: 0.06em;
	background-color: #F7F6F4;
}

input[type="checkbox"]{
	margin:0;
	vertical-align: middle;
}
.LinkLoguin ul{
	list-style: none;
}
.LinkLoguin li{
	line-height: 1.6em;
}
.tooltip-inner {
	max-width: 200px;
	padding: 8px;
	background-color: #9E9086;
	font-size:1.2em;
}

.tooltip.top > .tooltip-arrow{
	 border-top: 5px solid #9E9086;
}

/* ========================================================================= */
/*  =========================  CSS DE CABECERA ============================= */
/* ========================================================================= */
.Cabecera {
margin-top: 10px;

}

.moduletable.icono{
float:left;
}


/* Redes Sociales */
.RedeSociales {
	float:left;
	margin-right: 10px;
}

/****  Maquetación de Modulo de acceso **/

#form-login-username {
/*
	float:left;
	margin-right: 5px;
*/
}

#form-login-password {
/*
	float:left;
	margin-right: 5px;
*/
}
.posicion01 {
	text-align: right;
}




.Pop-up {
	display: none;
    position: absolute;
    z-index: 1000;
    border: 1px solid;
    padding: 15px;
    margin-top: 10px;
    border-radius: 10px;
    box-shadow: 2px 2px 2px 2px;
    background-color: #f7f6f4;
	text-align: left;
}
.Pop-up h3{
	font-family: Daydreamer;
	font-size: 32px;
	text-align:center;
}
.Pop-up ul {
	list-style-type: none;
}

a.usuarioRegistrado {
	/* Esto todo lo hago para mostrar Pop-up menu registrado */
	height: 100px;
	display: block;
	position: absolute;
	width: 100%;
}
a.usuarioRegistrado:hover > div {
	display:block;
}


/* Maquetación titulo modulo buscar articulo */


img.buscar{
margin: 8px;

}
.SearchVirtuemart{
	float:left;
	display:block;
		
}
h3.SearchVirtuemart {
	font-weight: normal;
	font-size: 14px;
	margin:5px;
	margin-top:25px;


}
.crear-cuenta-usuario {
    padding: 5px;
    display: inline-block;	
}
/* Modulo de carrito de virtuemart */
.vmCartModule{
	padding:0px;
	float: right;
}
.cesta {
	display: inline-block;
}
.cesta_total{
	margin: 8px 0px 8px 8px;
	float: right;
}
.importe {
	color: #cf145a;
	font-weight: bold;
	margin: 1%;
}

/* ========================================================================= */
/*  =======================  CSS DE FIN CABECERA =========================== */
/* ========================================================================= */


.maximenu {
display: table;
margin: 0px auto;
}
li.Nivel1{
	font-family:simplicity;
	color: #9e9086;
	font-size: 1.2em;
	}
li.Nivel1:hover{
/*
font-weight: bold;
*/
box-shadow: -2px -2px 0px #E9E9E9;
background-color:white;
}
a.Nivel1{
	color: #9E9086;
	}
a.Nivel1:hover {
text-decoration:none;
}

div.maximenu2 {
background-color: white;
padding: 2%;
z-index: 2000;
width: 100%;
left: 15px; /* Llevo a la izq, para centrar .. ver que influye padding*/

}
ul.maximenu, ul .descendente1, ul .descendente2 {
font-family:simplicity;
letter-spacing: 1px;
line-height: 1.3em;
}



a.Nivel2{
	color: #9e9086;
	font-family: simplicity;
	font-size:1em;
}

li a.Nivel3 {
font-size:0.8em;
color:#bbb8b3;
}

a.Nivel3{
	font-family: simplicity;
	
}


.theme-default .nivoSlider{
box-shadow: none !important	;

}


.breadcrumb {
	background-color: transparent;
	padding-left: 0px;
}
.breadcrumb > li + li::before {
    padding: 0px 5px;
    color: #CCC;
    content: "> ";
}

.icon-breacrumb::after{
 padding: 0px 5px;
    color: #CCC;
    content: url("../images/IconoInicio.png");
}


/* Lo utilizo modulo productos destacados vista grande */
.ProductImage {
    max-height: 401px;
    width: 100%;
    max-width: 401px;
}


/* ========================================================================= */
/* ========================  CSS DE Componente Content    ================== */
/* ========================================================================= */

.Componente{
	margin-bottom:40px;
}


/* Comunes para Principales y columnas */
.Content{
margin-top: 5px;
}
.category-desc {
	margin-bottom: 20px;
}

/* Descripción de categoria centrada... */
.category-desc p{
text-align:center;

}

.Principal{
	display:table;

	margin-top: 5px;
}

.blog-item {
	margin-bottom: 15px;
}
.blog h1{
	text-align: center;
	font-family: Daydreamer;
	font-size: 3em;
	padding: 0px;
	margin-bottom: 10px;

}
.blog h1 a:link,.blog h1 a:visited{
	text-decoration: none;

}

.blog-item h2{
	font-size:130%;
	text-align: center;
	text-transform: uppercase;
	padding: 0px;
	text-shadow: 1px 1px 0.9px #CBC7C7;
	color: #000;
}
.blog-item h2 a:link {
	text-decoration: none;
	color: #808080;
}


.blog-item h2 a:visited {
	color:black;
}
.blog-item-img {
	text-align: center;
	margin-top: 5px;
}
.blog-item-img img {
	width: 98%; /* Esto debería ser un parametro de plantilla */
}

.blog-item-contenido { /* No me gusta mucho hacerlo asi pero es lo más rápido ahora */
	height: 135px;
	overflow: hidden;
}
.boton-leermas {
	background-color: #b2d7be;
	float: right;
	padding: 5px;
	border-radius: 5px;
}
.boton-leermas a:link{
	text-decoration:none;
}
.border3Columnas {
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;

}


/* ========================================================================= */
/* =======================  CSS DE Componente Content-> Articulo  ========== */
/* ========================================================================= */
/*Decoracion pagina principal */
div.Fechas {
display: inline-block;
}

div.Fechas h2{
float: left;
padding: 10px 0 12px;
border-top: 3px solid #C9E4D6;
border-bottom: 3px solid #C9E4D6;
font-size: 1.5em;

}

div.FechaI{
width: 128px;
background-image: url("../images/fechaDerecha.png");
background-repeat: no-repeat;
height: 4em;
float: left;
}
div.FechaD{
width: 128px;
background-image: url("../images/fechaIzquierda.png");
background-repeat: no-repeat;
height:4em;
float:left;
}
.Articulo .page-header {
	text-align: center;
	margin:0px;
	padding: 0px;
}
.Articulo .page-header h1 a{
	font-family: Daydreamer;
	color: #b2d7be;
}



/* Clases que meto en los dentro del contenido de los articulos */
.categoriaArticulos {
	text-align: center;
	font-family: Daydreamer;
}

.categoriaArticulos h1 {
	color: #b2d7be;

}



/* ========================================================================= */
/* =======================  CSS DE Componente Contacto			  ========== */
/* ========================================================================= */
.contact h2{
	font-family: Daydreamer;
    font-size: 32px;
    text-align: center;
}

.contact-form input{
	width:50%;
	margin-bottom:15px;
}

#jform_contact_email_copy{
	width:5%;
	vertical-align: middle;
	margin-bottom:3px;
}



textarea#jform_contact_message {
	border-radius:10px;
	margin-bottom: 15px;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}



.contacto-buttom {
    background: #b2d7be;
    border: 0px;
    border-radius: 20px;
    margin: 10px 0;
    color: white;
	padding: 5px 30px;

}


.imagen-contacto{
	margin-bottom: 20px;
}
.contact-address{
	font-size:0.8em;
}
/* ========================================================================= */
/* =======================  CSS DE Componente Usuarios		 =============== */
/* ========================================================================= */
.acceso-login{
    display: table;
    margin: auto;
}
}
.LinkLoguin{

}

#fancybox-wrap{
	padding:0px;

}

.registro-usuario {
	display: table;
	margin: 0px auto;
}



/* ========================================================================= */
/* =======================  CSS DE Virtuemart				 =============== */
/* ========================================================================= */
/* CSS general para todos */
span.euro{
	font-size: 60%;
	color: white;
}

div.rayasI{
width:100px;
background-image: url("../images/rayasI.png");
background-repeat: no-repeat;
background-position: 50% 50%;
height:3em;
float:left;
}
div.rayasD{
width:100px;
background-image: url("../images/rayasD.png");
background-repeat: no-repeat;
background-position: 50% 50%;

height:3em;
float:left;
}
.CategoriaVirtuemart {
	background-image: url("../images/corona.png");
	background-repeat: no-repeat;
	background-position: 50% top;
	padding: 50px 0px 10px;
	margin: 0 auto;
	display: table;
}
.CategoriaVirtuemart h1 {
 float: left;
 padding:0 10px;
 font-family: Daydreamer;
 letter-spacing: -0.01em;
}
.category_description p{
	text-align: center;
}
.CategoriasEtiqueta {
	text-align: center;
}
.CategoriasEtiqueta h2{
font-size: 1em;
display:inline;
margin: 10px;

}
.CategoriaAnterior {
	margin:10px 0;
	text-align: center;
	
} 
.CategoriaAnterior p{
font-size: 1em;
display:inline;
	padding: 5px 15px;
	border-radius: 20px;

	text-decoration: none;
	border: 1px solid RGBA(187, 184, 179, 0.30);


}

.spacer-categories{
    padding: 0.4em;
	display: table;
	margin: 0px auto;
	position: relative;
}
.categories {
	padding:5px;
	border: solid 1px #3C908B;
	border-radius: 5px;
	box-shadow: 1px 2px 2px;
}
.categories :hover{
background: none repeat scroll 0% 0% #FFF;


}
/* Titulo de las categorias h2 y link con imagen */
.categories h2 {
	display:table;
	text-align: center;
	text-transform: uppercase;
	padding:5px;
}
.spacer-categories h2 a {
	text-decoration: none;
	padding: 0px;
	text-shadow: 1px 1px 0.9px #CBC7C7;
	color: #000;
}

/* Titulos de modulos de inicio de articulos nuevos, destacados, mas vendidos. */
.featured-view h4, .latest-view h4, .topten-view h4, .recent-view h4, .related-products-view h4 {
	font-size: 2em;
	margin: 0px 0px 8px;
	padding: 5px;
	text-align: center;
	font-family: Daydreamer;
}

/* =======================  CSS DE Virtuemart	Sublayout productos	 =============== */

/* General para de Productos sublayout */

/* Contendor de imagen de producto */
.vm-product-media-container {
	text-align: center;
	width: 100%;

   }
/* Clase de imagen de producto */
.browseProductImage {
    max-height: 401px;
    width: 100%;
    max-width: 401px;
}

/* Clase Contnedor de descripción */
.vm-product-name {
	height: 0 em;
	min-height: 0px;
	line-height: 1em;
	margin-bottom:10px;
}
.vm-product-name h2 {
	padding:0px;
	min-height: 0 px;
	line-height: 0.7;
	font-weight: normal;
}
.vm-product-name h2 a{
	font-family: simplicity;
	font-size: 0.6em;
	text-decoration: none;
	
}

/* Clase contenedor de Stock y Precio */
/* Clase Stock */
.vm-product-rating-container {
    float: left;
    width: 40%;
    font-size: 200%;
}
/* Clase de Precios */
.vm3pr-8 {
    float: right;
    width: 60%;
}

.vm3pr-8 .product-price{
	margin: 0px 5px 0px 0px;
	float: right;
	text-align: left;
}

.vm3pr-5 .product-price {
	min-height: 0px;
}

.producto {
	margin-bottom: 50px;
}
.Precio {
	font-size: 200%;
	
}
.product-price .Precio span {
	font-size: 60%;
	padding: 3px;

}

.PrecioTachado{
	 text-decoration: line-through;
}

.product-fields .product-field{
	margin-bottom: 16px;
}

.product-fields-title-wrapper {
	font-weight: normal;
}
.TituloCampos{
	text-align: left;
	padding: 0 5px 0 0;
}

/* Button de añadir al carro */
span.addtocart-button input.addtocart-button{
	background: #b2d7be;
	border: 0px;
	border-radius:15px;
}

.productdetails-view .addtocart-bar {
	margin:0 0 36px;
}

.ask-a-question {
	margin:10px 0;
}
/* Cambiamos el fondo al ver consulta - preguntas */
.contentpane {
	background-color: white;
}

/* Productos relacionados */
.product-related-products {
	border-top: solid #eceaea 1px;
}

/* Consultar precio */
a.ask-a-question {
	color: #ECADBC;
	font-weight: normal;
	font-size: 85%;
/*
	display: inline;
*/
	padding: 5px 15px;
	border-radius: 20px;
	text-decoration: none;
	border: 1px solid RGBA(187, 184, 179, 0.30);
	background: none;
	margin-bottom: 10px;
}
a.ask-a-question:hover{
background:none;
background-color: #ecadbc;
color: white;

}

a.notify {
	display:table;
	margin-top:30px;
}
/* =======================  CSS DE Virtuemart	Category	 =============== */

/* Es contenedor de filtros,orde,titulo categoria y paginacion */
.orderby-displaynumber{
width:100%;
display:table;
}
.orderby-displaynumber a{
	text-decoration:none;
}
/* Contendor de titulo de categoria dentro de orderby-displaynumber */
.display-number {
	padding-top: 19px;
}
.display-number select{
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	margin-left: 10px;
	background-color:#F7F6F4;
	border-radius: 10px;
	border: 1px solid;
	padding: 0 15px 0 5px;
	background: url("./../../../images/iconos/flecha_arriba.png") no-repeat scroll 35px center;
}

.CategoriaVirtuemart h2{
font-size: 200%;
font-family: Daydreamer;
}

.CategoriaVirtuemart a{
	text-decoration:none;
}

/* Select orden y filtro  */
.orderlistcontainer div.activeOrder {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	margin-left: 10px;
	background-color: #F7F6F4;
	border-radius: 10px;
	border: 1px solid;
/*
	padding: 0 25px 0 5px;
*/
	background: url("./../../../images/iconos/flecha_arriba.png") no-repeat scroll 95%;
}
/* Contenedor de select orden y filtro */
.orderlistcontainer div.orderlist {
	margin-left: 15px;
	border-radius: 5px;
/*
	padding: 15px;
*/
}

.browse-view .row .product .spacer h2 {
	font-weight:bold;
	font-size:1.24em;
	height: 2em;
}
.vm3pr-7{
	float: right;
	width: 60%;
}
.vm3pr-7 .product-price {
	float: right;
	text-align: left;
}
.browse-view .row .product .spacer.Precio span {
	font-size: 60%;
	color: white;
}
/* Paginado  */
.vm-pagination {
	float:none;
}
.pagenav {
	border: 0;	
	background-color: transparent;
}
a.pagenav{
	color:#A89C93;
}
/* Pagina activa */
.disabled.hidden-phone a {
	color:#ECADBC;
}


/* =====================  CSS de vista detalle de producto ================= */
/* Navegador de detalle producto */
.orderby-displaynumber a.previous-page {
    background: url("../images/previous_16x16.png") no-repeat scroll left center transparent;
    padding-left: 30px;
    line-height: 20px;
    float: left;
}

.orderby-displaynumber a.next-page {
    background: url("../images/next_16x16.png") no-repeat scroll right center transparent;
    padding-right: 30px;
    line-height: 20px;
    float: right;
}
/* Barra de navegacion producto anterior y posterior */
.product-neighbours {
    color: #777;
    margin: 0px 0px 16px;
    background: #F0F0F0;
    padding: 10px 10px;
}
.product-neighbours a {
    color:#BBB8B3;
}
.product-neighbours a.previous-page {
    background: transparent url("../images/previous_16x16.png") no-repeat scroll left center;
    padding-left: 30px;
    line-height: 20px;
    float: left;
}

.product-neighbours a.next-page {
    background: transparent url("../images/next_16x16.png") no-repeat scroll right center;
    padding-right: 30px;
    line-height: 20px;
    float: right;
}

.DetalleProducto{
	padding: 0px 5%;
}
/* Contenedor de precio, y campos selecccion de virtuemart en detalle producto */
.vm-product-details-container{
 float:left;
}

/* Contenedor Imagen de Producto - Grande */
.Imagen-Producto {
	float:left;
}
.main-image {
	max-height: 600px;
    max-width: 800px;
    margin:auto;

}
.main-image img {
    max-height:600px;
   max-width: 100%;
}

.additional-images img{
	width: 133px;
}
/* Precio detalle */
.spacer-buy-area .Precio  {
	font-weight: bold;
	margin: 10px 0;
}

span.addtocart-button{
 display: inline;
}

.productdetails-view .product-short-description{
	padding-bottom: 20px;
}
.icons-redes-sociales{
	padding:20px 10px;
	border-top: 1px solid #eceaea;
	border-bottom: 1px solid #eceaea;
	text-align: right;
	margin-top: 10px
}

span.icono-compartir{
	padding: 0px 10px;
}



.tituloInformacion{
	text-align: right;
	margin:15px 0;
	font-family: simplicity;
	font-size: 1.2em;
	font-weight: bold;
	color:#ECADBC;
}

/* Contenedor de Descricion , Precios y campos de Seleccion */
.Descripcion-Precios{
	float: left;
	width: 35%;
	padding: 0 5px;
}

/* Contenedor para mostrar stock ( imagen) */
.availability-detallesProducto{
	float:right;
}
.availability {
margin: 10px 10px;
}

.Fabricantes-Pregunta{
	text-align: center;
	margin-bottom: 10px;
	display: table;
	width: 100%;
}
.Fabricante {
	margin-bottom: 5px;
}
.Fabricante a{
	color:#bbb8b3;

}
.tituloProducto h1{
	font-family: simplicity;
	font-size: 1.6em;
	color:#ECADBC;
	padding: 0px;
}

.productdetails-view .spacer-buy-area {
	padding-left: 0px;
}

.quantity-box .quantity-input{
	background:white;
	width: 54px;
}
a.comentario {
	padding: 10px 15px;
	background-color:#ECADBC;
	color:white;
	border-radius:15px;
}

 /* Button de cometarios */
 input.highlight-button {
  background-color:  #b2d7be; 
  border: none;
 }


/* Campos productos */
.product-fields {
	padding-top: 30px;
}
.Aviso-Personalizable{
border-color: #f2d5db;
background-color: #FDF7F8;
color: #c1bfbb;
	
}

/* Productos relacionados */
.title-product-relacionados{
	margin: 32px 0;
}

.title-product-relacionados h3{
	font-weight: normal;
	text-align: center;
	
}

/* ============================  Vista de Carro en Virtuemart ==================== */
.cart-view h2 {
	font-family: Daydreamer;
	font-size: 32px;
	margin-top: 0.3em;
}

.userfields_info{
	font-size:20px;
}

/* Lista direcciones */
.lista-direcciones{
	padding: 0 0 15px 0;
}


/* Formulario de Registro en inicio */
.RegistroForm {
 padding: 30px 0;
}
.RegistroForm input{
	width:100%;
}
#remember{
	width: inherit;
	width: 15px;
	vertical-align: middle;
}
/* Boton de acceder */
.RegistroForm .vm-button-correct {
	margin:0px;
	width: inherit;
	padding: 6px 6px 3px;
	min-width: 80px;
}

/* Contenedor de identificarse */
.Acceso-Cart{
	float: left;
	width: 24%;
	padding: 10px;
	border: 1px solid;
	border-radius: 5px;
	margin: 5px;
	
}
/* Titulo de IDENTIFICARSE */
.VistaCarro{
display: block;
}

input.addtocart-button{
	background: #b2d7be;
	border: 0px;
	border-radius:20px;
	color: white;
	font-size: 16px;
	padding: 10px 30px;
	margin-top: 20px;
}

.cart-images{
	margin-right: 10px;
	display: table;
	float: left;
}

span.vm-price-desc{
	margin:0;

}


.ListaProductos {
margin-top: 10px;
border: 1px solid;
padding: 5px
}
/* Tabla de lista productos */
.table > thead > tr > th{
	border: 0px;
}
td.tdPrecio{
	min-width: 75px;
}
td.tdTotal{
	min-width: 75px;
}
.FormasEnvios{
 padding: 10px 0 25px;
 border-bottom: solid #E9E8E8 1px;
}
.vm-shipment-plugin-single input{
	vertical-align: top;
}
.vm-shipment-plugin-single label{
	width: 93%;
}
span.vmshipment{
	line-height: 0.9em;
}
.FormasPago{
	padding: 10px 0 25px;
	border-bottom: solid #E9E8E8 1px;
}
.vm-payment-plugin-single input{
	vertical-align: top;
}


/* Contenedor de Lista de Productos */
.Cuentas {
	margin: 10px 0px 0px;
	padding: 10px 25px 25px;
	border: 1px solid;
	border-radius: 10px;
	border-color: #E9E8E8;
}



/* Contenedor de Cupon */
.Cupones
{
    padding: 15px 5px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 15px 0;

}
button.glyphicon{
	border:0px;	
	background-color: transparent;
}

.coupon {
	width: 115px;
}

.InicioCupon {
text-decoration: none;
color: #3C908B;
text-transform: uppercase;
padding: 0px;
}

.PricesalesPriceCoupon{
	text-align:right;
	margin-top: 15px;
}

.vmpayment_description, .vmshipment_description {
    display: block;
    line-height: 1.8em;
}


/* CSS Forma Envio */

.vmshipment_cost{
	font-size: 9px;
}
.TotalGastoEnvio {
	margin: 15px 0.15%;
	font-weight: bold;	
	text-align: right;

}

.FormaPago {
	float: right;
	width: 47%;
	padding: 0.3%;
	border: 1px solid;
}
.vmpayment_cost{
	font-size: 9px;
}
.billto-shipto{
	border-bottom: none;
}
span.PricebillTotal{
	font-size:1.5em;
}

/* Botton de Guardar de carro de forma envio y pago */
.vm-button-correct {
	background: #b2d7be;
	border: 0px;
	border-radius: 10px;
	margin: 10px 0;
	font-weight: normal;
	font-size: 0.8em;
}
.checkout-button-top .vm-button-correct {
	background: #CF145A;
}
/* Comentario cja textarea */
textarea#customer_note_field {
	border-radius:10px;
	
}

/* Div de terminos legales */
.cart .tos{
	font-size: 0.8em;
}
span.tos{
	margin-right: 0px;
}



.terms-of-service a{
	font-size: 0.8em;
	color:#bbb8b3;
}

/* Formulario de registro, editar y direcciones envio de carro de virtuemart */
table.user-details {
	width: 100%;
	text-align:right;
}


td.key{
	width: 200px;
}
table.user-details input {
	width:90%;
	min-width:210px;
	margin-bottom: 10px;
}

/* =============== Clase paginacion blog ========================== */
.pagination > .active > a{
    background-color: #fff;
    color:#ECADBC;
}



/* ========================================================================= */
/* =======================  CSS DE Posicion PIE				 =============== */
/* ========================================================================= */


.MenuPie div{
	padding-bottom:30px
}

.MenuPie h3 {
	font-weight: normal;
	color:#9d8f86;
}

.MenuPie p {
	padding: 0px;
	
}
.MenuPie ul{
	list-style-type: none;
	margin:0 0 ;
	
}
.MenuPie li{
	line-height: 1.8em;
}
.MenuPie li a{
	color:#bbb8b3;

}
.MenuPie li a:hover{
	color:#ECADBC;

}
.PieDespues {
    padding: 10px;
    background-color: #ADA29B;
    color: white;
    text-align: center;
}

@media screen and (max-width: 1140px) { /* lg */
	
	.RedeSociales{
		letter-spacing: -0.1em;
	}

	.additional-images img {
		width: 100px;
	}
	.ProductImage {
		max-height: 390px;
		max-width: 390px;
	}
	.browseProductImage {
		max-height: 390px;
		max-width: 390px;
	}

}



@media screen and (max-width: 989px) { /* md */
	
	
	
	.additional-images img {
		width: 100px;
	}
	.ProductImage {
		max-height: 340px;
		max-width: 340px;
	}
	.browseProductImage {
		max-height: 340px;
		width:90%;
		max-width: 340px;
	}
	.RegistroForm {
	text-align: center;
	}
	.RegistroForm h4{ 
		margin-bottom: 15px;
	}
	.RegistroForm input {
    width: inherit;
    margin-bottom: 15px;
	}
	
	.border3Columnas {
	border-left: 0px;
	border-right: 0px;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	padding: 35px 15px;
	margin: 20px 0px;
	}
}

@media screen and (max-width: 768px) { /* sm */
	
	.RedeSociales {
		display :none;
	}
	
	/* Ocultamos usuario. */
	span.usuario{
	display:none;
	}
	
	
	img.logo{
		width:165px;
		
	}
	.blog h1{
		font-size: 2em;
	}
	
	.ProductImage {
		max-height: 330px;
		max-width: 330px;
	}
	.browseProductImage {
		max-height: 330px;
		max-width: 330px;
	}
	
	.Cuentas{
	margin: 10px 0px 0px;
	padding: 0px 0px 0px;
	border: 0px ;
	}
	.cart-images {
		float:none;
	}
	
	
 
}

@media screen and (max-width: 540px) { /* xs */
	
	
	.SearchVirtuemart{
		float:none;
	}
	.posicion01{
		text-align: right;
	}
	
	.vt_nivo_slider{
		display:none;
	}
	
	
	div.rayasI {
		display:none;
	}
	div.rayasD {
		display:none;
	}
	div.FechaI {
		display:none;
	}
	div.FechaD {
		display:none;
	}
	
	/* Vista detalles producto */
	.additional-images img {
		width: 70px;
	}
	.icons-redes-sociales {
		padding: 5px 0;
		text-align:left;
	}
	span.icono-compartir{
	 padding: 0 5px;
	}
	.vm-product-details-columna2 {
		padding:0px;
		
	}
	
	a.comentario {
		padding: 10px 10px;
		border-radius: 10px;
		font-size: 0.8em;
	}
	span.icono-compartir.imprimir {
    display:none;
	}
	
	
	/* Vista cart */
	.Cuentas{
	margin: 10px 0px 0px;
	padding: 0px 0px 0px;
	border: 0px ;
	}
	.cart-images {
		float:none;
	}
	
	
 
}


