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


/**********ESTILOS ENCABEZADOS********/
	h1,h2,h3,h4,h5,h6 {
		font-family: 'Economica', sans-serif;
		font-weight: 700;
	}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 1.25rem; text-align:left; margin:0.625rem 0px 0.625rem 0px; color:#515151;} /**SUBTITULOS INTERNAS**/
	h2 { font-size: 1.375rem; padding:0rem 0rem 0.625rem 0rem; margin:0rem 0rem 1.25rem 0rem; text-align:left; color:#515151; text-transform:none; /*background:url(../img/fondo_horizontal_titulos.png) left bottom no-repeat;*/ } /**TITULOS PPALS INTERNAS***/
	h3 { font-size: 1.25rem; text-align:left; margin:0rem 0rem 0.625rem 0rem; text-transform:uppercase; } /**TITULOS DIRECTORIO**/
	h4 { font-size: 0.9375rem; color:#000; padding:0rem 0rem 0rem 0rem; margin:0px 0px 0rem 0px; text-align:center; text-transform:uppercase;} /**TITULOS SERVICIOS HOME**/
	h5 { font-size: 1.063rem; padding:0rem 0rem 0.625rem 0rem; margin:0px 0px 0.625rem 0px; text-align:center; text-transform:uppercase;} /**TITULOS VIDEOS HOME**/
	h6 { font-size: 1.375rem; padding:0.625rem 0rem 0.625rem 0rem; margin:0rem 0rem 0.625rem 0rem; text-align:center; text-transform:uppercase; color:#515151; background: url(../img/fondo_horizontal_titulos.png) bottom center no-repeat #FEFEFE;} /**TITULOS SECCIONES CENTRO HOME***/


/*==============ESTILOS AD DEL SITIO WEB=================*/

/***************LINEA TITULOS INTERNAS Y HOME********************/
.fondo-linea-titint {
	width: 20%;
	height: 2px;
	background: rgba(255,255,255,1);
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 4%, rgba(197,64,149,1) 36%, rgba(197,64,149,1) 68%, rgba(255,255,255,1) 96%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 4%, rgba(2197,64,149,1) 36%, rgba(197,64,149,1) 68%, rgba(255,255,255,1) 96%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 4%, rgba(197,64,149,1) 36%, rgba(197,64,149,1) 68%, rgba(255,255,255,1) 96%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
	margin: 0.45rem 0rem 0rem 0rem;
}

.fondo-linea-titint-home {
	width: 20%;
	height: 2px;
	background: rgba(255,255,255,1);
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 4%, rgba(197,64,149,1) 36%, rgba(197,64,149,1) 68%, rgba(255,255,255,1) 96%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 4%, rgba(2197,64,149,1) 36%, rgba(197,64,149,1) 68%, rgba(255,255,255,1) 96%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 4%, rgba(197,64,149,1) 36%, rgba(197,64,149,1) 68%, rgba(255,255,255,1) 96%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
	margin: 0.45rem auto 0rem auto;
}

/***************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;
}

/****************WHATSAPP*********************/
.whatsapp {
	position:fixed;
	top:18.4rem;
	right:0rem;
	z-index:100;
	padding:0.3125rem 0.3125rem 0.3125rem 0rem;
	display:inline-block;
}

.boton_align_ws {
	text-align:left;
}

.boton_align_ws img {
	margin-right: 0.75rem;
}

.boton_align_ws a {
	text-decoration:none;
	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;
}

.boton_align_ws a:hover {
	text-decoration:none;
	color:#F1F1F1;
	-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;
}

/*===WHATSAPP ESCRITORIO Y MOVILES=====*/
.boton_ws_escritorio {
	display: block;
	width:150px;
	position:absolute;
	top:0rem;
	right:-5.58rem;
	background-color:#c54095;
	-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_ws_escritorio: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;
}

.boton_ws_movil {
	display: none;
	width:150px;
	position:absolute;
	top:0rem;
	right:-5.58rem;
	background-color:#c54095;
	-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_ws_movil: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;
}

/*****************FACEBOOK MESSAGES********************/
.fondo_horizontal_plugins_fbmsg {
	background-color: transparent;
	padding:1.25rem 0rem;
}

.facebook-messages {
	position:fixed;
	top:14.5rem;
	right:0rem;
	z-index:100;
	padding:0.3125rem 0.3125rem 0.3125rem 0rem;
	display:inline-block;
}

.boton_align_msg {
	text-align:left;
}

.boton_align_msg img {
	margin-right: 0.75rem;
}

.boton_align_msg a {
	text-decoration:none;
	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;
}

.boton_align_msg a:hover {
	text-decoration:none;
	color:#F1F1F1;
	-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;
}

/*===FACEBOOK MESSENGER=====*/
.boton_facebook_msg {
	width:170px;
	position:absolute;
	top:0rem;
	right:-6.8rem;
	background-color:#c54095;
	-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_msg: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;
}

/*****************REDES SOCIALES FIJAS******************/
#rsociales {
	position:fixed;
	top:22%;
	left:0rem;
	z-index:100;
	padding:0.3125rem 0.3125rem 0.3125rem 0rem;
	display:inline-block;
	display:block;
}

.boton_align {
	text-align:right;
}

.boton_align a {
	text-decoration:none;
	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;
}

.boton_align a:hover {
	text-decoration:none;
	color:#F1F1F1;
	-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;
}

/*===FACEBOOK=====*/
.boton_facebook {
	width:180px;
	position:absolute;
	top:0rem;
	left:-7.5rem;
	background-color:#c54095;
	-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 {
	left: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;
}

/*===TWITTER=====*/
.boton_twitter {
	width:180px;
	position:absolute;
	top:3.9rem;
	left:-7.5rem;
	background-color:#c54095;
	-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_twitter:hover {
	left: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;
}

/*===YOUTUBE=====*/
.boton_youtube {
	width:180px;
	position:absolute;
	top:7.75rem;
	left:-7.5rem;
	background-color:#c54095;
	-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_youtube:hover {
	left: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;
}

/*===MOBILIARIO=====*/
.boton_mobiliario {
	width:180px;
	position:absolute;
	top:11.6rem;
	left:-7.5rem;
	background-color:#c54095;
	-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_mobiliario:hover {
	left: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;
}

/*===CARPAS=====*/
.boton_carpas {
	width:180px;
	position:absolute;
	top:15.48rem;
	left:-7.5rem;
	background-color:#c54095;
	-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_carpas:hover {
	left: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;
}

/*===STANDS=====*/
.boton_stands {
	width:180px;
	position:absolute;
	top:19.38rem;
	left:-7.5rem;
	background-color:#c54095;
	-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_stands:hover {
	left: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;
}

/*===SONIDO=====*/
.boton_sonido {
	width:180px;
	position:absolute;
	top:23.28rem;
	left:-7.5rem;
	background-color:#c54095;
	-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_sonido:hover {
	left: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;
}

/*===VIDEO=====*/
.boton_video {
	width:180px;
	position:absolute;
	top:27.15rem;
	left:-7.5rem;
	background-color:#c54095;
	-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_video:hover {
	left: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.55rem 0rem;
	border-top:1.25rem solid #3D3D3D;
	background-color:#262626;
}

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

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

#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;
}

/*===============NAVEGACION===================*/
#navegacion {
	text-align:right;
}

#navegacion img {
	opacity:1;
	-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;
}

#navegacion 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;
}

/*================CORREOS=====================*/
#correos {
	text-align:right;
	font-size:1.063rem;
}

#correos a {
	color:#cdcdc3 ;
}

#correos a:hover {
	color:#c54095 ;
}


.size_icono {
	font-size:1.25rem;
	color:#df1bb4;
}

/*================TELÉFONOS Y CELULAR=====================*/
#telefonos {
	color:#cdcdc3;
	text-align:right;
	font-size:1.25rem;
}

.size_icono_telefono_movil {
	font-size:1.25rem;
	color:#df1bb4;
}

/****************BARRA MENU*******************/
#fondo_horizontal_menu {
	background-color:#c54095;
}

#barra_menu {
	text-align:left;
	margin-top:0rem;
	margin-bottom:0rem;
}

#barra_menu h2 {
	display:none;
}

/******************FONDO CONTENEDOR CABEZOTE**************/
#fondo_horizontal_cabezote {
	background-color:transparent;
}

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

/******************FONDO CONTENEDOR SERVICIOS INTERNO**************/
#fondo_horizontal_cabezote_int{
	padding-bottom:0.9375rem;
	background:url(../img/fondo_horizontal_servicios.jpg) left top repeat;
	border-bottom:0.0625rem solid #BBBBBB;
}

/********************FONDO HORIZONTAL SERVICIOS HOME*****************/
#fondo_horizontal_servicios {
	padding:0.625rem 0rem 0.9375rem 0rem;
	background:url(../img/fondo_horizontal_servicios.jpg) left top repeat;
	border-bottom:0.0625rem solid #BBBBBB;
}

ul#lista_servicios {
	padding:0rem;
	margin:0rem;
}

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

ul#lista_servicios li a h4 {
	text-decoration:none;
	color:#010101;
	-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 li a h4:hover {
	color:#EC5317;
	-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 li img {
	margin-bottom:0.625rem;
	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;
}

ul#lista_servicios li img:hover {
	opacity:0.75;
	-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 DE LA LISTA DE SERVICIOS============*/
ul[data-liffect="bounceIn"] li {
    opacity: 0;
    position: relative;
    -webkit-animation: bounceIn 600ms ease both;
    -webkit-animation-play-state: paused;
    -moz-animation: bounceIn 600ms ease both;
    -moz-animation-play-state: paused;
    -o-animation: bounceIn 600ms ease both;
    -o-animation-play-state: paused;
    animation: bounceIn 600ms ease both;
    animation-play-state: paused;
}

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

@-webkit-keyframes bounceIn {
    0% { opacity: 0; webkit-transform: scale(.3); }
    50% { webkit-transform: scale(1.05); }
    70% { webkit-transform: scale(.9); }
    100% { opacity: 1; webkit-transform: scale(1); }
}

@-moz-keyframes bounceIn {
    0% { opacity: 0; moz-transform: scale(.3); }
    50% { moz-transform: scale(1.05); }
    70% { moz-transform: scale(.9); }
    100% { opacity: 1; moz-transform: scale(1); }
}

@-o-keyframes bounceIn {
    0% { opacity: 0; o-transform: scale(.3); }
    50% { o-transform: scale(1.05); }
    70% { o-transform: scale(.9); }
    100% { opacity: 1; o-transform: scale(1); }
}

@keyframes bounceIn {
    0% { opacity: 0; transform: scale(.3); }
    50% { transform: scale(1.05); }
    70% { transform: scale(.9); }
    100% { opacity: 1; transform: scale(1); }
}

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



/**************ESPACIO CONTENEDOR CONTENIDOS***********/
#fondo_horizontal_contenidos {
	padding:1.25rem 0rem;
}

/**************BARRA DERECHA PUBLICIDAD****************/
#barra_derecha {
	padding-bottom:0.9375rem;
	text-align:center;
}

#barra_derecha img {
	margin-bottom:0.625rem;
}

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

#resumen_seccion {
	text-align:justify;
}

#contenedor_contenido {
	padding-bottom:1.875rem;
	border-right:0.0625rem solid #B2B2B2;
}

#contenedor_contenido_pauta {
	padding-bottom:1.875rem;
}

#contenedor_contenido_centro {
	padding-top:6.875rem;
	padding-bottom:6.875rem;
	color:#FFF;
}

#contenedor_contenido_centro h2 {
	color:#FFF;
}

/***********CONTENIDO IZQUIERDO - DERECHO******/
.contenido_izquierdo_derecho {
	margin-top:1.25rem;
}

/**************CONTENEDORES IZQUIERDO DERECHO CONTACTENOS*******/
#contenedor_contenido_derecha {
	padding-left:0.9375rem;
	padding-right:1.875rem;
}

#contenedor_contenido_izquierda {
	padding-left:1.875rem;
	padding-right:0.9375rem;
	padding-top:1.25rem;
}

/**************CONTENIDOS INTERNOS***************/
.contenido {
	width:auto;
	overflow:hidden;
	padding-left:0px;
	padding-right:0px;
	text-align:justify;
	padding-bottom:1.25rem;
}

.contenido h2 {
	color:#000;
}

.contenido span {
	text-align:justify;
	color:#134196;
	font-size:16px;
}

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

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

.contenido a:hover {
	color:#333;
	-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;
}

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

.contenido ul {
	list-style:disc;
	font-size:1rem;
	margin-left:1.25rem;
}

.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 ol {
	list-style:decimal;
	font-size:1rem;
	margin-left:1.25rem;
}

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

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

.contenido ol 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:0px !important;
}

#imagen_contenido_ampliado {
	text-align:center;
}

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

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

/******************FONDO HORIZONTAL PARA THUMBS ULTIMOS EVENTOS HOME********************/
#fondo_horizontal_eventos_novedades_video {
	padding:0rem 0rem 0rem 0rem;
}

#fondo_horizontal_eventos_novedades_video h1{

 font-size: 1.25rem; text-align:center; margin:1rem 0px 1rem 0px; color:#515151; background:url(../img/fondo_horizontal_titulos.png) center bottom no-repeat

}


#fondo_horizontal_eventos_novedades_video h2{
	font-size: 1.375rem; padding:0rem 0rem 0.625rem 0rem; margin:1rem 0rem 1rem 0rem; text-align:center; color:#515151; text-transform:none;
}




.separador_derecho {
	border-right:0.0625rem solid #BBBBBB;
}

/*==========ULTIMOS EVENTOS==========*/
ul#thumbs_lista_eventos_indice {
	padding:0rem;
	margin:0rem;
}

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

ul#thumbs_lista_eventos_indice li a {
	text-decoration:none;
	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_lista_eventos_indice li a:hover {
	color:#a02981;
	-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_eventos_indice li img {
	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;
}

ul#thumbs_lista_eventos_indice 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;
}

.titulo_eventos_indice {
	text-align:center;
	font-size:0.9375rem;
	margin-top:0.625rem;
}

/*===========POR QUE ELEGIRNOS===============*/
#fondo_horizontal_pqelegirnos {
	padding-bottom:0.625rem;
}

.texto_pqelegrinos {
	text-align:justify;
	line-height:1.35;
}

.texto_pqelegrinos a {
	text-decoration:none;
	color:#515151;
	-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;
}

.texto_pqelegrinos a:hover {
	color:#a02981;
	-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;
}


/*===========NOVEDADES===============*/
#fondo_horizontal_novedades {
	padding-bottom:0.625rem;
}

ul#lista_novedades_home {
	padding:0rem;
	margin:0rem;
	font-size:0.8125rem;
}

ul#lista_novedades_home li {
	text-align:justify;
	padding:0.4rem 0.5rem;
	margin-bottom:0.3125rem;
}

ul#lista_novedades_home li h3 {
	font-size:1rem;
	margin-bottom:0rem;
	text-transform:none;
}

ul#lista_novedades_home li a {
	text-decoration:none;
	color:#bdc1c2;
}

.boton_all_novedades {
	width:100%;
	padding:0.5rem;
	text-align:center;
	color:#FFF;
	font-size:0.75rem;
	font-weight:600;
	text-transform:uppercase;
}

/*============ANIMACIÓN LISTA NOVEDADES==============*/
ul[data-liffect="slideLeft"] li {
    opacity: 0;
    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; }
}

/*========VIDEO===========*/
button, .button {
	border-style: solid;
	border-width: 0rem;
	cursor: pointer;
	/*font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;*/
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	position: relative;
	text-decoration: none;
	text-align: center;
	-webkit-appearance: none;
	webkit-border-radius: 0.1875rem;
	border-radius:0.1875rem;
	display: inline-block;
	padding-top: 1rem;
	padding-right: 2rem;
	padding-bottom: 1.0625rem;
	padding-left: 2rem;
	background-color:#a02981;
	border-color: #CCCCCC;
	color: white;
	transition: background-color 300ms ease-out;
}

button:hover, button:focus, .button:hover, .button:focus {
	background-color:#3D3D3D;
}

button:hover, button:focus, .button:hover, .button:focus {
	color: white;
}

button.small, .button.small {
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.75rem;
    font-size: 1.125rem;
}

.button a {
	text-decoration:none;
	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;
}

.button a:hover {
	color:#F1F1F1;
	-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;
}

/****************LISTA DE CONTENIDOS INDICE*****************/
ul#thumbs_lista_indice {
	padding:0rem 0rem 0.625rem 0rem;
}

ul#thumbs_lista_indice li {
	padding:0.625rem;
	text-align:center;
	margin-bottom:0.9375rem;
	border-bottom:0.0625rem dashed #df1bb4;
	font-size:1.063rem;
}

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

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

ul#thumbs_lista_indice li img {
	width:100%;
	max-height:100%;
	max-width:100%;
	margin-bottom:0.625rem;
}

ul#thumbs_lista_indice 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_indice li .titulo_noticias_home {
	text-align:left;
	margin-bottom:0.625rem;
	color:#515051;
	font-weight:700;
	font-size:1.25rem;
}

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

/*=================ANIMACION LISTA CONTENIDOS INDICES====================*/
ul[data-liffect="bounceInUp"] li {
    opacity: 1;
    position: relative;
    -webkit-animation: bounceInUp 600ms ease both;
    -webkit-animation-play-state: paused;
    -moz-animation: bounceInUp 600ms ease both;
    -moz-animation-play-state: paused;
    -o-animation: bounceInUp 600ms ease both;
    -o-animation-play-state: paused;
    animation: bounceInUp 600ms ease both;
    animation-play-state: paused;
}

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

@-webkit-keyframes bounceInUp {
    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 bounceInUp {
    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 bounceInUp {
    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 bounceInUp {
    0% { opacity: 0; transform: translateY(2000px); }
    60% { transform: translateY(-30px); }
    80% { transform: translateY(10px); }
    100% { opacity: 1; transform: translateY(0); }
}

/*****************LISTA CATÁLOGO PRODUCTOS INTERNA********************/
ul#lista_catalogo_producto {
	padding:0rem;
	margin:0rem;
}

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

ul#lista_catalogo_producto li a {
	text-decoration:none;
	color:#515151;
	-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_catalogo_producto li a:hover {
	color:#a02981;
	-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_catalogo_producto li img {
	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;
}

ul#lista_catalogo_producto 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;
}

.titulo_catalogo_productos {
	text-align:center;
	font-size:1.25rem;
	margin-bottom:0.625rem;
	margin-top:0.625rem;
	padding-bottom:0.5rem;
}

/*****************LISTA GALERIA INDICE Y VITRINA********************/
ul#lista_galeria_indice_vitrina {
	padding:0rem;
	margin:0rem;
}

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

ul#lista_galeria_indice_vitrina li a {
	text-decoration:none;
	color:#515151;
	-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_indice_vitrina li a:hover {
	color:#a02981;
	-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_indice_vitrina li img {
	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;
}

ul#lista_galeria_indice_vitrina 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;
}

.titulo_galeria_indice_vitrina {
	text-align:center;
	font-size:1rem;
	margin-bottom:0.625rem;
	margin-top:0.625rem;
	padding-bottom:0.5rem;
}

/*==================ANIMACION LISTA PARA LA GALERIA INDICE Y VITRINA=================*/
ul[data-liffect="flipInX"] li {
    opacity: 1;
    position: relative;
    -webkit-animation: flipInX 600ms ease both;
    -webkit-animation-play-state: paused;
    -webkit-backface-visibility: visible;
    -moz-animation: flipInX 600ms ease both;
    -moz-animation-play-state: paused;
    -moz-backface-visibility: visible;
    -o-animation: flipInX 600ms ease both;
    -o-animation-play-state: paused;
    -o-backface-visibility: visible;
    animation: flipInX 600ms ease both;
    animation-play-state: paused;
    backface-visibility: visible;
}

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

@-webkit-keyframes flipInX {
    0% { opacity: 0; webkit-transform: perspective(400px) rotateX(85deg); }
    40% { webkit-transform: perspective(400px) rotateX(-20deg); }
    70% { webkit-transform: perspective(400px) rotateX(15deg); }
    90% { webkit-transform: perspective(400px) rotateX(-5deg); }
    100% { opacity: 1; webkit-transform: perspective(400px) rotateX(0deg); }
}

@-moz-keyframes flipInX {
    0% { opacity: 0; moz-transform: perspective(400px) rotateX(85deg); }
    40% { moz-transform: perspective(400px) rotateX(-20deg); }
    70% { moz-transform: perspective(400px) rotateX(15deg); }
    90% { moz-transform: perspective(400px) rotateX(-5deg); }
    100% { opacity: 1; moz-transform: perspective(400px) rotateX(0deg); }
}

@-o-keyframes flipInX {
    0% { opacity: 0; o-transform: perspective(400px) rotateX(85deg); }
    40% { o-transform: perspective(400px) rotateX(-20deg); }
    70% { o-transform: perspective(400px) rotateX(15deg); }
    90% { o-transform: perspective(400px) rotateX(-5deg); }
    100% { opacity: 1; o-transform: perspective(400px) rotateX(0deg); }
}

@keyframes flipInX {
    0% { opacity: 0; transform: perspective(400px) rotateX(85deg); }
    40% { transform: perspective(400px) rotateX(-20deg); }
    70% { transform: perspective(400px) rotateX(15deg); }
    90% { transform: perspective(400px) rotateX(-5deg); }
    100% { opacity: 1; transform: perspective(400px) rotateX(0deg); }
}


/********************SLIDER PAUTAS**************************/
#fondo_horizontal_pautas {
	margin-bottom:2.5rem;
}

/********************MENU CREDITOS*********************/
#menu_creditos {
	height:auto;
	padding-bottom:1.25rem;
	padding-top:1.25rem;
	background-color:#3E3E3E;
	border-bottom:0.125rem solid #BBBBBB;
}

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

.informacion h3 {
	color:#CDCDC3;
}

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

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

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

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

.thumbs_informacion_mcreditos a:hover {
	color:#df1bb4;
	-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 {
	background-color:#282828;
}

#creditos {
	padding-top:0.625rem;
	padding-bottom:0.625rem;
	text-align:justify;
	color:#CDCDC3;
	font-size:0.9375rem;
	font-weight:400;
	text-transform:none;
}

#creditos a{
	color:#df1bb4;
}

#creditos p {
	margin:0px;
}

#creditos a:hover{
	color:#FFF;
	-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 SITIO CRÉDITOS******************/
#logo_sitio_creditos {
	text-align:center;
}

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

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

.alineacion_derecha {
	width:100%;
	text-align:center;
	padding:0.5rem;
	background-color:#a02981;
	color:#FFFFFF !important;
	font-weight:600;
	text-transform:uppercase;
}

.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:#FFF !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*******************/
/***************BOTON PARA SUBIR**************/
a#top {
	width:38px;
	height:38px;
	line-height:0px;
	border-radius:100%;
	border: 3px solid rgba(63, 58, 58, 0.8);
	color:rgba(255, 255, 255, 0.8);
	background-color:rgba(197, 64, 149, 0.8);
	display: none;
	font-size: 20px;
	font-weight: 400;
	position:fixed;
	left: 30px;
	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 #ccc; /* base flecha y color*/
	font-size:0px;
	line-height:0px;
 }

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

dl {
	font-size:1.063rem;
}

/*=======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: #c54095;
	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:#a02981;
	-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:#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;
}

#size_plus {
	font-size:0.78rem;
}

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

a.wqueryPagerCurrent {
	text-decoration:none;
	color:#c54095;
	-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:#c54095;
	-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:#c54095;
	-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:#c54095;
	-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;
}

/***********************MEDIA QUERYS - AD*************************/

/*small dispaly*/
@media only screen {

	/*===WHATSAPP ESCRITORIO Y MOVILES=====*/
	.boton_ws_escritorio {
		display: none;
	}

	.boton_ws_movil {
		display: block;
	}

	/*****************REDES SOCIALES FIJAS******************/
	#rsociales {
		position:fixed;
		top:22%;
		left:0rem;
		z-index:100;
		padding:0.3125rem 0.3125rem 0.3125rem 0rem;
		display:inline-block;
		display:none;
	}

	/*****************LOGO SITIO***********************/
	#logo_sitio img {
		width:100%;
		max-width:23.75rem !important;
		max-height:100%;
	}

	/*===============NAVEGACION===================*/
	#navegacion {
		text-align:center;
	}

	/*================CORREOS=====================*/
	#correos {
		text-align:center;
		font-size:1.063rem;
	}

	/*================TELÉFONOS Y CELULAR=====================*/
	#telefonos {
		text-align:center;
		font-size:1.25rem;
	}

	/******************BARRA MENU********************/
	#barra_menu {
		text-align:left;
		margin-top:0.625rem !important;
		margin-bottom:0.625rem !important;
	}

	#barra_menu h2 {
		display:none;
	}

	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;
		width:100%;
	}

	/*************NUESTROS CLIENTES CARRUSEL***********/
	#nuestros_clientes {
		height:auto;
	}

}

/*============================================================*/

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

	/*===WHATSAPP ESCRITORIO Y MOVILES=====*/
	.boton_ws_escritorio {
		display: block;
	}

	.boton_ws_movil {
		display: none;
	}

	/*****************REDES SOCIALES FIJAS******************/
	#rsociales {
		position:fixed;
		top:22%;
		left:0rem;
		z-index:100;
		padding:0.3125rem 0.3125rem 0.3125rem 0rem;
		display:inline-block;
		display:block;
	}

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

	/*===============NAVEGACION===================*/
	#navegacion {
		text-align:right;
	}

	/*================CORREOS=====================*/
	#correos {
		text-align:right;
		font-size:1.063rem;
	}

	/*================TELÉFONOS Y CELULAR=====================*/
	#telefonos {
		text-align:right;
		font-size:1.25rem;
	}

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

	#barra_menu h2 {
		display:none;
	}


	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;
		width:100%;
	}
}

/*============================================================*/

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

	/*===WHATSAPP ESCRITORIO Y MOVILES=====*/
	.boton_ws_escritorio {
		display: block;
	}

	.boton_ws_movil {
		display: none;
	}

	/*****************REDES SOCIALES FIJAS******************/
	#rsociales {
		position:fixed;
		top:22%;
		left:0rem;
		z-index:100;
		padding:0.3125rem 0.3125rem 0.3125rem 0rem;
		display:inline-block;
		display:block;
	}

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

	/*===============NAVEGACION===================*/
	#navegacion {
		text-align:right;
	}

	/*================CORREOS=====================*/
	#correos {
		text-align:right;
		font-size:1.063rem;
	}

	/*================TELÉFONOS Y CELULAR=====================*/
	#telefonos {
		text-align:right;
		font-size:1.25rem;
	}

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

	#barra_menu h2 {
		display:none;
	}


	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; }


	/*********CONTENIDOS IMAGENES**********/
	.contenido img {
		margin:10px 0px !important;
	}



}
