/*----------------------------------SLIDER INDEX--------------------------------------*/
slider {
	width:100%;
	max-width:1408px;
	margin: auto;
	display: table;
	background-color:#fff;
	/*border:#FF9900 4px dotted;*/
}

.callbacks_container {
	position: relative;
	float: left;
	width: 100%;
}

.callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
	margin:auto;
}

.callbacks li {
	position: absolute;
	left: 0;
	top: 0;
}

.callbacks .caption {
	font-weight:600;
	font-size:17px;
	color: #fff;
	letter-spacing:1px;
	display: block;
	position: absolute;
	z-index: 9999;
	border-radius:6px;
	background:rgba(76,88,108,.90);
	bottom:5px;
	padding: 6px 12px;
	margin: 0;
	left:15px;
	width: auto;
}

.callbacks .caption a {
	font-weight:600;
	font-size:17px;
	color: #A3CCFF;
	letter-spacing:1px;
	text-decoration:underline;
}

.callbacks .caption a:hover {
	color: #FFF3A3;
}

.callbacks_nav {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	height: 64px;
	width: 45px;
	background: transparent url(../../gifes/flechas.png) no-repeat left top;
	margin-top: -32px;
}

.callbacks_nav:active {
	opacity: 1.0;
}

.callbacks_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	left: 0;
	top: 0;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 1408px;
	border: 0;
}

/*---------------------------------------------------DRAWER-----------------------------------*/

drawer {
    display: flex;
    display: -webkit-flex;
    flex-flow: column;
    -webkit-flex-flow: column;
	width:31.833%;
	margin:0 .75% 21px;
	padding:16px 8px 16px 24px;
	border:#D3D3D3 thin solid;
	border-bottom-width:6px;
	background-color:#fff;
	-webkit-transition: all .3s;
	transition: all .3s;
}

drawer:hover {
	border:#bbb thin solid;
	border-bottom-width:6px;
	box-shadow: 0 0 24px #ccc;
	-webkit-transition: all .3s;
	transition: all .3s;
}

drawer .fa-check-square {
	font-size:20px;
	font-weight:500;
	margin-right:6px;
}

drawer .fa-check {
	font-size:12px;
	color:#4C586C;
	line-height:1;
	margin-right:4px;
}

drawer h3 a {
	font-size:18px;
	font-weight:700;
	color: #4C586C;
	text-align:center;
	line-height:2.4;
	text-transform:uppercase;
	letter-spacing:1px;
	display:block;
}

drawer h3 a:hover, .fa-check-square:hover {
	color: #2C87FF;
	-webkit-transition: all .3s;
	transition: all .3s;
}

drawer p {
	font-size:17px;
	color:#000;
	line-height:1.6;
	margin-bottom:8px;
}

drawer li {
	font-size:16px;
	line-height:1.35;
	margin-bottom:6px;
	margin-left:8px;
	list-style-image:url(../../gifes/ini-ulli.png);
}

drawer .precio {
	font-size:22px;
	font-weight: 500;
	color: #0081A7;
	text-align:center;
	padding: 8px 0;
	margin: 8px auto;
	margin-top: auto;
	background-color:#FDFCDC;
	width:100%;
}

drawer .peso {
	font-weight:400;
	font-size: 14px;
	color: #0081A7;
	vertical-align: super;
	padding-right:7px;
}

drawer .anual {
	font-weight:500;
	font-size: 14px;
	color: #009DBB;
	vertical-align: text-center;
	padding-left:7px;
}

drawer .vermas {
	padding-top:16px;
	margin-top: auto;
	-webkit-align-self: center;
	align-self: center;
}
	
drawer .vermas a {
	font-weight:700;
	font-size:14px;
	color: #666;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	line-height:1.7;
	letter-spacing:2px;
	width:100px;
	border-radius:8px;
	border: #999 thin solid;
	display: inline-block;
	-webkit-transition: all .2s;
	transition: all .2s;
}

drawer .vermas a:hover {
	color: #fff;
	border: #2C87FF thin solid;
	background-color:#2C87FF;
}

/*---------------------------------- CLASES ONLINE -------------*/

#online {
	width:100%;
	padding:7px;
	margin-bottom:21px;
	background-color:#ececec;
	border-bottom: #ddd thin solid;
	border-top: #ddd thin solid;
}

#online h2 {
	text-align:right;
	text-transform:uppercase;
	padding-right:21px;
	margin:21px auto;
}

#online b {
	font-weight:800;
	color:#A21625;
}

.online {
    display: flex;
    display: -webkit-flex;
    flex-flow: column;
    -webkit-flex-flow: column;
	border:#dfdfdf thin solid;
	background-color:#fff;
	width:19%;
	padding:7px;
	margin: 0 .5% 12px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.online:hover {
	box-shadow: 0 0 16px #999;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.online h5 {
	font-size:16px;
	font-weight:600;
}

.online h6 {
	font-size:14px;
	font-weight:500;
	line-height:2;
}

.online p {
	font-size:14px;
	margin-bottom:4px;
}

.online .vermas {
	margin-top: auto;
}

.online .vermas a {
	font-size:13px;
	font-weight: 600;
	color: #000;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	line-height:1.7;
	letter-spacing:1px;
	width:100px;
	border-radius:8px;
	border: #999 thin solid;
	display: inline-block;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.online .vermas a:hover {
	color: #fff;
	border: #2C87FF thin solid;
	background-color:#2C87FF;
}

/*---------------------------------------------------------------- INICIO -------------------*/

#participa {
	width:100%;
	text-align:center;
	letter-spacing:0;
	line-height:2;
}

#participa h2 {
	font-size:20px;
	font-weight: 500;
}

#participa h2 b {
	font-size:22px;
	font-weight: 700;
}


salto {
	height:18px;
	display:block;
}

.regresa a {
	font-size: 1.4em;
	color:#0A82E6;
	padding:6px;
	border: #D3D3D3 thin solid;
	text-align: center;
}

.regresa .fa-share-square:hover, .regresa a:hover {
	color: #99B000;
	border: #99B000 thin solid;
	background-color:#FAFBF2;
}

/*---------------------------------- INICIO de index -------------*/

#boxtube {
	width:100%;
	max-width:480px;
	margin:auto;
	margin-bottom:24px;
}

#boxtube h2 {
	font-weight:bold;
	color:#843A23;
	margin-bottom:8px;
}

#boxtube img {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	filter:sepia(100%);
	margin:auto;
	box-shadow: 0 20px 30px -20px #999;
	transition: all 1s;
}

#boxtube img:hover {
	filter:none;
}
/*--------------------------------------------------------------------OTROS INICIOS----------------*/

#boxcategoria {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
	justify-content:space-around;
	align-items: stretch;
	width:100%;
}

.boxcategoria {
	padding: 0;
	margin: 0 .5% 20px;
	width:32.333%;
	border:#c6c6c6 thin solid;
	border-top:none;
	border-bottom-width:4px;
	background-color:#fff;
}

.boxcategoria img {
	margin-bottom:-3px;
	width:100%;
	filter: contrast(96%) brightness(96%);
	transition: filter .3s;
}
.boxcategoria b {
	font-weight:600;
}

.boxcategoria p {
	font-size:15px;
	font-weight:400;
	color:#000;
	line-height:1.4;
	padding: 2px 6px;
}

.boxcategoria p b:hover, .boxcategoria p:hover, .boxcategoria img:hover {
	color:#2C87FF;
	filter: contrast(104%) brightness(104%);
	transition: filter .3s;

}

/*----------------------------------------------------------------------ETIQUETAS-----------------------*/

#etiqueta {
	width:98%;
	padding: 8px;
	border-bottom:#D3D3D3 thin solid;
	border:#D3D3D3 thin solid;
	border-bottom-width:6px;
	background-color:#f6f6f6;
	margin: 14px auto;
	display:block;
}

#etiqueta h3 {
	font-size:17px;
	color:#4C586C;
	margin: 5px;
	width:100%;
	display:block;
}

#etiqueta ul {
	margin-left:-2px;
}

#etiqueta li {
	float:left;/* para que quede horizontal no vertical*/
	list-style-image:none;
}

#etiqueta li a {
	font-size:14px;
	font-weight:500;
	color:#666;
	margin:2px 5px;
	display: block;
	word-spacing:-0.03rem;
}

#etiqueta a:hover  {
	color: #2C87FF;
}

.banbajo {
	color: white;
	text-align: center;
	position: fixed;
	width: 100%;
	height:75px;
	max-width:1100px;
	bottom:-75px;
	left:50%;
	transform: translateX(-50%) translateY(-100%);
}


@media all and (max-width: 800px) {

#boxgeneral .boxgeneral, #boxcategoria > .boxcategoria {
	margin: 0 1% 12px;
}

#boxgeneral > .boxgeneral, #boxcategoria > .boxcategoria {width: 48%;}

}

@media all and (max-width: 680px) {

.callbacks .caption {
	font-weight:500;
	font-size:1.1rem;
	bottom: 5px;
	width: auto;
}


#online {
	padding: 0;
}

/*---------------------------------- INICIO de index -------------*/

.boxini {
	font-size:.9rem;
	width:80%;
	padding: 7px;
	margin:14px auto;
	-webkit-transition: all .4s;
	transition: all .4s;
	box-shadow: 0px 0px 14px #e6e6e6;
}

.boxini > p {
	margin-bottom:2px;
}

etiqueta li a {
	padding: 5px 3px;
}

}

@media all and (max-width: 480px) {
h1 {
	font-weight:400;
	margin:10px auto 0;
}

.sacar {
	display:none;
}

/*---------------------------------- SLIDER -------------*/
slider {
	width:100%;
	margin-top:5px;
	margin-bottom:0;
}

.callbacks_nav {
	top: 50%;
	background: transparent url(../../gifes/flechas2.png) no-repeat left top;
}

.callbacks .caption {
	font-size:12px;
	font-weight:500;
	letter-spacing:0;
	bottom:4px;
	padding: 3px 6px;
	margin-left:4px;
}

.callbacks .caption a {
	font-size:12px;
	font-weight:500;
	letter-spacing:0;
}
/*---------------------------------------------------DRAWER-----------------------------------*/

drawer {
	font-size:14px;
	margin: 0 auto 12px;
	box-shadow: 0 0 7px #eee;
	width:94%;
	margin:0 3% 8px;
	padding:6px;
}

drawer li {
	line-height:1.3;
	margin-left:12px;
	margin-bottom:8px;
}

drawer h3 a {
	font-size:18px;
}

drawer .vermas {
	padding-top:1px;
}
	
drawer .vermas a {
	font-size:14px;
	line-height:1.8;
	letter-spacing:1px;
}

/*---------------------------------- BOXINI INICIO -------------*/

#boxini {
	background-color:#4C586C;
	padding-top:4px;
	padding-bottom:21px;
}

.boxini h3 a, .boxbajo h3 a {
	line-height:1.7;
}

.boxini, .boxbajo {
	width:97%;
	padding-bottom:5px;
	margin:0 1.5% 7px;
}

.boxini p, .boxbajo p {
	font-size:.9rem;
	line-height:1.6;
	margin-bottom:4px;
}

.boxini p, .boxbajo p {
	line-height:1.4;
}

/*---------------------------------- CLASES ONLINE -------------*/

#online h2 {
	font-size:1rem;
	text-align: center;
	line-height:1;
	padding-right:0;
	padding-bottom:0;
	margin-top:14px;
	margin-bottom:0;
	background-color:#f6f6f6;
}

#online .col-4 {
	padding:0;
	margin:0;
	text-align:center;
	background-color:#
}

.online {
	text-align:left;
	width:49.2%;
	padding-bottom:5px;
	margin:0 .4% 4px;
}

.online h5 {
	font-size:1rem;
}

.online h6 {
	font-size:.9rem;
}


.online p {
	font-size:.8rem;
	line-height:1.5;
}


/*---------------------------------------------------------------- INICIO -------------------*/

#participa {
	width:100%;
	border-top: #000 3px solid;
	margin-bottom: 14px;
	background-color:#FFFFCC;
}

#participa h2 {
	font-size:1rem;
	text-align:center;
	letter-spacing:0;
	line-height:2;
	width:100%;
	margin:7px auto 4px;
}

.listado p {
	line-height:1.4;
	margin:0;
}

.participa .precio {
	font-size:1.4rem;
	font-weight: 500;
	color: #06B2C0;
	padding: 7px 0;
	margin: 7px auto;
	width:100%;
}

.participa .peso{
	font-size: 1.1rem;
	padding-right:5px;
}

.otras h3 {
	color: #fff;
	text-align:center;
	font-size:1rem;
}

.otras a {
	font-size:1rem;
	color: #ff9;
	letter-spacing:0;
	background-color:#06B2C0;
}

.otras a:hover {
	color: #AD0049;
}

.regresa {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content:center;
	margin-bottom: 6px;
	margin-top:12px;
}

.regresa a {
	font-size: 1.4em;
	color:#0A82E6;
	padding:6px;
	border: #bbb thin solid;
	text-align: center;
}

.regresa .fa-share-square:hover, .regresa a:hover {
	color: #99B000;
	border: #99B000 thin solid;
	background-color:#FAFBF2;
}

/*---------------------------------- INICIO 4 especialidades 480 -------------*/

container > article {
	background-color:#fff;
}

#boxgeneral > .boxgeneral, #boxcategoria > .boxcategoria {
	width:49%;
	margin:0 .5% 12px;
}

.boxgeneral img, .boxcategoria img {filter: grayscale(0%);}

#boxgeneral > .boxgeneral a, #boxcategoria > .boxcategoria a {
	font-size:0.9rem;
	font-weight:400;
	line-height:1.1;
}

#boxgeneral > .boxgeneral b, #boxcategoria > .boxcategoria  b {
	font-weight: 400;

}

#boxgeneral > .boxgeneral p, #boxcategoria > .boxcategoria p {
	padding:2px 3px 3px;

}

#boxtube {
	width:90%;
	margin-bottom:14px;
}

/*----------------------------------------------------------------------ETIQUETAS-----------------------*/

etiqueta {
	padding: 3px;
	margin:7px 0;
}

etiqueta p {
	font-family: 'Open Sans Condensed', Arial, sans-serif;
	font-weight: 700;
	font-size:1rem;
	text-transform:uppercase;
	line-height:.9;
	padding: 4px 7px 0 1px;
}

etiqueta li a {
	font-family: 'Open Sans Condensed', Arial, sans-serif;
	font-weight: normal;
	font-size:.9rem;
	color:#000;
	line-height:.9;
	margin:0 3px;
}

etiqueta a:hover  {
	color: #AD0049;
}

}