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


/**********ESTILOS ENCABEZADOS********/
	h1,h2,h3,h4,h5,h6 {
		font-family: 'Cinzel', sans-serif;
		font-weight: 400;
	}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 1.75rem; text-align:left; padding:0rem 0rem 0.3125rem 0rem; margin:0.625rem 0px 0.625rem 0px; text-transform:capitalize;} /**TÍTULO PPAL INTEERNAS***/
	h2 { font-size: 2.25rem; padding:0.9375rem 0rem 0.9375rem 0rem; margin:0rem 0rem 0rem 0rem; text-align:center; color:#FFF; text-transform:none; } /**SUBTÍTULOS INTERNAS**/
	h3 { font-size: 1.125rem; text-align:left; margin:0.3125rem 0rem 0.3125rem 0rem; text-transform:capitalize; font-weight: 700; } /**TÍTULOS DIRECTORIO HOME**/
	h4 { font-size: 1.875rem; margin:0 0 0.625rem 0; text-align:left; padding:0rem 0rem 0rem 0rem; color:#a67b3e; text-transform:none; } /**TITULOS BLOG INDICE **/
	h5 { font-size: 1.25rem; text-align:left; padding:0.375rem 0rem;; margin:0rem 0rem 0rem 0rem; text-transform:none; color:#000; font-weight:700; } /**TITULOS TIPS DE BELLEZA**/
	h6 { font-size: 2.25rem; text-align:center; padding-bottom: 0rem; margin:0rem 0rem 1.563rem 0rem; text-transform:none; color:#896124;} /**TITULO ESTAMOS EN, TIPS, PESTAÑAS,MAQUILLAJE HOME***/


	/**************INICIO ADS ORTOUNION************************/
	.contenedor-ws {
		text-align: center;
		position: fixed;
		right: 0rem;
		top:30%;
		z-index: 2000;
	}

	.contenedor-ws img {
		max-height: 100%;
		opacity:1;
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}

	.contenedor-ws img:hover {
		opacity:0.85;
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}

	.ws-escritorio {
		display: block;
	}

	.ws-moviles {
		display: none;
	}

/**** BOTOÓN FLOTANTE GALERIA ***/
#boton_galeria {
	position: fixed;
	top:55%;
	right: 0rem;
	display: block;
	z-index: 200;
}

/***************POLITICAS DE USO *************************/
.politicas_uso{
	width: auto;
    height: 150px;
    overflow: auto;
    padding: 10px;
    margin-bottom: 0.9375rem;
}
.politicas_uso h2{
	color:#323DA8;
	font-size:15px;
}


/*==========BOTON DE ESTADO DEL PEDIDO=========*/
#estado_pedido {
	width:100%;
	margin-top:0rem;
	margin-bottom:0.85rem;
	text-align:center;
	-moz-box-shadow:inset 0px 1px 0px 0px #00a743;
	-webkit-box-shadow:inset 0px 1px 0px 0px #00a743;
	box-shadow:inset 0px 1px 0px 0px #00a743;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #00a743), color-stop(1, #007830));
	background:-moz-linear-gradient(top, #00a743 5%, #007830 100%);
	background:-webkit-linear-gradient(top, #00a743 5%, #007830 100%);
	background:-o-linear-gradient(top, #00a743 5%, #007830 100%);
	background:-ms-linear-gradient(top, #00a743 5%, #007830 100%);
	background:linear-gradient(to bottom, #00a743 5%, #007830 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a743', endColorstr='#007830',GradientType=0);
	background-color:#00a743;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #74b807;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #528009;
}


/***********************CONTENEDOR THUMBS PRODUCTOS VITRINA************************/

#precio{
	padding-top:10px;
	padding-bottom:0px;
	text-align:center;
	font-weight:700;
	font-size:1.5rem;
	line-height:16px;
	color: #a67b3e;

}

ul#thumbs_productos_vitrina {
	margin-top:0.625rem;
	margin-bottom:0.625rem;
}

ul#thumbs_productos_vitrina li {
	padding:0.75rem;
	margin-bottom:1.25rem;
	text-align:center;
}

#label_nuevo {
	text-align:center;
	position:absolute;
	top:0.75rem;
	left:0.75rem;
}

ul#thumbs_productos_vitrina li a {
	text-decoration:none;
	color:#000000;
}

ul#thumbs_productos_vitrina li a:hover {
	color:#333;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}


ul#thumbs_productos_vitrina li #contenido_productos_vitrina {
	text-align:center;
	border:0.0625rem solid #cecece;
	height: 300px;
}

ul#thumbs_productos_vitrina li #contenido_productos_vitrina img {
	margin-bottom:0.625rem;
}

ul#thumbs_productos_vitrina li #contenido_productos_vitrina img:hover {
	opacity:0.85;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

ul#thumbs_productos_vitrina li #contenido_productos_vitrina #nombre_producto_vitrina {
	font-size:1rem;
	font-weight:700;
	color:#A67B3E;
	padding-bottom:0.3125rem;
	background:url(../img/fondo_titulo_verde.jpg) center bottom no-repeat;
	margin-bottom:0.3125rem;
	line-height:20px;
}


/************CONTENEDOR PRODUCTOS AMPLIADOS****************/
#foto_producto_amp {
	text-align:center;
}

#foto_producto_amp img {
	width:100%;
	max-height:100%;
	max-width:100%;
	margin-bottom:1.25rem;
}

#ficha_tecnica {
	text-align:justify;
}

#referencia_producto {
	padding-top:0.9375rem;
	padding-bottom:0.9375rem;
	border-top:0.0625rem solid #c3c3c3;
	border-bottom:0.0625rem solid #c3c3c3;
	margin-bottom:1.25rem;
	text-transform:uppercase;
	font-size:1.625rem;
	font-weight:700;
	text-align:center;
}

#contenido_ftecnica {
	border-bottom:0.0625rem solid #c3c3c3;
	padding-bottom:0.9375rem;
	margin-bottom:1.25rem;
}

#contenido_ftecnica p {
	text-align:left;
}

#compartir_producto {
	padding-bottom:0.9375rem;
	border-bottom:0.0625rem solid #c3c3c3;
	margin-bottom:1.25rem;
	text-align:center;
}

#add_carrito {
	width:100%;
	padding:0.375rem;
	text-align:center;
	text-transform:uppercase;
	color:#FFFFFF;
	background-color:#00a944;
	font-weight:700;
	margin-bottom:1.25rem;
}

#add_carrito a {
	text-decoration:none;
	color:#FFF;
}

#add_carrito a:hover {
	color:#5f5e5e;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}


/*==========BOTON DE ESTADO DEL PEDIDO=========*/
.boton_comprar {
	font-family: 'Source Sans Pro', sans-serif;
	width:100%;
	text-align:center;
	-moz-box-shadow:inset 0px 1px 0px 0px #00a743;
	-webkit-box-shadow:inset 0px 1px 0px 0px #00a743;
	box-shadow:inset 0px 1px 0px 0px #00a743;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #00a743), color-stop(1, #007830));
	background:-moz-linear-gradient(top, #00a743 5%, #007830 100%);
	background:-webkit-linear-gradient(top, #00a743 5%, #007830 100%);
	background:-o-linear-gradient(top, #00a743 5%, #007830 100%);
	background:-ms-linear-gradient(top, #00a743 5%, #007830 100%);
	background:linear-gradient(to bottom, #00a743 5%, #007830 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a743', endColorstr='#007830',GradientType=0);
	background-color:#00a743;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #74b807;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:20px;
	padding:10px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #528009;
	font-weight:700;
}

.boton_comprar img {
	display:inline-block;
	margin-right:0.375rem;
}

.boton_comprar:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007830), color-stop(1, #00a743));
	background:-moz-linear-gradient(top, #007830 5%, #00a743 100%);
	background:-webkit-linear-gradient(top, #007830 5%, #00a743 100%);
	background:-o-linear-gradient(top, #007830 5%, #00a743 100%);
	background:-ms-linear-gradient(top, #007830 5%, #00a743 100%);
	background:linear-gradient(to bottom, #007830 5%, #00a743 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007830', endColorstr='#00a743',GradientType=0);
	background-color:#007830;
}



/**************BARRA DERECHA PUBLICIDAD***********/
#barra_derecha {
	text-align:center;
	background-color:#f4f3f7;
	padding-bottom:0.625rem;
	margin-top: 0rem;
}

/*#barra_derecha img {
width:100%;
max-height:100%;
max-width:100%;
/*margin-bottom:0.625rem;*/
/*}*/

#barra_derecha img:hover {
	opacity:0.85;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

/*================BARRA DERECHA PRODUCTOS===============*/
#barra_menu_productos {
	margin-bottom:1.25rem;
}



/*============================ESTILOS AD DEL SITIO WEB===========================*/
#imagen_titulo {
	max-width:60px;
}

/***********REDES SOCIALES***********/
#rsociales {
	position:fixed;
	top:43%;
	right:0rem;
	z-index:100;
	display:block;
	width:100px;
}

.botones_rsociales {
	position:realtive;
	width:53px;
	text-align:left;
	padding:0.3125rem 0rem 0.3125rem 0.3125rem;
	border-top-left-radius:1.25rem;
	border-bottom-left-radius:1.25rem;
}

/*===FACEBOOK=====*/
.boton_facebook {
	width:110px;
	position:absolute;
	top:0rem;
	right:-4.5rem;
	text-align:left;
	color:#FFF;
	background-color:#3a5a98;
	-webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

.boton_facebook:hover {
	right:0rem;
	-webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

/*===INSTAGRAM=====*/
.boton_instagram {
	width:110px;
	position:absolute;
	top:2.5rem;
	right:-4.5rem;
	text-align:left;
	color:#FFF;
	background-color:#bf9149;
	-webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

.boton_instagram:hover {
	right:0rem;
	-webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

/*********************FONDO HORIZONTAL HEADER***************/
#fondo_horizontal_header {
	padding:0.625rem 0rem 0rem 0rem;
	background:url(../img/fondo_horizontal_ldorada.jpg) top center repeat-x;
}

/*=============LOGO===================*/
#logo_sitio {
	text-align:center;
}

#logo_sitio img {
	width:100%;
	max-width:100%;
	max-height:100%;
	min-width:none;
}

#logo_sitio img:hover {
	opacity:0.8;
	-webkit-transition: opacity 0.4s ease-in-out;
   -moz-transition: opacity 0.4s ease-in-out;
   -o-transition: opacity 0.4s ease-in-out;
   -ms-transition: opacity 0.4s ease-in-out;
   transition: opacity 0.4s ease-in-out;
}

/******************PAGOS ONLINE***********************/
#pagos_online {
	text-align:center;
	margin-bottom:0rem;
}

#pagos_online img {
	width:100%;
	max-height:100%;
	max-width:26.25rem;
}

/****************CONTACTENOS NÚMEROS********************/
#ntelefonicos {
	text-align:right;
	padding-bottom:0rem;
}

#imagen_contactos {
	text-align:center;
	vertical-align:middle;
}

.texto_ntelefonico {
	font-size:1.25rem;
	font-style:italic;
	color:#3c2c13;
	font-weight:600;
}

/******************FONDO HORIZONTAL MENU**************/
#fondo_horizontal_menu {
	background-color:#383838;
}

#barra_menu {
	margin-top:0rem;
}

#barra_menu h2 {
	display:none;
}

/**********************FONDO HORIZONTAL CABEZOTE INTERNAS******************/
#fondo_horizontal_titulos_internas {
	background-color:#000;
}

/*************FONDO HORIZONTAL SERVICIOS HOME*********/
#fondo_horizontal_servicios_home {
	padding:1.25rem 0rem 1.2rem 0rem;
}

ul.lista_servicios_home {
	padding:0rem;
	margin:0rem;
}

ul.lista_servicios_home li {
	padding:0.625rem;
	text-align:center;
}

ul.lista_servicios_home li img {
	width:100%;
	max-width:100%;
	max-height:100%;
}

ul.lista_servicios_home li img:hover {
	opacity:0.85;
	-webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

ul.lista_servicios_home li p {
	text-align:center;
	font-size:1.063rem;
	background-color:#d6c080;
	padding:0.9375rem 0.625rem;
	height:8.438rem;
}

ul.lista_servicios_home li a {
	text-decoration:none;
	color:#161616;
}

ul.lista_servicios_home li a:hover {
	color:#FFF;
	-webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

/************ANIMACIÓN LISTA SERVICIOS PESTAÑAS HOME**********/
ul[data-liffect="slideLeft"] li {
    opacity: 1;
    position: relative;
    -webkit-animation: slideLeft 600ms ease both;
    -webkit-animation-play-state: paused;
    -moz-animation: slideLeft 600ms ease both;
    -moz-animation-play-state: paused;
    -o-animation: slideLeft 600ms ease both;
    -o-animation-play-state: paused;
    animation: slideLeft 600ms ease both;
    animation-play-state: paused;
}

ul[data-liffect="slideLeft"].play li {
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

@-webkit-keyframes slideLeft {
    0% { opacity: 0; left: -30px; }
    100% { opacity: 1; left: 0; }
}

@-moz-keyframes slideLeft {
    0% { opacity: 0; left: -30px; }
    100% { opacity: 1; left: 0; }
}

@-o-keyframes slideLeft {
    0% { opacity: 0; left: -30px; }
    100% { opacity: 1; left: 0; }
}

@keyframes slideLeft {
    0% { opacity: 0; left: -30px; }
    100% { opacity: 1; left: 0; }
}

/************ANIMACIÓN LISTA SERVICIOS MAQUILLAJE HOME**********/
ul[data-liffect="slideRight"] li {
    opacity: 1;
    position: relative;
    -webkit-animation: slideRight 600ms ease both;
    -webkit-animation-play-state: paused;
    -moz-animation: slideRight 600ms ease both;
    -moz-animation-play-state: paused;
    -o-animation: slideRight 600ms ease both;
    -o-animation-play-state: paused;
    animation: slideRight 600ms ease both;
    animation-play-state: paused;
}

ul[data-liffect="slideRight"].play li {
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

@-webkit-keyframes slideRight {
    0% { opacity: 0; left: 30px; }
    100% { opacity: 1; left: 0; }
}

@-moz-keyframes slideRight {
    0% { opacity: 0; left: 30px; }
    100% { opacity: 1; left: 0; }
}

@-o-keyframes slideRight {
    0% { opacity: 0; left: 30px; }
    100% { opacity: 1; left: 0; }
}

@keyframes slideRight {
    0% { opacity: 0; left: 30px; }
    100% { opacity: 1; left: 0; }
}

/************ANIMACIÓN LISTA SERVICIOS SERIVIOS INTERNAS**********/
ul[data-liffect="bounceInDown"] li {
    opacity: 0;
    position: relative;
    -webkit-animation: bounceInDown 600ms ease both;
    -webkit-animation-play-state: paused;
    -moz-animation: bounceInDown 600ms ease both;
    -moz-animation-play-state: paused;
    -o-animation: bounceInDown 600ms ease both;
    -o-animation-play-state: paused;
    animation: bounceInDown 600ms ease both;
    animation-play-state: paused;
}

ul[data-liffect="bounceInDown"].play li {
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

@-webkit-keyframes bounceInDown {
    0% { opacity: 0; -webkit-transform: translateY(-2000px); }
    60% { -webkit-transform: translateY(30px); }
    80% { -webkit-transform: translateY(-10px); }
    100% { opacity: 1; -webkit-transform: translateY(0); }
}

@-moz-keyframes bounceInDown {
    0% { opacity: 0; -moz-transform: translateY(-2000px); }
    60% { -moz-transform: translateY(30px); }
    80% { -moz-transform: translateY(-10px); }
    100% { opacity: 1; -moz-transform: translateY(0); }
}

@-o-keyframes bounceInDown {
    0% { opacity: 0; -o-transform: translateY(-2000px); }
    60% { -o-transform: translateY(30px); }
    80% { -o-transform: translateY(-10px); }
    100% { opacity: 1; -o-transform: translateY(0); }
}

@keyframes bounceInDown {
    0% { opacity: 0; transform: translateY(-2000px); }
    60% { transform: translateY(30px); }
    80% { transform: translateY(-10px); }
    100% { opacity: 1; transform: translateY(0); }
}

/************FONDO HORIZONTAL TIPS DE BELLEZA*********/
#fondo_horizontal_tips_belleza {
	padding:2.063rem 0rem 1.25rem 0rem;
	background-color:transparent;
}

/*============NOTICIAS O TIPS BELLEZA HOME===================*/
ul#thumbs_lista_noticias_home {
	padding:0rem 0rem 0.625rem 0rem;
}

ul#thumbs_lista_noticias_home li {
	padding:0.9375rem;
	text-align:center;
}

ul#thumbs_lista_noticias_home li a{
	text-decoration:none;
	color:#333;
}

ul#thumbs_lista_noticias_home li a:hover, ul#thumbs_lista_noticias_home li:hover  {
	color:#000;
}

ul#thumbs_lista_noticias_home li img {
	width:100%;
	max-height:100%;
	max-width:100%;
	margin-bottom:0.625rem;
	background-color:#dadada;
	padding:0.125rem;
}

ul#thumbs_lista_noticias_home li img:hover {
	opacity:0.8;
	-webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

ul#thumbs_lista_noticias_home li .titulo_noticias_home {
	text-align:left;
	margin-bottom:0.625rem;
	color:#515051;
	font-weight:700;
	font-size:0.9375rem;
}

ul#thumbs_lista_noticias_home li .resumen_noticias_home {
	text-align:justify;
}

/*============LISTA DE AGÉNDATE===================*/
ul#lista_agendate {
	padding:0rem 0rem 0.625rem 0rem;
}

ul#lista_agendate li {
	padding:1.6rem;
	text-align:center;
}

ul#lista_agendate li a{
	text-decoration:none;
	color:#333;
}

ul#lista_agendate li a:hover, ul#lista_agendate li:hover  {
	color:#000;
}

ul#lista_agendate li img {
	width:100%;
	max-height:100%;
	max-width:100%;
	margin-bottom:0.625rem;
	background-color:#dadada;
	padding:0.125rem;
}

ul#lista_agendate li img:hover {
	opacity:0.8;
	-webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

ul#lista_agendate li .titulo_noticias_home {
	text-align:left;
	margin-bottom:0.625rem;
	color:#515051;
	font-weight:700;
	font-size:0.9375rem;
}

ul#lista_agendate li .resumen_noticias_home {
	text-align:justify;
}

/*******************ANCHO FULL********************/
.ancho_full {
	max-width:100%;
}

/**************BARRA DERECHA PUBLICIDAD***********/
.barra_derecha {
	text-align:center;
	margin-top:1.25rem;
}

.barra_derecha img {
	width:100%;
	max-height:100%;
	max-width:100%;
	border-radius:0.25rem;
}

/**************ESPACIO CONTENEDOR CONTENIDOS***********/
#espacios_contenidos {
	padding-bottom:1.25rem;
}

#espacio_titulo {
	padding-top:1.25rem;
}

/***********FONDO HORIZONTAL CONTENIDOS INTERNOS**********/
#fondo_horizontal_contenidos {
	padding:0rem 0rem 0rem 0rem;
}

#fondo_horizontal_titulo_ppal {
	padding-top:1.25rem;
}

/**************FONOD HORIZONTAL TITULO Y RESUMEN SECCIÓN CONTÁCTENOS*****************/
#fondo_horizontal_titulo_resumen_seccion {
	padding:0rem 0rem;
}

#formulario_contactenos {
	padding:0.9375rem;
}

/*#label_cogseg, #formulario_contactenos .contenido h2 {
	color:#FFF;
}*/

a.enlace_captcha {
	text-decoration:none;
	color:#FFF;
	-webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

a.enlace_captcha:hover {
	color:#F4CF1F;
	-webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

#contenido_contactenos {
	padding:0.9375rem;
}

#resumen_seccion {
	text-align:center;
}

/******************FONDO HORIZONTAL PARA THUMBS INDICE********************/
ul#thumbs_lista_indice {
	padding:0rem;
}

ul#thumbs_lista_indice li {
	padding:0.9375rem;
	text-align:center;
	margin-bottom:1.25rem;
	border-bottom:0.0625rem solid #D5D5D5;
}

ul#thumbs_lista_indice li.contenedor_indice {
	width:100%;
	background-color:#FFFFFF;
	-webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

ul#thumbs_lista_indice li.contenedor_indice:hover  {
	background-color:#efefef;
	-webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

ul#thumbs_lista_indice li.contenedor_indice a {
	text-decoration:none;
	color:#808080;
}

ul#thumbs_lista_indice li .contenedor_indice a:hover {
	color:#808080;
}

ul#thumbs_lista_indice li.contenedor_indice .imagen_indice {
	text-align:center;
	margin-bottom:0.625rem;
}

ul#thumbs_lista_indice li.contenedor_indice .imagen_indice img:hover {
	opacity:0.8;
	-webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

ul#thumbs_lista_indice li.contenedor_indice .titulo_indice {
	text-align:left;
	font-size:1.25rem;
	line-height:1.2;
	margin-bottom:0.5rem;
}

ul#thumbs_lista_indice li.contenedor_indice .titulo_indice a {
	text-decoration:none;
	color:#000;
	-webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

ul#thumbs_lista_indice li.contenedor_indice .titulo_indice a:hover {
	color:#3E9EC1;
	-webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

ul#thumbs_lista_indice li.contenedor_indice .resumen_indice {
	text-align:justify;
}

.boton_indice {
	margin-top:0.625rem;
}

/******************FONDO HORIZONTAL PARA INDICE O CATEGORIA GALERIA********************/
ul#lista_galeria {
	padding:0.625rem 0rem;
}

ul#lista_galeria li {
	padding:0.625rem;
	text-align:center;
	margin-bottom:0.3125rem;
}

ul#lista_galeria li a{
	text-decoration:none;
	color:#666;
}

ul#lista_galeria li a:hover, ul#lista_galeria li:hover  {
	color:#666;
}

ul#lista_galeria li img {
	margin-bottom:0.625rem;
}

ul#lista_galeria li img:hover {
	opacity:0.8;
	-webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

ul#lista_galeria li .titulo_galeria {
	text-align:center;
	font-size:1.25rem;
	font-weight:600;
	padding:0rem 0.5rem 0.7rem;
}

/*==================ANIMACION LISTA GALERIA INDICE Y VITRINA================================*/
ul[data-liffect="pageRight"] li {
    opacity: 1;
    position: relative;
    -webkit-animation: pageRight 600ms ease both;
    -webkit-animation-play-state: paused;
    -webkit-transform-origin: 100% 50%;
    -moz-animation: pageRight 600ms ease both;
    -moz-animation-play-state: paused;
    -moz-transform-origin: 100% 50%;
    -o-animation: pageRight 600ms ease both;
    -o-animation-play-state: paused;
    -o-transform-origin: 100% 50%;
    animation: pageRight 600ms ease both;
    animation-play-state: paused;
    transform-origin: 100% 50%;
}

ul[data-liffect="pageRight"].play li {
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

@-webkit-keyframes pageRight {
    0% { opacity: 0; -webkit-transform: perspective(400px) rotateY(90deg); }
    100% { opacity: 1; -webkit-transform: perspective(400px) rotateY(0deg); }
}

@-moz-keyframes pageRight {
    0% { opacity: 0; -moz-transform: perspective(400px) rotateY(90deg); }
    100% { opacity: 1; -moz-transform: perspective(400px) rotateY(0deg); }
}

@-o-keyframes pageRight {
    0% { opacity: 0; -o-transform: perspective(400px) rotateY(90deg); }
    100% { opacity: 1; -o-transform: perspective(400px) rotateY(0deg); }
}

@keyframes pageRight {
    0% { opacity: 0; transform: perspective(400px) rotateY(90deg); }
    100% { opacity: 1; transform: perspective(400px) rotateY(0deg); }
}


/******************FONDO HORIZONTAL PARA THUMBS TIPS DE BELLEZA INTERNAS********************/
ul#thumbs_lista_noticias {
	padding:0rem 0rem 0.625rem 0rem;
	font-size:0.9375rem;
}

ul#thumbs_lista_noticias li {
	padding:0.625rem;
	text-align:center;
	margin-bottom:1.875rem;
}

ul#thumbs_lista_noticias li a {
	text-decoration:none;
	color:#787878;
}

ul#thumbs_lista_noticias li a:hover {
	color:#333;
}

.contenedor_noticias {
	text-align:left;
	height:580px;
	background-color:#F8F8F8;
	box-shadow: 4px 4px 3px -4px rgba(0,0,0,0.7) !important;
	moz-box-shadow: 4px 4px 3px -4px rgba(0,0,0,0.7) !important;
	ms-box-shadow: 4px 4px 3px -4px rgba(0,0,0,0.7) !important;
	o-box-shadow: 4px 4px 3px -4px rgba(0,0,0,0.7) !important;
	webkit-box-shadow: 4px 4px 3px -4px rgba(0,0,0,0.7) !important;
}

.contenedor_noticias img {
	margin-bottom:0.625rem;
	width:100%;
	max-height:100%;
	max-width:100%;
}

.contenedor_noticias img:hover {
	opacity:0.8;
	-webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

.contenedor_noticias .texto_noticias {
	padding:0rem 0.75rem 0.75rem 0.75rem;
}

.contenedor_noticias .texto_noticias h2 {
	margin:0rem 0rem 0.625rem 0rem;
	border-bottom:0.0625rem solid #ccc;
}

.fecha_tag_noticias {
	padding-bottom:0.3125rem;
	border-bottom:0.0625rem solid #ccc;
	margin-bottom:0.625rem;
}

/*==============ANIMACIÓN LISTA INDICE TIPS DE BELLEZA===========================*/
ul[data-liffect="slideBottom"] li {
    opacity: 1;
    position: relative;
    -webkit-animation: slideBottom 600ms ease both;
    -webkit-animation-play-state: paused;
    -moz-animation: slideBottom 600ms ease both;
    -moz-animation-play-state: paused;
    -o-animation: slideBottom 600ms ease both;
    -o-animation-play-state: paused;
    animation: slideBottom 600ms ease both;
    animation-play-state: paused;
}

ul[data-liffect="slideBottom"].play li {
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

@-webkit-keyframes slideBottom {
    0% { opacity: 0; top: 30px; }
    100% { opacity: 1; top: 0; }
}

@-moz-keyframes slideBottom {
    0% { opacity: 0; top: 30px; }
    100% { opacity: 1; top: 0; }
}

@-o-keyframes slideBottom {
    0% { opacity: 0; top: 30px; }
    100% { opacity: 1; top: 0; }
}

@keyframes slideBottom {
    0% { opacity: 0; top: 30px; }
    100% { opacity: 1; top: 0; }
}

/**************FONDO CONTENEDOR ZONA DE LOGUIN Y ZONA DE INFO CONTACTOS**********/
.fondo_contenedor_form {
	background-color:#f5f5f5;
	border-radius:0.625rem;
	padding:0.9375rem !important;
}

/**************CONTENIDOS INTERNOS***************/
#imagen_seccion {
	text-align:center;
}

#imagen_seccion img {
	width:100%;
	max-height:100%;
	max-width:100%;
}

.contenido {
	width:auto;
	overflow:hidden;
	padding-left:0px;
	padding-right:0px;
	text-align:justify;
}

.contenido h2 {
	color:#000;
}

.contenido span {
	text-align:justify;
	color:#441D7F;
	font-size:1.063rem;
}

.contenido p {
	text-align:justify;
	margin:0px;
	padding:0px;
}

.contenido a {
	text-decoration:none;
	color:#D5B452;
}

.contenido a:hover {
	color:#b59441;
	text-shadow:1px 1px 1px #ccc;
	-webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

.contenido img#foto_contenido {
	margin-bottom:10px;
}

.contenido ul,ol {
	margin-left:0px;
	list-style-type:circle;
}

.contenido ul li {
	text-align:left;
	margin-left:15px;
	color:#000000;
}

.contenido ul li a {
	text-decoration:none;
	color:#333;
}

.contenido ul li a:hover {
	color:#d5d5d5;
	-webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

.contenido img {
	max-width:100%;
	max-height:100%;
	margin-top:10px !important;
	margin-bottom:10px !important;
	margin-left:0px !important;
	margin-right:10px !important;
}

#contenedor_contenido {
	padding-bottom:0rem;
	padding-top:0rem;
}

#contenedor_contenido_tips {
	padding-top:1.25rem;
	padding-bottom:1.25rem;
}

#contenedor_contenido_central {
	padding-bottom:1.25rem;
	padding-top:1.25rem;
}

#contenedor_contenido_central img {
	margin-bottom:1.25rem;
}

/****************IMAGEN FORMULARIO DEL CAPTCHA******/
#img_captcha {
	width:100%;
	max-width:200px !important;
	max-height:100%;
}

/*******************FONDO HORIZONTAL ESTAMOS EN***********/
#fondo_horizontal_estamosen {
	background:url(../img/fondo_horizontal_estamosen.jpg) center center no-repeat;
	background-size:cover;
	padding:2.5rem 0rem;
	color:#FFF;
}

#fondo_horizontal_estamosen h6 {
	color:#FFF;
}

#resumen_estamosen {
	text-align:center;
}

ul#lista_estamosen {
	margin:0rem;
	padding:0.9375rem 0rem 0rem 0rem;
}

ul#lista_estamosen li {
	padding:0.9375rem;
	text-align:center;
}

.titulo_estamosen {
	font-weight:700;
	font-size:1.125rem;
	margin-bottom:0.9375rem;
}

/*===================ANIMACIÓN LISTA ESTAMOS EN==========*/
ul[data-liffect="fadeIn"] li {
    opacity: 1;
    position: relative;
    -webkit-animation: fadeIn 600ms ease both;
    -webkit-animation-play-state: paused;
    -moz-animation: fadeIn 600ms ease both;
    -moz-animation-play-state: paused;
    -o-animation: fadeIn 600ms ease both;
    -o-animation-play-state: paused;
    animation: fadeIn 600ms ease both;
    animation-play-state: paused;
}

ul[data-liffect="fadeIn"].play li {
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

@-webkit-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@-o-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

/********************MENU CREDITOS*********************/
#menu_creditos {
	height:auto;
	padding-bottom:1.25rem;
	padding-top:1.25rem;
	background-color:#000000;
}

/************INFORMACIÓN - DESTACADOS - RECOMENDADOS************/
.informacion {
	margin-top:1.25rem;
	height:auto;
}

.informacion h3 {
	color:#FFF;
}

.thumbs_informacion_mcreditos {
	width:100%;
	margin-bottom:3px;
	float:left;
}

.thumbs_informacion_mcreditos ul {
	list-style:square;
	margin-top:8px;
	margin-bottom:0.625rem;
}

.thumbs_informacion_mcreditos ul li {
	color:#CDCDC3;
	font-size:1rem;
}

.thumbs_informacion_mcreditos a {
	text-decoration:none;
	color:#FFF;
}

.thumbs_informacion_mcreditos a:hover {
	color:#d9c06b;
	-webkit-transition: color 0.4s ease-in-out;
   -moz-transition: color 0.4s ease-in-out;
   -o-transition: color 0.4s ease-in-out;
   -ms-transition: color 0.4s ease-in-out;
   transition: color 0.4s ease-in-out;
}

.thumbs_informacion_mcreditos p {
	margin-top:8px;
	color:#FFFFFF;
}

.thumbs_informacion_mcreditos img {
	vertical-align:middle;
	margin:0px;
	display:inline-block;
	width:100%;
	max-width:32px;
	max-height:100%;
}

/***************CRÉDITOS O FOOTER***************/
#fondo_horizontal_footer {
	padding:0rem 0rem 0.4375rem 0rem;
	background:url(../img/fondo_horizontal_ldorada.jpg) bottom center repeat-x #000;
}

/*=======CREDITOS=======*/
#creditos {
	text-align:left;
	padding-top:1.25rem;
	padding-bottom:1.25rem;
	color:#FFF;
	font-size:0.875rem;
	font-weight:400;
	line-height: 1.5;
	text-transform:none;
}

#creditos a{
	text-decoration:none;
	color:#b99944;
}

#creditos p {
	margin:0px;
}

#creditos a:hover{
	color:#f1e49b;
	-webkit-transition: color 0.4s ease-in-out;
   -moz-transition: color 0.4s ease-in-out;
   -o-transition: color 0.4s ease-in-out;
   -ms-transition: color 0.4s ease-in-out;
   transition: color 0.4s ease-in-out;
}

address#ancho_address {
	width:auto;
	font-style:normal;
}

.logo_creditos {
	text-align:center;
}

.logo_creditos img {
	width:100%;
	max-height:100%;
	max-width:100%;
}


/***********************ALINEACIÓN BOTON REGRESAR***************************/
.both_alineacion_derecha {
	clear:both;
	margin-bottom:1.25rem;
	padding-right:0.625rem;
}

.alineacion_derecha {
	width:100%;
	border-radius:0.25rem;
	margin-bottom:0.25rem;
	margin-top:0.25rem;
	text-align:center;
	padding:0.25rem;
	background-color:#000;
	border-bottom:0.25rem solid #d5b452;
	color:#FFFFFF;
	font-weight:700;
	text-transform:capitalize;
}

.both_alineacion_derecha a {
	text-decoration:none;
	color:#021b59 !important;
	-webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
}

.both_alineacion_derecha a:hover {
	color:#364a7d !important;
	-webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
}

/****************GADGETS WEB*******************/

/*================BULLETS HERO SLIDER==============*/
.size_icon {
	font-size:30px;
}

/*================BOTON PARA SUBIR=================*/
a#top {
	width:38px;
	height:38px;
	line-height:0px;
	border-radius:100%;
    border: 3px solid rgba(221, 197, 114, 0.8);
    color:rgba(255, 255, 255, 0.8);
	background-color:rgba(186, 153, 68, 0.9);
    display: none;
    font-size: 20px;
    font-weight: 400;
    position:fixed;
    right: 55px;
	bottom:10px;
    z-index:1000;
	padding:6px;
	text-decoration:none;
	text-align:center;
}

a#top:hover {
	color: rgba(255, 255, 255, 1);
	-webkit-transition: color 0.4s ease-in-out;
   -moz-transition: color 0.4s ease-in-out;
   -o-transition: color 0.4s ease-in-out;
   -ms-transition: color 0.4s ease-in-out;
   transition: color 0.4s ease-in-out;
}

.flecha-up {
    width:0px;
    height:0px;
	margin-top:6px;
	margin-left:2px;
    border-left:8px solid transparent; /* izquierda flecha */
    border-right:8px solid transparent; /* derecha flecha */
    border-bottom:8px solid #FFF; /* base flecha y color*/
    font-size:0px;
    line-height:0px;
 }

 .flecha-up:hover {
    width:0px;
    height:0px;
	margin-top:6px;
	margin-left:2px;
    border-left:8px solid transparent; /* izquierda flecha */
    border-right:8px solid transparent; /* derecha flecha */
    border-bottom:8px solid #333; /* base flecha y color*/
    font-size:0px;
    line-height:0px;
 }

/*************************FORMULARIO BUSCADOR HEADER**************/
textarea {
	width:100% !important;
}

/********************** Blockquotes *************************/
blockquote {
	margin: 0;
	padding: 0.625rem 0rem;
	border-left: 0px solid #dddddd;
}

blockquote cite {
	display: block;
	color: #555555;
}

blockquote cite:before {
  content: "\2014 \0020";
}

a#enlace_plugins_fb {
	text-decoration:none;
  	color: #ba9944 !important;
}

a:hover#enlace_plugins_fb {
	color: #666565 !important;
	-webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

blockquote cite a:visited {
  color: #555555;
}

blockquote,
blockquote p {
	line-height: 1.6;
	color: #6f6f6f;
}

#enlace_tw {
	margin-top:0.1875rem;
}

/***************ESTADO DE LA BARRA DE LAS PREGUNTAS FRECUENTES****************/
.accordion {
	margin-bottom:1.75rem;
}

dl {
	font-size:0.9375rem;
}

/*=======Esta linea sirve para cambiar el color de fondo y color del texto de la barra activa de las preguntas=======*/
.accordion .accordion-navigation.active > a, .accordion dd.active > a {
    background-color:#C19538;
	color:#FFF;
	border-top-left-radius:0.375rem;
	border-top-right-radius:0.375rem;
}

/*=======Esta linea sirve para darle color, margen de la barra donde esta le pregunta=======*/
.accordion .accordion-navigation, .accordion dd {
    background-color: rgba(61, 61, 61, 0.7);
    display: block;
    margin-bottom: 0.625rem !important;
	border-radius:0.375rem;
}

/*=======Esta linea sirve para darle estilos donde esta le pregunta cuando se hace el hover=======*/
.accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
	background-color:rgba(91, 91, 91, 0.7);
	border-radius:0.375rem;
}

/*=======Esta linea sirve para darle estilos al titulo de la pregunta en reposo=======*/
.accordion .accordion-navigation > a, .accordion dd > a {
	  color: #FFF;
	  padding: 1rem;
	  display: block;
}

/*=======Esta linea sirve para darle estilos al cajón del contenido activo=======*/
.accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
	display: block;
	background: white;
	border-bottom-left-radius:0.3125rem;
	border-bottom-right-radius:0.3125rem;
	border-left:0.0625rem solid #dedede;
	border-bottom:0.0625rem solid #dedede;
	border-right:0.0625rem solid #dedede;
}
/*=======Esta linea sirve para darle estilos al cajón del contenido activo=======*/
.content.active a {
	text-decoration:none;
	color:#d5b452;
	-webkit-transition: color 0.4s ease-in-out;
   -moz-transition: color 0.4s ease-in-out;
   -o-transition: color 0.4s ease-in-out;
   -ms-transition: color 0.4s ease-in-out;
   transition: color 0.4s ease-in-out;
}

.content.active a:hover {
	color:#b59441;
	text-shadow:1px 1px 1px #ccc;
	-webkit-transition: color 0.4s ease-in-out;
   -moz-transition: color 0.4s ease-in-out;
   -o-transition: color 0.4s ease-in-out;
   -ms-transition: color 0.4s ease-in-out;
   transition: color 0.4s ease-in-out;
}

#size_plus {
	font-size:0.78rem;
}

/***********************PAGINACION*********************************/
.wqueryPager {
	margin-bottom:1.25rem;
}

a.wqueryPagerCurrent {
	text-decoration:none;
	color:#EB5416;
	-webkit-transition: color 0.4s ease-in-out;
   -moz-transition: color 0.4s ease-in-out;
   -o-transition: color 0.4s ease-in-out;
   -ms-transition: color 0.4s ease-in-out;
   transition: color 0.4s ease-in-out;
}

a:hover.wqueryPagerCurrent {
	color:#000;
	-webkit-transition: color 0.4s ease-in-out;
   -moz-transition: color 0.4s ease-in-out;
   -o-transition: color 0.4s ease-in-out;
   -ms-transition: color 0.4s ease-in-out;
   transition: color 0.4s ease-in-out;
}

a.wqueryPagerPage {
	text-decoration:none;
	color:#EB5416;
	-webkit-transition: color 0.4s ease-in-out;
   -moz-transition: color 0.4s ease-in-out;
   -o-transition: color 0.4s ease-in-out;
   -ms-transition: color 0.4s ease-in-out;
   transition: color 0.4s ease-in-out;
}

a:hover.wqueryPagerPage {
	color:#000;
	-webkit-transition: color 0.4s ease-in-out;
   -moz-transition: color 0.4s ease-in-out;
   -o-transition: color 0.4s ease-in-out;
   -ms-transition: color 0.4s ease-in-out;
   transition: color 0.4s ease-in-out;
}

a.wqueryPagerNext {
	text-decoration:none;
	color:#EB5416;
	-webkit-transition: color 0.4s ease-in-out;
   -moz-transition: color 0.4s ease-in-out;
   -o-transition: color 0.4s ease-in-out;
   -ms-transition: color 0.4s ease-in-out;
   transition: color 0.4s ease-in-out;
}

a:hover.wqueryPagerNext {
	color:#000;
	-webkit-transition: color 0.4s ease-in-out;
   -moz-transition: color 0.4s ease-in-out;
   -o-transition: color 0.4s ease-in-out;
   -ms-transition: color 0.4s ease-in-out;
   transition: color 0.4s ease-in-out;
}

a.wqueryPagerPrev {
	text-decoration:none;
	color:#EB5416;
	-webkit-transition: color 0.4s ease-in-out;
   -moz-transition: color 0.4s ease-in-out;
   -o-transition: color 0.4s ease-in-out;
   -ms-transition: color 0.4s ease-in-out;
   transition: color 0.4s ease-in-out;
}

a:hover.wqueryPagerPrev {
	color:#000;
	-webkit-transition: color 0.4s ease-in-out;
   -moz-transition: color 0.4s ease-in-out;
   -o-transition: color 0.4s ease-in-out;
   -ms-transition: color 0.4s ease-in-out;
   transition: color 0.4s ease-in-out;
}

/**=======================INICIO MEDIA QUERY AD============================**/

/* small displays */
@media only screen {

	/**********BOTON WHATSAPP**********/
	.ws-escritorio {
		display: none;
	}

	.ws-moviles {
		display: block;
	}

	/**** BOTOÓN FLOTANTE GALERIA ***/
	#boton_galeria {
		display: none;
	}

	/***********REDES SOCIALES***********/
	#rsociales {
		position:fixed;
		top:43%;
		right:0rem;
		z-index:100;
		display:none;
		width:100px;
	}

	/*********************FONDO HORIZONTAL HEADER LOGO TELÉFONOS Y CERTIFICADOS***************/
	/*=============LOGO===================*/
	#logo_sitio img {
		width:100%;
		max-height:100%;
		max-width:23.75rem;
		min-width:none;
	}

	/****************CONTACTENOS NÚMEROS********************/
	.texto_ntelefonico {
		font-size:0.797rem;
		font-style:italic;
		color:#3c2c13;
		font-weight:600;
	}

	/****************CONTACTENOS NÚMEROS********************/
	#ntelefonicos {
		text-align:center;
		padding-bottom:0rem;
	}

	/****************FONOD HORIZONTAL MENU*****************/
	/*=================BARRA MENU==================*/
	#barra_menu {
		margin-top:0.625rem !important;
		margin-bottom:0.625rem !important;
	}

	#barra_menu h2 {
		display:none !important;
	}

	/*************FONDO HORIZONTAL SERVICIOS HOME*********/
	ul.lista_servicios_home li p {
		text-align:center;
		font-size:1.063rem;
		background-color:#d6c080;
		padding:0.9375rem 0.625rem;
		height:auto;
	}

	/******************FONDO HORIZONTAL PARA THUMBS TIPS DE BELLEZA INTERNAS********************/
	.contenedor_noticias{
		text-align:left;
		height:auto;
		background-color:#F8F8F8;
		box-shadow: 4px 4px 3px -4px rgba(0,0,0,0.7);
		-moz-box-shadow: 4px 4px 3px -4px rgba(0,0,0,0.7);
		-ms-box-shadow: 4px 4px 3px -4px rgba(0,0,0,0.7);
		-o-box-shadow: 4px 4px 3px -4px rgba(0,0,0,0.7);
		-webkit-box-shadow: 4px 4px 3px -4px rgba(0,0,0,0.7);
	}

	table thead tr th,
	table tfoot tr th,
	table tfoot tr td,
	table tbody tr th,
	table tbody tr td,
	table tr td {
	display:list-item !important;
	line-height: 1.125rem; }

	/*********CONTENIDOS IMAGENES**********/
	.contenido img {
		margin:10px 0px !important;
		width:100% !important;
		max-height:100%;
		max-width:100%;
	}

	/***************LOGO INFERIOR***************/
	#logo_inferior img {
		width:100% !important;
		max-height:100% !important;
		max-width:12.5rem !important;
	}

	/*========CONECTESE CONTENIDO===========*/
	#texto_conectese_creditos {
		padding-top:0.375rem;
	}

}

/* medium displays */
@media only screen and (min-width: 40.063em) {

	/**********BOTON WHATSAPP**********/
	.ws-escritorio {
		display: block;
	}

	.ws-moviles {
		display: none;
	}

	/**** BOTOÓN FLOTANTE GALERIA ***/
	#boton_galeria {
		display: block;
	}

	/***********REDES SOCIALES***********/
	#rsociales {
		position:fixed;
		top:43%;
		right:0rem;
		z-index:100;
		display:block;
		width:100px;
	}

	/*********************FONDO HORIZONTAL HEADER***************/
	/*=============LOGO===================*/
	#logo_sitio {
		text-align:center;
	}

	#logo_sitio img {
		width:100%;
		max-width:100%;
		max-height:100%;
		min-width:18.75rem;
	}

	/****************CONTACTENOS NÚMEROS********************/
	.texto_ntelefonico {
		font-size:1rem;
		font-style:italic;
		color:#3c2c13;
		font-weight:600;
	}

	/****************CONTACTENOS NÚMEROS********************/
	#ntelefonicos {
		text-align:right;
		padding-bottom:0rem;
	}

	/****************FONOD HORIZONTAL MENU*****************/
	/*===============BARRA MENU============*/
	#barra_menu {
		margin-top:0rem !important;
		margin-bottom:0rem !important;
	}

	#barra_menu h2 {
		display:none !important;
	}

	/*************FONDO HORIZONTAL SERVICIOS HOME*********/
	ul.lista_servicios_home li p {
		text-align:center;
		font-size:1.063rem;
		background-color:#d6c080;
		padding:0.9375rem 0.625rem;
		height:8.125rem;
	}

	/******************FONDO HORIZONTAL PARA THUMBS TIPS DE BELLEZA INTERNAS********************/
	.contenedor_noticias{
		text-align:left;
		height:580px;
		background-color:#F8F8F8;
		box-shadow: 4px 4px 3px -4px rgba(0,0,0,0.7);
		-moz-box-shadow: 4px 4px 3px -4px rgba(0,0,0,0.7);
		-ms-box-shadow: 4px 4px 3px -4px rgba(0,0,0,0.7);
		-o-box-shadow: 4px 4px 3px -4px rgba(0,0,0,0.7);
		-webkit-box-shadow: 4px 4px 3px -4px rgba(0,0,0,0.7);
	}

	table thead tr th,
	table tfoot tr th,
	table tfoot tr td,
	table tbody tr th,
	table tbody tr td,
	table tr td {
	display:inline-table !important;
	line-height: 1.125rem; }

	/*********CONTENIDOS IMAGENES**********/
	.contenido img {
		margin:10px 0px !important;
		max-height:100%;
		max-width:100%;
	}

	/***************LOGO INFERIOR***************/
	#logo_inferior img {
		width:100% !important;
		max-height:100% !important;
		max-width:100% !important;
	}

	/*========CONECTESE CONTENIDO===========*/
	#texto_conectese_creditos {
		padding-top:0rem;
	}

}

/* large displays */
@media only screen and (min-width: 64.063em) {

	/**********BOTON WHATSAPP**********/
	.ws-escritorio {
		display: block;
	}

	.ws-moviles {
		display: none;
	}

	/**** BOTOÓN FLOTANTE GALERIA ***/
	#boton_galeria {
		display: block;
	}

	/***********REDES SOCIALES***********/
	#rsociales {
		position:fixed;
		top:43%;
		right:0rem;
		z-index:100;
		display:block;
		width:100px;
	}

	/*********************FONDO HORIZONTAL HEADER***************/
	/*=============LOGO===================*/
	#logo_sitio {
		text-align:center;
	}

	#logo_sitio img {
		width:100%;
		max-width:100%;
		max-height:100%;
		min-width:none;
	}

	/****************CONTACTENOS NÚMEROS********************/
	.texto_ntelefonico {
		font-size:1.25rem;
		font-style:italic;
		color:#3c2c13;
		font-weight:600;
	}

	/****************CONTACTENOS NÚMEROS********************/
	#ntelefonicos {
		text-align:right;
		padding-bottom:0rem;
	}

	/*===============BARRA MENU============*/
	#barra_menu {
		margin-top:0rem !important;
		margin-bottom:0rem !important;
	}

	/*************FONDO HORIZONTAL SERVICIOS HOME*********/
	ul.lista_servicios_home li p {
		text-align:center;
		font-size:1.063rem;
		background-color:#d6c080;
		padding:0.9375rem 0.625rem;
		height:8.438rem;
	}

	/******************FONDO HORIZONTAL PARA THUMBS TIPS DE BELLEZA INTERNAS********************/
	.contenedor_noticias{
		text-align:left;
		height:580px;
		background-color:#F8F8F8;
		box-shadow: 4px 4px 3px -4px rgba(0,0,0,0.7);
		-moz-box-shadow: 4px 4px 3px -4px rgba(0,0,0,0.7);
		-ms-box-shadow: 4px 4px 3px -4px rgba(0,0,0,0.7);
		-o-box-shadow: 4px 4px 3px -4px rgba(0,0,0,0.7);
		-webkit-box-shadow: 4px 4px 3px -4px rgba(0,0,0,0.7);
	}

	table thead tr th,
	table tfoot tr th,
	table tfoot tr td,
	table tbody tr th,
	table tbody tr td,
	table tr td {
	display:table-cell !important;
	line-height: 1.125rem; }

	/**************BARRA DERECHA PUBLICIDAD***********/
	#barra_derecha img {
		width:100%;
		max-height:100%;
		max-width:100%;
		margin-bottom:0.625rem;
	}

	/*********CONTENIDOS IMAGENES**********/
	.contenido img {
		margin:10px 10px 10px 0px !important;
		max-height:100% !important;
		max-width:100% !important;
	}

	/***************LOGO INFERIOR***************/
	#logo_inferior img {
		width:100% !important;
		max-height:100% !important;
		max-width:100% !important;
	}

	/*========CONECTESE CONTENIDO===========*/
	#texto_conectese_creditos {
		padding-top:2.188rem;
	}

}

/**=======================FIN MEDIA QUERY AD============================**/
