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


html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend{vertical-align:baseline; font-family:inherit; font-weight:inherit; font-style:inherit; font-size:100%; outline:0; padding:0; margin:0; border:0}


@font-face{    font-family:'Roboto';     src:url('fonts/Roboto-Light.eot');     src:url('fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),         url('fonts/Roboto-Light.woff') format('woff'),         url('fonts/Roboto-Light.ttf') format('truetype'),         url('fonts/Roboto-Light.svg#OpenSansLight') format('svg');     font-weight:300;     font-style:normal}

@font-face{    font-family:'Roboto';     src:url('fonts/Roboto-Regular.eot');     src:url('fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),         url('fonts/Roboto-Regular.woff') format('woff'),         url('fonts/Roboto-Regular.ttf') format('truetype'),         url('fonts/Roboto-Regular.svg#OpenSansLight') format('svg');     font-weight:400;     font-style:normal}

@font-face{    font-family:'Roboto';     src:url('fonts/Roboto-Medium.eot');     src:url('fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),         url('fonts/Roboto-Medium.woff') format('woff'),         url('fonts/Roboto-Medium.ttf') format('truetype'),         url('fonts/Roboto-Medium.svg#OpenSansLight') format('svg');     font-weight:500;     font-style:normal}

@font-face{    font-family:'Roboto';     src:url('fonts/Roboto-Bold.eot');     src:url('fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),         url('fonts/Roboto-Bold.woff') format('woff'),         url('fonts/Roboto-Bold.ttf') format('truetype'),         url('fonts/Roboto-Bold.svg#OpenSansLight') format('svg');     font-weight:600;     font-style:normal}



@font-face{    font-family:'Montserrat';     src:url('fonts/Montserrat-Regular.eot');     src:url('fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),         url('fonts/Montserrat-Regular.woff') format('woff'),         url('fonts/Montserrat-Regular.ttf') format('truetype'),         url('fonts/Montserrat-Regular.svg#OpenSansLight') format('svg');     font-weight:400;     font-style:normal}

@font-face{    font-family:'Montserrat';     src:url('fonts/Montserrat-Medium.eot');     src:url('fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),         url('fonts/Montserrat-Medium.woff') format('woff'),         url('fonts/Montserrat-Medium.ttf') format('truetype'),         url('fonts/Montserrat-Medium.svg#OpenSansLight') format('svg');     font-weight:500;     font-style:normal}

@font-face{    font-family:'Montserrat';     src:url('fonts/Montserrat-Bold.eot');     src:url('fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),         url('fonts/Montserrat-Bold.woff') format('woff'),         url('fonts/Montserrat-Bold.ttf') format('truetype'),         url('fonts/Montserrat-Bold.svg#OpenSansLight') format('svg');     font-weight:600;     font-style:normal}



html {
    height: 100%;
}

body {
	font-size:13px;
	-webkit-font-smoothing: antialiased;
	font-family:'Roboto', sans-serif;
	font-weight:400;
	background-color:#fff;
	color: #494744;
	
}

/*	PANEL QUE VER	*/

.panel-que-ver {
	position: absolute;
	height: 500px;
	top: -500px;
	width: 100%;
	z-index: 500;
	transition: transform 0.6s ease;
	overflow-y: hidden;	
}

.panel-que-ver .top {
	float: left;
	width: 100%;
	height: 80px;
	background-color: #fff;
}

.panel-que-ver .top .titulo {
	float: left;
	height: 32px;
	font-size: 16px;
	color: #b56da3;
	font-weight: 400;
	background-image: url(../images/titulo-lista-violeta-lg.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 36px;
	padding-left: 28px;
	padding-top: 12px;
	margin-top: 17px;
}

.panel-que-ver .top .cerrar {
	float: right;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background-image: url(../images/top-menu-x-violeta.png);
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 22px;
}

.panel-que-ver .top .cerrar:hover {
	width: 32px;
	height: 32px;
	cursor: pointer;
	background-image: url(../images/top-menu-x-gris.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.panel-que-ver .bottom {
	float: left;
	width: 100%;
	height: 420px;
	background-image: url(../images/color-back.jpg);
	background-position: left top;
	background-repeat: repeat-y;
}

.panel-que-ver .bottom .contenido {
	float: left;
	width: 100%;
	background-color: #fff;
	margin-top: 3px;
	padding-top: 64px;
	padding-bottom: 80px;
}

.panel-que-ver .bottom .contenido .col {
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}

.panel-que-ver .bottom .contenido h5 {
	margin: 0px;
	font-size: 12px;
	color: #b54c9b;
	font-weight: 500;
	margin-bottom: 20px;
}

.panel-que-ver .bottom .contenido select {
	float: left;
	margin-top: 2px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-weight: 500;
	font-size: 13px;
	border: none;
	color: #41403d;
	background-color: #fff;
	padding-top: 10px;	
	padding-bottom: 12px;		
	padding-left: 13px;
	padding-right: 80px;
	background-image: url(../images/option-flecha-violeta.png);
	background-repeat: no-repeat;
	background-position: right center;
	border-style: solid;
	border-color: #e7e7e7;
	border-width: 2px;
	border-radius: 3px;
}

.panel-que-ver .bottom .contenido select::-ms-expand {
    display: none;
}

.panel-que-ver .bottom .contenido button {
	float: left;
	margin-top: 36px !important;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-weight: 600;
	font-size: 13px;
	border: none;
	color: #fff;
	text-align: center;
	background-color: #b65ea0;
	padding-top: 10px;	
	padding-bottom: 12px;		
	padding-left: 23px;
	padding-right: 23px;
	border-radius: 3px;
	cursor: pointer;
	border-style: solid;
	border-color: #b65ea0;
	border-width: 2px;
}

.panel-que-ver .bottom .contenido button:hover {
	background-color: #944d82;
}

/*	END PANEL QUE VER	*/

/*	PANEL VER COMO EN LA TELE	*/

.panel-tele {
	position: absolute;
	height: 500px;
	top: -500px;
	width: 100%;
	z-index: 500;	
	transition: transform 0.6s ease;	
	overflow-y: hidden;
}

.panel-tele .top {
	float: left;
	width: 100%;
	height: 80px;
	background-color: #fff;
}

.panel-tele .top .titulo {
	float: left;
	height: 32px;
	font-size: 16px;
	color: #ff5f88;
	font-weight: 400;
	background-image: url(../images/titulo-loop-rosa-lg.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 38px;
	padding-left: 36px;
	padding-top: 12px;
	margin-top: 17px;
}

.panel-tele .top .cerrar {
	float: right;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background-image: url(../images/top-menu-x-rosa.png);
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 22px;
}

.panel-tele .top .cerrar:hover {
	width: 32px;
	height: 32px;
	cursor: pointer;
	background-image: url(../images/top-menu-x-gris.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.panel-tele .bottom {
	float: left;
	width: 100%;
	height: 420px;
	background-image: url(../images/color-back.jpg);
	background-position: left top;
	background-repeat: repeat-y;
}

.panel-tele .bottom .contenido {
	float: left;
	width: 100%;
	background-color: #fff;
	margin-top: 3px;
	padding-top: 64px;
	padding-bottom: 80px;
}

.panel-tele .bottom .contenido .col {
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}

.panel-tele .bottom .contenido h5 {
	margin: 0px;
	font-size: 12px;
	color: #ff5f88;
	font-weight: 500;
	margin-bottom: 20px;
}

.panel-tele .bottom .contenido select {
	float: left;
	margin-top: 2px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-weight: 500;
	font-size: 13px;
	border: none;
	color: #41403d;
	background-color: #fff;
	padding-top: 10px;	
	padding-bottom: 12px;		
	padding-left: 13px;
	padding-right: 80px;
	background-image: url(../images/option-flecha-rosa.png);
	background-repeat: no-repeat;
	background-position: right center;
	border-style: solid;
	border-color: #e7e7e7;
	border-width: 2px;
	border-radius: 3px;
}

.panel-tele .bottom .contenido select::-ms-expand {
    display: none;
}

.panel-tele .bottom .contenido button {
	float: left;
	margin-top: 36px !important;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-weight: 600;
	font-size: 13px;
	border: none;
	color: #fff;
	text-align: center;
	background-color: #ff5f88;
	padding-top: 10px;	
	padding-bottom: 12px;		
	padding-left: 23px;
	padding-right: 23px;
	border-radius: 3px;
	cursor: pointer;
	border-style: solid;
	border-color: #ff5f88;
	border-width: 2px;
}

.panel-tele .bottom .contenido button:hover {
	background-color: #e6567b;
}

/*	END PANEL VER COMO EN LA TELE	*/

.site {
	position: absolute;
	height: auto;
	top: 0px;
	width: 100%;	
	transition: transform 0.6s ease;	
}

.site .all {
	float: left;
	width: 100%;
	z-index: 0;
	height: 90vh;
}

.site .all .slider {
	position: relative;
	top: -125px;
	width: 100%;
	z-index: 100;
	height: 100%;
	overflow-y: hidden;
}

.site .all .slider .slide {
	position: relative;
	width: 100%;
	height: 100%;
}

.site .all .slider .slide .placa {
	position: absolute;
	width: 40%;
	height: 100%;
	transition:All 0.5s ease;
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
	z-index: 120;
	
}

.site .all-bottom {
	float: left;
	width: 100%;
	height: 80px;
	background-image: url(../images/color-back.jpg);
	background-position: left top;
	background-repeat: repeat-y;
}

.site .all .placa-overlay {
	width: 100%;
	height: 100vh;
/*	opacity: 0;	*/
}

.site .all .placa-overlay .color {
	width: 50%;
	height: 100vh;
	transition:All 1.5s ease;
	-webkit-transition:All 1.5s ease;
	-moz-transition:All 1.5s ease;
	-o-transition:All 1.5s ease;
	z-index: 150;
/*	mix-blend-mode: multiply;*/
	
}
.site .all .panel img {

  -webkit-filter: grayscale(50%); /* Safari 6.0 - 9.0 */
  filter: grayscale(50%);
}

/*.site .header .placa-overlay .titulo {
	transition:All 0.5s ease;
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
	z-index: 200;
	float: left;
	margin-top: 30vh;
	margin-left: 10%;	
}
*/
.site .all .placa-overlay .titulo {
	position: absolute;
	width: 70%;
	height: 150px;
	top: 35%;
	left: 10%;
	z-index: 200;
	transition:All 1.5s ease;
	-webkit-transition:All 1.5s ease;
	-moz-transition:All 1.5s ease;
	-o-transition:All 1.5s ease;
}


.site .all .placa-overlay .titulo h1 {
	font-size: 64px;
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	letter-spacing: -1pt;
	line-height: 68px;
	cursor: pointer;
	color: #fff;
}


.site .all .placa-overlay .titulo h1 span {
	position: relative;
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	transition:All 0.3s ease;
	-webkit-transition:All 0.3s ease;
	-moz-transition:All 0.3s ease;
	-o-transition:All 0.3s ease;
	
}

.site .all .placa-overlay .titulo h1 a:link {
	color: #fff;
	text-decoration: none;
}

.site .all .placa-overlay .titulo h1 a:hover {
	color: #31302e;
	text-decoration: none;
}

.site .all .placa-overlay .titulo h1 a:visited {
	color: #fff;
	text-decoration: none;
}

.site .all .placa-overlay .titulo h1 a:visited:hover {
	color: #31302e;
	text-decoration: none;
}


.site .all .placa-overlay .info {
	position: absolute;
	top: 60%;
	left: 10%;
	z-index: 250;
	margin-left: 20px;
	transition:All 2.5s ease;
	-webkit-transition:All 2.5s ease;
	-moz-transition:All 2.5s ease;
	-o-transition:All 2.5s ease;
	
}

.site .all .placa-overlay .info h3 {
	float: left;
	margin-right: 15px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	padding-bottom: 10px;
	padding-right: 30px;
	border-bottom-color: #fff;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

.site .all .placa-overlay .info h3 a:link {
	color: #fff;
	text-decoration: none;
}

.site .all .placa-overlay .info h3 a:visited {
	color: #fff;
	text-decoration: none;
}

.site .all .placa-overlay .info h3 a:hover {
	color: #31302e;
	text-decoration: none;
}

.site .all .placa-overlay .info h3 a:visited:hover {
	color: #31302e;
	text-decoration: none;
}


.site .all .slider .slide .titulo {
	position: absolute;
	width: 70%;
	height: 150px;
	z-index: 140;
	top: 40%;
	left: 10%;
}

.site .all .slider .slide .titulo h1 {
	font-size: 64px;
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	letter-spacing: -1pt;
	line-height: 74px;
	cursor: pointer;

}

.site .all .slider .slide .titulo h1 span {
	background-color: #fff;
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}



.site .all .slider .slide .titulo .info {
	position: relative;
	margin-top: 70px;
	margin-left: 25px;
}

.site .all .slider .slide .titulo .info h3 {
	position: relative;
	float: left;
	margin-right: 15px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	padding-bottom: 10px;
	padding-right: 30px;
	border-bottom-color: #fff;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

.site .all .slider .slide .imagen {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.site .all .slider .slide .imagen img {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.site .all .slider .slide .dots {
	position: absolute;
	right: 0px;
	bottom: 35px;
	z-index: 200;
}

.site .all .slider .slide .dots ul {
	float: right;
	margin: 0px;
	list-style: disc;
	margin-left: -40px;
	padding-right: 40px;
}

.site .all .slider .slide .dots ul li {
	float: right;
	color: #fff;
	margin-left: 20px;
	font-size: 18px;
}

.site .all .top {
	position: relative;
	top: 0px;
	width: 100%;
	z-index: 1000;
	height: 125px;
}

.site .all .top .menu {
	position: relative;
	float: left;
	z-index: 200;
	margin-top: 25px;
	margin-left: 25px;
}

.site .all .top .menu .que-ver {
	position: relative;
	float: left;
	height: 32px;
	background-image: url(../images/top-menu-list.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 36px;
	padding-top: 14px;
	cursor: pointer;
}

.site .all .top .menu .que-ver h4 {
	float: left;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
}

.site .all .top .menu .que-ver h4:hover {
	color: 	#494744;
}

.site .all .top .menu .que-ver:hover {
	color: 	#494744;
}

.site .all .top .menu .tele {
	position: relative;
	float: left;
	height: 32px;
	margin-left: 30px;
	background-image: url(../images/top-menu-play.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 36px;
	padding-top: 14px;	
	cursor: pointer;	
}

.site .all .top .menu .tele:hover {
	color: 	#494744;
}

.site .all .top .menu .tele h4 {
	float: left;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
}

.site .all .top .menu .tele h4:hover {
	color: 	#494744;
}



.site .all .top .menu .ver-todo {
	position: relative;
	float: left;
	height: 32px;
	margin-left: 30px;
	background-image: url(../images/titulo-home-lg-wt.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 38px;
	padding-left: 28px;
	padding-top: 14px;	
	cursor: pointer;	
}

.site .all .top .menu .ver-todo h4 {
	float: left;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
}

.site .all .top .menu .ver-todo h4:hover {
	color: 	#494744;
}

.site .all .top .menu .ver-todo:hover {
	color: 	#494744;
}

.site .all .top .menu .ver-todo h4 a:link {
	text-decoration: none;
	color: #fff;	
}

.site .all .top .menu .ver-todo h4 a:hover {
	text-decoration: none;
	color: 	#494744;
}

.site .all .top .menu .ver-todo h4 a:visited {
	text-decoration: none;
	color: #fff;	
}

.site .all .top .menu .ver-todo h4 a:visited:hover {
	text-decoration: none;
	color: 	#494744;
}


.site .all .top .logo {
	position: relative;
	float: right;
	width: 74px;
	height: 74px;
	z-index: 200;
	margin-top: 25px;
	margin-right: 25px;
}

.site .all .top .logo img {
	width: 74px;
	height: 74px;
}


/*	TOP HEADER FONDO BLANCO	*/

.site .all .top-wt {
	position: relative;
	top: 0px;
	width: 100%;
	z-index: 1000;
	margin-bottom: 460px;

}

.site .all .top-wt .titulo {
	float: left;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}

.site .all .top-wt .titulo h4 {
	float: left;
	width: 100%;
	margin: 0px;
	font-size: 20px;
	color: #fff;
	font-weight: 400;
}

.site .all .top-wt .color-sp {
	float: left;
	width: 100%;
	height: 3px;
/*	
	background-image: url(../images/color-back.jpg);
	background-position: left top;
	background-repeat: repeat-y;
*/	
}

.site .all .top-wt .top {
	float: left;
	width: 100%;
	z-index: 1000;
	height: 125px;
	border-bottom-color: rgba(255,255,255,0.1);
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.site .all .top-wt .top .menu {
	position: relative;
	float: left;
	z-index: 200;
	margin-top: 25px;
	margin-left: 25px;
}

.site .all .top-wt .top .menu .que-ver {
	position: relative;
	float: left;
	height: 32px;
	background-image: url(../images/titulo-lista-violeta-lg-wt.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 36px;
	padding-left: 28px;
	padding-top: 14px;
	cursor: pointer;


}

.site .all .top-wt .top .menu .que-ver h4 {
	float: left;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
}

.site .all .top-wt .top .menu .que-ver h4:hover {
	color: 	#494744;
}

.site .all .top-wt .top .menu .que-ver:hover {
	color: 	#494744;
}

.site .all .top-wt .top .menu .tele {
	position: relative;
	float: left;
	height: 32px;
	margin-left: 30px;
	background-image: url(../images/titulo-loop-rosa-lg-wt.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 38px;
	padding-left: 32px;
	padding-top: 14px;	
	cursor: pointer;	
}

.site .all .top-wt .top .menu .tele:hover {
	color: 	#494744;
}

.site .all .top-wt .top .menu .tele h4 {
	float: left;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
}

.site .all .top-wt .top .menu .tele h4:hover {
	color: 	#494744;
}


.site .all .top-wt .top .menu .home {
	position: relative;
	float: left;
	width: 32px;
	height: 32px;
	margin-right: 10px;
	margin-top: 2px;
}

.site .all .top-wt .top .menu .home a:link {
	float: left;
	width: 42px;
	height: 42px;
	background-image: url(../images/titulo-home-home-lg-wt.png);
	background-repeat: no-repeat;
	background-size: 42px;
}




.site .all .top-wt .top .logo {
	position: relative;
	float: right;
	width: 74px;
	height: 74px;
	z-index: 200;
	margin-top: 25px;
	margin-right: 25px;
}

.site .all .top-wt .top .logo img {
	width: 74px;
	height: 74px;
}


.site .all .top-wt .filtros {
	float: left;
	width: 100%;
	margin-top: 50px;
}	
	
.site .all .top-wt .filtros .col {
	float: left;
	margin-right: 60px;
	margin-bottom: 20px;
}

.site .all .top-wt .filtros .share {
	float: right;
	margin-right: 0px;
	text-align: right;
}

.site .all .top-wt .filtros h5 {
	margin: 0px;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 20px;
}

.site .all .top-wt .filtros h4 {
	margin: 0px;
	font-size: 15px;
	color: #454340;	
	font-weight: 400;
	margin-bottom: 20px;
	border-top-color: #e9e9e9;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 18px;

}

.site .all .top-wt .filtros .col .social {
	float: right;
	margin-top: 0px;
}

.site .all .top-wt .filtros .col .social .fb {
	float: right;
	width: 44px;
	height: 44px;
	background-image: url(../images/icon-fb-iddle.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-left: 10px;
	cursor: pointer;
}

.site .all .top-wt .filtros .col .social .fb:hover {
	float: right;
	background-image: url(../images/icon-fb-over.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.site .all .top-wt .filtros .col .social .tw {
	float: right;
	width: 44px;
	height: 44px;
	background-image: url(../images/icon-tw-iddle.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-left: 10px;
	cursor: pointer;

}

.site .all .top-wt .filtros .col .social .tw:hover {
	float: right;
	background-image: url(../images/icon-tw-over.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.site .all .top-wt .filtros .col .social .ig {
	float: right;
	width: 44px;
	height: 44px;
	background-image: url(../images/icon-inst-iddle.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-left: 10px;
	cursor: pointer;
}

.site .all .top-wt .filtros .col .social .ig:hover {
	float: right;
	background-image: url(../images/icon-inst-over.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}



.site .all .top-wt .filtros select {
	float: left;
	margin-top: 2px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-weight: 500;
	font-size: 13px;
	border: none;
	color: #41403d;
	background-color: #fff;
	padding-top: 10px;	
	padding-bottom: 12px;		
	padding-left: 13px;
	padding-right: 80px;
	background-image: url(../images/option-flecha-violeta.png);
	background-repeat: no-repeat;
	background-position: right center;
	border-style: solid;
	border-color: #e7e7e7;
	border-width: 2px;
	border-radius: 3px;
}

.site .all .top-wt .filtros select::-ms-expand {
    display: none;
}

.site .all .top-wt .filtros button {
	float: left;
	margin-top: 36px !important;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-weight: 500;
	font-size: 13px;
	border: none;
	color: #fff;
	text-align: center;
	background-color: #b65ea0;
	padding-top: 10px;	
	padding-bottom: 12px;		
	padding-left: 23px;
	padding-right: 23px;
	border-radius: 3px;
	cursor: pointer;
	border-style: solid;
	border-color: #b65ea0;
	border-width: 2px;
}

.site .all .top-wt .filtros button:hover {
	background-color: #944d82;
}


/*	END TOP HEADER FONDO BLANCO	*/

.site .color-bar {
	float: left;
	width: 100%;
	height: 5px;
	background-image: url(../images/color-back.jpg);
	background-position: left top;
	background-repeat: repeat-y;
	margin-top: -125px;
}

.site .contenido {
	float: left;
	width: 100%;
	height: auto;
	margin-top: -50px;
}

.site .contenido .bloque {
	float: left;
	margin-top: 40px;
	margin-bottom: 0px;	
	width: 100%;
}

.site .contenido .bloque h2 {
	margin: 0px;
	float: left;
	width: 100%;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 40px;
}

.site .contenido .bloque .gris-star {
	color: #494744;
	color: #b56da3;
	background-image: url(../images/titulo-star.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 25px;
}

.site .contenido .bloque .violeta-lista {
	color: #c06faf;
	background-image: url(../images/titulo-lista-violeta.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 25px;
}

.site .contenido .bloque .izq {
	float: left;
	width: 5%;
	height: auto;
	min-height: 200px;

	background-image: url(../images/flecha-izq-rosa.png);
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.site .contenido .bloque .izq:hover {
	background-image: url(../images/flecha-izq-violeta.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.site .contenido .bloque .der {
	float: right;
	width: 5%;
	height: auto;
	min-height: 200px;
	background-image: url(../images/flecha-der-rosa.png);
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.site .contenido .bloque .der:hover {
	background-image: url(../images/flecha-der-violeta.png);
	background-position: center center;
	background-repeat: no-repeat;
}


.site .contenido .bloque .video {
	float: left;
	width: 100%;
	height: 600px;
	background-color: #000;
	margin-top: -40px;
}

.site .contenido .bloque .info {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 60px;
	margin-bottom: 80px;
}

.site .contenido .bloque .info .info-l {
	float: left;
	width: 63%;
	margin-right: 2%;
}

.site .contenido .bloque .info .info-r {
	float: right;
	width: 33%;
	margin-left: 2%;
}

.site .contenido .bloque .info .desc {
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	
	margin-right: 2%;
	margin-bottom: 80px;
}

.site .contenido .bloque .info .materiales {
	float: right;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 40px;
}


.site .contenido .bloque .info .materiales .pdf {
	float: left;
	height: 80px;
	margin-bottom: 10px;
	width: 100%;
}

.site .contenido .bloque .info .materiales .pdf a:link {
	background-image: url(../images/pdf.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 50px;
	height: 80px;
	padding-bottom: 30px;
	padding-left: 54px;
	padding-top: 13px;
	text-decoration: none;
	font-size: 14px;
}

.site .contenido .bloque .info .materiales .pdf a:hover {
	text-decoration: line-through;
	font-size: 14px;
}

.site .contenido .bloque .info .imagenes {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.site .contenido .bloque .info .imagenes ul {
	float: left;
	width: 100%;
	margin: 0px;
	list-style: none;
	margin-left: -10px;
}

.site .contenido .bloque .info .imagenes ul li {
	float: left;
	margin: 0px;
	list-style: none;
	width: calc(50% - 20px);
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
}

.site .contenido .bloque .info .imagenes ul li img {
	float: left;
	width: 100%;
	height: auto;
}
	
.site .contenido .bloque .info .bio {

	display: flex;
	flex-wrap: wrap;
	float: left;
	height: auto;
	overflow-x: hidden;
	width: 100%;
	margin-bottom: 0px;
}

.site .contenido .bloque .info .bio ul {
	float: left;
	list-style: none;
	margin: 0px;
	width: 100%;
	margin-top: 0px;
}

.site .contenido .bloque .info .bio ul li {
	float: left;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-right: 0px;
	height: auto;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.site .contenido .bloque .info .bio ul li .l {
	float:left;
	width: 80px;
}

.site .contenido .bloque .info .bio ul li .r {
	float: left;
	width: calc(100% - 100px);
	margin-left: 20px;
}

.site .contenido .bloque .info .bio ul li .line-i {
	float: left;
	width: 10%;
	height: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 20px;
}

.site .contenido .bloque .info .bio ul li .line-d {
	float: left;
	width: 90%;
	height: 1px;
	border-bottom-color: #ececec;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 20px;	
}


.site .contenido .bloque .info .bio ul li .avatar {
	float: left;
	width: 80px;
	height: 80px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #ececec;
}

.site .contenido .bloque .info .bio ul li .avatar img {
	width: 80px;
	height: 80px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
}

.site .contenido .bloque .info .bio ul li h4 {
	float: left;
	width: calc(100% - 150px);
	font-size: 17px;
	margin-top: 25px;
	margin-left: 20px;
	margin-bottom: 10px;
	padding: 0px;
	height: auto !important;
}

.site .contenido .bloque .info .bio ul li h5 {
	float: right;
	font-size: 13px;
	width: 50px;
	margin: 0px;
	border: none;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	margin-top: 20px;
	text-align: center;
}

.site .contenido .bloque .info .bio ul li h5 a:link {
	float: right;
	color: #fff;
	text-decoration: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	opacity: 0.9;
	width: 20px;
	padding: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.site .contenido .bloque .info .bio ul li h5 a:hover {
	opacity: 1;
	color: #fff;
}


.site .contenido .bloque .info .bio ul li h6 {
	float: left;
	width: 100%;
	font-size: 13px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 30px;
}


.site .contenido .bloque .info .bio ul li .datos {
	float: left;
	width: 100%;
	margin-left: 0px;
}


.site .contenido .bloque .info .bio ul li a.fb:link {
	float: left;
	width: 25px;
	height: 25px;
	background-image: url(../images/icon-fb-iddle.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 25px;
	margin-right: 8px;
}

.site .contenido .bloque .info .bio ul li a.fb:hover {
	float: left;
	width: 25px;
	height: 25px;
	background-image: url(../images/icon-fb-over.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 25px;
}

.site .contenido .bloque .info .bio ul li a.ig:link {
	float: left;
	width: 25px;
	height: 25px;
	background-image: url(../images/icon-inst-iddle.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 25px;
	margin-right: 8px;
	
}

.site .contenido .bloque .info .bio ul li a.ig:hover {
	float: left;
	width: 25px;
	height: 25px;
	background-image: url(../images/icon-inst-over.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 25px;
}

.site .contenido .bloque .info .bio ul li a.yt:link {
	float: left;
	width: 25px;
	height: 25px;
	background-image: url(../images/icon-yt-iddle.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 25px;
	margin-right: 8px;
	
}

.site .contenido .bloque .info .bio ul li a.yt:hover {
	float: left;
	width: 25px;
	height: 25px;
	background-image: url(../images/icon-yt-over.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 25px;
}

.site .contenido .bloque .info .bio ul li a.web:link {
	float: left;
	width: 25px;
	height: 25px;
	background-image: url(../images/icon-web-iddle.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 25px;
	margin-right: 8px;
	
}

.site .contenido .bloque .info .bio ul li a.web:hover {
	float: left;
	width: 25px;
	height: 25px;
	background-image: url(../images/icon-web-over.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 25px;
}

.site .contenido .bloque .info .bio ul li a.tel:link {
	float: left;
	width: 25px;
	height: 25px;
	background-image: url(../images/icon-wsp-iddle.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 25px;
	margin-right: 8px;
	padding-left: 32px;
	
}

.site .contenido .bloque .info .bio ul li a.tel:hover {
	float: left;
	width: 25px;
	height: 25px;
	background-image: url(../images/icon-wsp-over.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 25px;
	padding-left: 32px;	
}

.site .contenido .bloque .info .bio ul li h6 a:link {
	text-decoration: none;
	color: #494744;
}

.site .contenido .bloque .info .bio ul li h6 a:hover {
	text-decoration: underline;
	color: #494744;	
}

.site .contenido .bloque .info .bio ul li a:visited {
	text-decoration: none;
	color: #494744;
}

.site .contenido .bloque .info .bio ul li h6 a:visited:hover {
	text-decoration: underline;
	color: #494744;	
}


.site .contenido .bloque .info .bio ul li p {
	float: left;
	width: 100%;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 22px;
	min-height: 40px;
}

.site .contenido .bloque .info .bio ul li .sep {
	float: left;
	width: 100%;
	height: 1px;
	border-bottom-color: #e9e9e9;
	border-bottom-style: solid;
	border-bottom-width: 1px;	
	margin-top: 15px;
	margin-bottom: 15px;
}

/*
.col {
	float: left;
	width: 100%;
}

.col-1 {
	float: left;
	width: 8,33%;
	margin: 0px;
}

.col-2 {
	float: left;
	width: 16,66%;
	margin: 0px;	
}

.col-3 {
	float: left;
	width: 25%;
	margin: 0px;	
}

.col-4 {
	float: left;
	width: 33,33%;
	margin: 0px;	
}

.col-5 {
	float: left;
	width: 41,66%;
	margin: 0px;	
}

.col-6 {
	float: left;
	width: 50%;
	margin: 0px;	
}

.col-7 {
	float: left;
	width: 58,33%;
	margin: 0px;	
}

.col-8 {
	float: left;
	width: 66,66%;
	margin: 0px;	
}

.col-9 {
	float: left;
	width: 75,00%;
	margin: 0px;	
}

.col-10 {
	float: left;
	width: 83,33%;
	margin: 0px;	
}

.col-11 {
	float: left;
	width: 91,66%;
	margin: 0px;	
}

*/

.especialista-info {
	background-color: #fff !important;
	width: 50%;
	border-top-width: 4px;
	border-style: solid;

}

.especialista-info .col {
	float: left;
	width: 100%;
}

.especialista-info .col-i {
	float: left;
	width: calc(100% - 120px);
}

.especialista-info .col-d {
	float: right;
	width: 100px;
}

.especialista-info .col-i h2 {
	font-size: 16px;
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}


.especialista-info .col-i h6 {
	float: left;
	width: 100%;
	font-size: 13px;
	margin-top: 0px;
	margin-left: 0px;
}


.especialista-info .col-d .avatar {
	float: right;
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin-top: 20px;	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #ececec;	
}

.especialista-info .col-d .avatar img {
	float: left;
	width: 100px;
	height: 100px;
}


.especialista-info .col p {
	float: left;
	width: 100%;
	font-size: 13px;
	line-height: 18px;
	margin-top: 20px;
	margin-bottom: 20px;
}


.especialista-info .line-i {
	float: left;
	width: 10%;
	height: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.especialista-info .line-d {
	float: left;
	width: 90%;
	height: 1px;
	border-bottom-color: #ececec;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-top: 20px;

	margin-bottom: 20px;	
}

.especialista-info .col a.fb:link {
	float: left;
	width: 25px;
	height: 25px;
	background-image: url(../images/icon-fb-iddle.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 25px;
	margin-right: 8px;
}

.especialista-info .col a.fb:hover {
	float: left;
	width: 25px;
	height: 25px;
	background-image: url(../images/icon-fb-over.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 25px;
}

.especialista-info .col a.ig:link {
	float: left;
	width: 25px;
	height: 25px;
	background-image: url(../images/icon-inst-iddle.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 25px;
	margin-right: 8px;
	
}

.especialista-info .col a.ig:hover {
	float: left;
	width: 25px;
	height: 25px;
	background-image: url(../images/icon-inst-over.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 25px;
}

.especialista-info .col a.yt:link {
	float: left;
	width: 25px;
	height: 25px;
	background-image: url(../images/icon-yt-iddle.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 25px;
	margin-right: 8px;
	
}

.especialista-info .col a.yt:hover {
	float: left;
	width: 25px;
	height: 25px;
	background-image: url(../images/icon-yt-over.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 25px;
}

.especialista-info .col a.web:link {
	float: left;
	width: 25px;
	height: 25px;
	background-image: url(../images/icon-web-iddle.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 25px;
	margin-right: 8px;
	
}

.especialista-info .col a.web:hover {
	float: left;
	width: 25px;
	height: 25px;
	background-image: url(../images/icon-web-over.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 25px;
}

.especialista-info .col a.tel:link {
	float: left;
	width: 25px;
	height: 25px;
	background-image: url(../images/icon-wsp-iddle.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 25px;
	margin-right: 8px;
	padding-left: 32px;
	
}

.especialista-info .col a.tel:hover {
	float: left;
	width: 25px;
	height: 25px;
	background-image: url(../images/icon-wsp-over.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 25px;
	padding-left: 32px;	
}


.site .contenido .bloque .info h5 {
	float: left;
	width: 100%;
	margin: 0px;
	font-size: 12px;
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom-color: #e9e9e9;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	
}	

.site .contenido .bloque .info p {
	float: left;
	width: 100%;	
	margin: 0px;
	font-size: 16px;
	line-height: 24px;

}	


.site .contenido .bloque .auspicia {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 40px;
	margin-bottom: 80px;
}

.site .contenido .bloque .auspicia h5 {
	float: left;
	width: 100%;
	margin: 0px;
	font-size: 12px;
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom-color: #e9e9e9;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	
}	

.site .contenido .bloque .auspicia ul {
	float: left;
	width: 100%;
	margin: 0px;
	list-style: none;
	margin-top: 10px;
}

.site .contenido .bloque .auspicia ul li {
	float: left;
	width: 33%;
	margin: 0px;
	list-style: none;
	text-align: center;	
	margin-bottom: 80px;	
}

.site .contenido .bloque .auspicia ul li .logo {
	float: left;
	width: 100px;
	height: 100px;
	margin-left: calc(50% - 50px);
	margin-bottom: 30px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #f4f4f4;
}

.site .contenido .bloque .auspicia ul li .logo img {
	width: 100px;
	height: 100px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.site .contenido .bloque .auspicia ul li h3 {
	float: left;
	font-size: 13px;
	width: 50px;
	margin: 0px;
	margin-left: calc(50% - 30px);
	border: none;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	margin-top: 20px;
	text-align: center;
}

.site .contenido .bloque .auspicia ul li h3 a:link {
	float: right;
	color: #fff;
	text-decoration: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	opacity: 0.9;
	width: 20px;
	padding: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.site .contenido .bloque .auspicia ul li h3 a:hover {
	opacity: 1;
	color: #fff;
}


.site .contenido .bloque .auspicia ul li h4 {
	float: left;
	width: 100%;
	font-size: 15px;
	margin-bottom: 30px;
	text-align: center;

}

.site .contenido .bloque .auspicia ul li p {
	float: left;
	width: 80%;
	margin-left: 10%;
	margin-bottom: 20px;
	text-align: center;
	font-size: 13px;
	line-height: 18px;
}

.site .contenido .bloque .auspicia ul li h6 {
	float: left;
	width: 80%;
	margin-left: 10%;
	font-size: 13px;
	margin-bottom: 7px;
}

.site .contenido .bloque .auspicia ul li .datos {
	float: left;
	width: 100%;
	margin-left: 0px;
}


.site .contenido .bloque .auspicia ul li a.fb:link {
	float: left;
	width: 25px;
	height: 25px;
	background-image: url(../images/icon-fb-iddle.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 25px;
	margin-right: 8px;
}

.site .contenido .bloque .auspicia ul li a.fb:hover {
	float: left;
	width: 25px;
	height: 25px;
	background-image: url(../images/icon-fb-over.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 25px;
}

.site .contenido .bloque .auspicia ul li a.ig:link {
	float: left;
	width: 25px;
	height: 25px;
	background-image: url(../images/icon-inst-iddle.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 25px;
	margin-right: 8px;
	
}

.site .contenido .bloque .auspicia ul li a.ig:hover {
	float: left;
	width: 25px;
	height: 25px;
	background-image: url(../images/icon-inst-over.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 25px;
}

.site .contenido .bloque .auspicia ul li a.yt:link {
	float: left;
	width: 25px;
	height: 25px;
	background-image: url(../images/icon-yt-iddle.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 25px;
	margin-right: 8px;
	
}

.site .contenido .bloque .auspicia ul li a.yt:hover {
	float: left;
	width: 25px;
	height: 25px;
	background-image: url(../images/icon-yt-over.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 25px;
}

.site .contenido .bloque .auspicia ul li a.web:link {
	float: left;
	width: 25px;
	height: 25px;
	background-image: url(../images/icon-web-iddle.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 25px;
	margin-right: 8px;
	
}

.site .contenido .bloque .auspicia ul li a.web:hover {
	float: left;
	width: 25px;
	height: 25px;
	background-image: url(../images/icon-web-over.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 25px;
}

.site .contenido .bloque .auspicia ul li a.tel:link {
	float: left;
	width: 25px;
	height: 25px;
	background-image: url(../images/icon-wsp-iddle.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 25px;
	margin-right: 8px;
	padding-left: 32px;
	
}

.site .contenido .bloque .auspicia ul li a.tel:hover {
	float: left;
	width: 25px;
	height: 25px;
	background-image: url(../images/icon-wsp-over.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 25px;
	padding-left: 32px;	
}


.site .contenido .bloque .auspicia ul li h6 a:link {
	text-decoration: none;
}

.site .contenido .bloque .auspicia ul li h6 a:hover {
	text-decoration: underline;
}

.site .contenido .bloque .auspicia ul li h6 a:visited {
	text-decoration: none;
}

.site .contenido .bloque .auspicia ul li h6 a:visited:hover {
	text-decoration: underline;
}
	
.site .contenido .bloque .lista {
	display: flex;
	flex-wrap: wrap;
	float: left;
	width: 100%;
	height: auto;
	overflow-x: hidden;
	width: calc(100% + 30px);
	margin-left: -15px;	
}

.site .contenido .bloque .lista ul {
	float: left;
	list-style: none;
	margin: 0px;
	width: 100%;
}

.site .contenido .bloque .lista ul li {
	float: left;
	display: flex;
	flex-wrap: wrap;
	width: calc((100% - 90px)/3);
	height: auto;
	margin-right: 15px;
	margin-left: 15px;	
	border-bottom-color: #dadada;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	padding-bottom: 15px;
	cursor: pointer;
	transition:All 0.5s ease;
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
	margin-bottom: 80px;
		
}

.site .contenido .bloque .lista ul li:last-child {
/*	margin-right: 0px;*/
}

.site .contenido .bloque .lista ul li.li-rosa:hover {
	border-bottom-color: #f65981;
}

.site .contenido .bloque .lista ul li.li-violeta:hover {
	border-bottom-color: #c06faf;
}


.site .contenido .bloque .lista ul li .portada {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	border: none;
}


.site .contenido .bloque .lista ul li .portada img {
	width: 100%;
	height: auto;
	border: 0px;
	padding: 0px;
	margin: 0px;
	transition:All 0.5s ease;
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
	
}


.site .contenido .bloque .lista ul li .portada img:hover {
	opacity: 0.2;
}

.site .contenido .bloque .lista ul li h3 {
	float: left;
	margin: 0px;
	font-size: 15px;
	font-weight: 500;
	margin-top: 15px;
	margin-bottom: 18px;
	width: 100%;
}

.site .contenido .bloque .lista ul li .info {
	float: left;
	width: 100%;
}

.site .contenido .bloque .lista ul li h4 {
	float: left;
	margin: 0px;
	font-size: 12px;
	font-weight: 500;
	margin-right: 15px;
}

.site .contenido .bloque .lista ul li h5 {
	float: left;
	margin: 0px;
	font-size: 12px;
	font-weight: 500;
	color: #8d8b89;
}

.site .contenido .bloque .lista ul li h6 {
	float: right;
	margin: 0px;
	font-size: 12px;
	font-weight: 500;
	color: #8d8b89;	
}



.site .contenido .bloque .item-rosa h3 {
	float: left;
	margin: 0px;
	font-size: 15px;
	font-weight: 400;
	margin-top: 15px;
	margin-bottom: 18px;
	width: 100%;
}

.site .contenido .bloque .item-rosa h3 a:link {
	text-decoration: none;
}

.site .contenido .bloque .item-rosa h3 a:visited {
	text-decoration: none;
}

.site .contenido .bloque .item-rosa h3 a:hover {
	text-decoration: none;
}

.site .contenido .bloque .item-rosa h3 a:visited:hover {
	text-decoration: none;
}

.site .contenido .bloque .item-rosa .info {
	float: left;
	width: 100%;
}

.site .contenido .bloque .item-rosa h4 {
	float: left;
	margin: 0px;
	font-size: 12px;
	font-weight: 500;
	margin-right: 15px;
}

.site .contenido .bloque .item-rosa h4 a:link {
	text-decoration: none;
}

.site .contenido .bloque .item-rosa h4 a:visited {
	text-decoration: none;
}

.site .contenido .bloque .item-rosa h4 a:hover {
	text-decoration: none;
}

.site .contenido .bloque .item-rosa h4 a:visited:hover {
	text-decoration: none;
}

.site .contenido .bloque .item-rosa h5 {
	float: left;
	margin: 0px;
	font-size: 12px;
	font-weight: 500;
	color: #8d8b89;
}

.site .contenido .bloque .item-rosa h5 a:link {
	color: #8d8b89;	
	text-decoration: none;	
}

.site .contenido .bloque .item-rosa h5 a:hover {
	color: #51504e;	
	text-decoration: none;
}

.site .contenido .bloque .item-rosa h5 a:visited {
	color: #8d8b89;	
	text-decoration: none;	
}

.site .contenido .bloque .item-rosa h5 a:visited:hover {
	color: #51504e;	
	text-decoration: none;	
}

.site .contenido .bloque .item-rosa h6 {
	float: right;
	margin: 0px;
	font-size: 12px;
	font-weight: 500;
	color: #8d8b89;	
}

.site .contenido .bloque .item-rosa h6 a:link {
	color: #8d8b89;	
	text-decoration: none;
}

.site .contenido .bloque .item-rosa h6 a:hover {
	color: #51504e;	
	text-decoration: none;	
}

.site .contenido .bloque .item-rosa h6 a:visited {
	color: #8d8b89;	
	text-decoration: none;	
}

.site .contenido .bloque .item-rosa h6 a:visited:hover {
	color: #51504e;	
	text-decoration: none;	
}

.site .contenido .bloque .over {
	position: absolute;
	width: 100%;
	height: calc(100% - 82px);
	opacity: 0;
	cursor: pointer;
	transition:All 0.5s ease;
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
	
}

.site .contenido .bloque .over .fondo {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #c06faf;
	
}


.site .contenido .bloque .over .boton {
	position: absolute;
	width: 100%;
	height: 40px;
	text-align: center;
	left: 0px;
	top: calc(50% - 20px);	
	z-index: 300;
}

.site .contenido .bloque .over .boton .icon {
	margin: 0px auto;
	width: 25px;
	height: 25px;
	margin-bottom: 10px;
	background-image: url(../images/over-play.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.site .contenido .bloque .over .boton h4 {
	margin: 0px;
	padding: 0px;
	font-weight: 600;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	
}

.site .contenido .bloque .over:hover {
	opacity: 0.9;
}


.site .contenido .bloque .over-sm {
	position: absolute;
	width: 100%;
	height: calc(100% - 59px);
	opacity: 0;
	cursor: pointer;
	transition:All 0.5s ease;
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
	
}

.site .contenido .bloque .over-sm .fondo {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #c06faf;
	
}

.site .contenido .bloque .over-sm .boton {
	position: absolute;
	width: 100%;
	height: 40px;
	text-align: center;
	left: 0px;
	top: calc(50% - 20px);	
	z-index: 300;
}

.site .contenido .bloque .over-sm .boton h4 {
	margin: 0px;
	padding: 0px;
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	color: rgba(255, 255, 255, 0.5);
	letter-spacing: -1px;
	font-size: 30px;
	
}

.site .contenido .bloque .over-sm:hover {
	opacity: 0.8;
}


.site .contenido .bloque .item-rosa {


	float: left;
	width: 100%;
	height: auto;
	border-bottom-color: #dadada;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	padding-bottom: 15px;
	cursor: pointer;
	transition:All 0.5s ease;
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;

}

.site .contenido .bloque .item-rosa:hover {
	border-bottom-color: #f65981;
}


.site .contenido .bloque .item-violeta {


	float: left;
	width: 100%;
	height: auto;
	border-bottom-color: #dadada;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	padding-bottom: 15px;
	cursor: pointer;
	transition:All 0.5s ease;
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;

}

.site .contenido .bloque .item-violeta:hover {
	border-bottom-color: #c06faf;
}


.site .contenido .bloque .item-violeta h3 {
	float: left;
	margin: 0px;
	font-size: 15px;
	font-weight: 400;
	margin-top: 15px;
	margin-bottom: 18px;
	width: 100%;
}

.site .contenido .bloque .item-violeta h3 a:link {
	text-decoration: none;
}

.site .contenido .bloque .item-violeta h3 a:visited {
	text-decoration: none;
}

.site .contenido .bloque .item-violeta h3 a:hover {
	text-decoration: none;
}

.site .contenido .bloque .item-violeta h3 a:visited:hover {
	text-decoration: none;
}

.site .contenido .bloque .item-violeta .info {
	float: left;
	width: 100%;
}

.site .contenido .bloque .item-violeta h4 {
	float: left;
	margin: 0px;
	font-size: 12px;
	font-weight: 500;
	margin-right: 15px;
}

.site .contenido .bloque .item-violeta h5 {
	float: left;
	margin: 0px;
	font-size: 12px;
	font-weight: 500;
	color: #8d8b89;
}

.site .contenido .bloque .item-violeta h5 a:link {
	color: #8d8b89;	
	text-decoration: none;	
}

.site .contenido .bloque .item-violeta h5 a:hover {
	color: #51504e;	
	text-decoration: none;	
}

.site .contenido .bloque .item-violeta h5 a:visited {
	color: #8d8b89;	
	text-decoration: none;	
}

.site .contenido .bloque .item-violeta h5 a:visited:hover {
	color: #51504e;	
	text-decoration: none;	
}

.site .contenido .bloque .item-violeta h6 {
	float: right;
	margin: 0px;
	font-size: 12px;
	font-weight: 500;
	color: #8d8b89;	
}

.site .contenido .bloque .item-violeta h6 a:link {
	color: #8d8b89;	
	text-decoration: none;	
}

.site .contenido .bloque .item-violeta h6 a:hover {
	color: #51504e;	
	text-decoration: none;	
}

.site .contenido .bloque .item-violeta h6 a:visited {
	color: #8d8b89;	
	text-decoration: none;	
}

.site .contenido .bloque .item-violeta h6 a:visited:hover {
	color: #51504e;	
	text-decoration: none;	
}


.overlay-rosa {
	background-color: rgba(255,95,136,0.8);
}

.overlay-violeta {
	background-color: rgba(192,111,175,0.8);
}


/*	LISTADO DE TECNICAS	*/


.site .contenido .bloque .tecnica h3 {
	float: left;
	margin: 0px;
	font-size: 14px;
	font-weight: 400;
	margin-top: 25px;
	margin-bottom: 18px;
	width: 100%;
}

.site .contenido .bloque .tecnica h3 a:link {
	color: #f65981;
	text-decoration: none;
}

.site .contenido .bloque .tecnica h3 a:hover {
	color: #c06faf;
	text-decoration: none;
}

.site .contenido .bloque .tecnica h3 a:visited {
	color: #f65981;
	text-decoration: none;
}

.site .contenido .bloque .tecnica h3 a:visited:hover {
	color: #c06faf;
	text-decoration: none;
}


.site .contenido .bloque .tecnicas {
	display: flex;
	flex-wrap: wrap;
	float: left;
	width: 90%;
	height: auto;
	overflow-x: hidden;
}

.site .contenido .bloque .tecnicas ul {
	float: left;
	list-style: none;
	margin: 0px;
	width: 100%;
}

.site .contenido .bloque .tecnicas ul li {
	float: left;
	display: flex;
	flex-wrap: wrap;
	width: 18%;
	height: auto;
	margin-right: 2%;
	cursor: pointer;
	transition:All 0.5s ease;
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
		
}

.site .contenido .bloque .tecnicas ul li:last-child {
	margin-right: 0px;	
}


.site .contenido .bloque .tecnicas ul li .portada {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	border: none;
}


.site .contenido .bloque .tecnicas ul li .portada img {
	width: 100%;
	height: auto;
	border: 0px;
	padding: 0px;
	margin: 0px;
	transition:All 0.5s ease;
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
	
}

.site .contenido .bloque .tecnicas ul li .portada img:hover {
	opacity: 0.2;
}

.site .contenido .bloque .tecnicas ul li h3 {
	float: left;
	margin: 0px;
	font-size: 15px;
	font-weight: 500;
	margin-top: 25px;
	margin-bottom: 18px;
	width: 100%;
}


/*	LISTADO DE PROFESIONALES	*/


.site .contenido .bloque .profesionales {
	display: flex;
	flex-wrap: wrap;
	float: left;
	width: 90%;
	height: auto;
	overflow-x: hidden;
}

.site .contenido .bloque .profesionales ul {
	float: left;
	list-style: none;
	margin: 0px;
	width: 100%;
}

.site .contenido .bloque .profesionales ul li {
	float: left;
	display: flex;
	flex-wrap: wrap;
	width: 18%;
	height: auto;
	margin-right: 2%;
	cursor: pointer;
	transition:All 0.5s ease;
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
		
}

.site .contenido .bloque .profesionales ul li:last-child {
	margin-right: 0px;	
}


.site .contenido .bloque .profesionales ul li .portada {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	border: none;
}


.site .contenido .bloque .profesionales ul li .portada img {
	width: 100%;
	height: auto;
	border: 0px;
	padding: 0px;
	margin: 0px;
	transition:All 0.5s ease;
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
	
}

.site .contenido .bloque .profesionales ul li .portada img:hover {
	opacity: 0.2;
}

.site .contenido .bloque .profesionales ul li h3 {
	float: left;
	margin: 0px;
	font-size: 15px;
	font-weight: 500;
	margin-top: 25px;
	margin-bottom: 18px;
	width: 100%;
}



.site .contenido .bloque-ver {
	float: left;
	padding-top: 60px;
	padding-bottom: 70px;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	margin-top: 40px;	
}

.site .contenido .bloque-ver .prev {
	float: left;
	width: calc(50% - 60px);
	text-align: left;
	
}

.site .contenido .bloque-ver .prev a:link {
	float: left;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	margin-top: 10px;
	background-image: url(../images/prog-prev-iddle.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 20px;
	background-size: 40px;
	padding-left: 60px;
	height: 40px;
	color: #fff;
}

.site .contenido .bloque-ver .prev a:hover {
	float: left;
	text-decoration: none;
	background-image: url(../images/prog-prev-over.png);
	color: #494743;
	font-size: 16px;
	margin-top: 10px;
}

.site .contenido .bloque-ver .prev a:visited {
	float: left;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	margin-top: 10px;
}

.site .contenido .bloque-ver .prev a:visited:hover {
	float: left;
	text-decoration: none;
	color: #494743;
	font-size: 16px;
	margin-top: 10px;
}


.site .contenido .bloque-ver .prox {
	float: right;
	width: calc(50% - 60px);
	text-align: right;

}

.site .contenido .bloque-ver .prox a:link {
	float: right;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	margin-top: 10px;
	background-image: url(../images/prog-prox-iddle.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 20px;
	background-size: 40px;
	padding-right: 60px;
	height: 40px;
	color: #fff;

}

.site .contenido .bloque-ver .prox a:hover {
	float: right;
	text-decoration: none;
	background-image: url(../images/prog-prox-over.png);
	color: #494743;
	font-size: 16px;
	margin-top: 10px;
}

.site .contenido .bloque-ver .prox a:visited {
	float: right;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	margin-top: 10px;
}

.site .contenido .bloque-ver .prox a:visited:hover {
	float: right;
	text-decoration: none;
	color: #494743;
	font-size: 16px;
	margin-top: 10px;
}



.footer {
	float: left;
	width: 100%;
	margin-top: 100px;
}

.footer .top {
	float: left;
	width: 100%;
	background-color: #ae699b;
	padding-bottom: 20px;
	padding-top: 20px;
}

.footer .top .logo {
	float: left !important;
	width: 60px;
	height: auto;
	margin-right: 10%;
}

.footer .top .logo img {
	float: left;
	width: 60px;
	height: auto;
}

.footer .menu {
	float: left;
	width: 100%;
	height: auto;
	background-color: #b56ba1;	
	padding-top: 70px;
	padding-bottom: 70px;	
}

.footer .menu .info {
	float: left;
	width: 50%;
}

.footer .menu .info h4 {
	float: left;
	width: 100%;
	font-size: 10px;
	color: #dc94c8;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 50px;
	letter-spacing: 0.5px;
}

.footer .menu .info h3 {
	float: left;
	width: 100%;
	font-size: 24px;
	color: #fff;
	font-weight: 400;
	line-height: 34px;


}

.footer .menu .info p {
	float: left;
	width: 70%;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 30px;
}

.footer .menu .menu {
	float: right;
	width: 40%;
	margin: 0px;
	padding: 0px;
}


.footer .menu .menu {
	float: right;
	width: 40%;
	margin: 0px;
	padding: 0px;
}

.footer .menu .menu h4 {
	float: left;
	width: 100%;
	font-size: 10px;
	color: #dc94c8;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 50px;
	letter-spacing: 0.5px;
}

.footer .menu .menu ul {
	float: left;
	margin: 0px;
	width: 100%;
	list-style: none;
	margin-top: 10px
}

.footer .menu .menu ul li {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	font-size: 14px;
}

.footer .menu .menu ul li a:link {
	float: left;
	width: 100%;
	color: #fff;
	text-decoration: none;
}

.footer .menu .menu ul li a:hover {
	float: left;
	width: 100%;
	color: #494744;
	text-decoration: none;
}

.footer .menu .menu ul li a:visited {
	float: left;
	width: 100%;
	color: #fff;
	text-decoration: none;
}

.footer .menu .menu ul li a:visited:hover {
	float: left;
	width: 100%;
	color: #494744;
	text-decoration: none;
}



.footer .top .copi {
	float: right;
	font-size: 11px;
	padding-top: 50px;
	color: #fff;
	
}

.footer .top .copi a:link {
	text-decoration: none;
	color: #fff;
}

.footer .top .copi a:visited {
	text-decoration: none;
	color: #fff;
}

.footer .top .copi a:hover {
	text-decoration: none;
	color: #494744;
}

.footer .top .copi a:visited:hover {
	text-decoration: none;
	color: #494744;
}

.footer .bottom {
	float: left;
	width: 100%;
	background-image: url(../images/color-back.jpg);
	background-repeat: repeat-y;
	height: 5px;
}


.texto-rosa {
	color: #f65981;
}

.texto-rosa a:link {
	color: #f65981;
	text-decoration: none;
}

.texto-rosa a:hover {
	color: #c06faf;
	text-decoration: none;
}

.texto-rosa a:visited {
	color: #f65981;
	text-decoration: none;
}

.texto-rosa a:visited:hover {
	color: #c06faf;
	text-decoration: none;
}


.texto-violeta {
	color: #c06faf;
	text-decoration: none;
}

.texto-violeta a:link {
	color: #c06faf;
	text-decoration: none;
}

.texto-violeta a:hover {
	color: #f65981;
	text-decoration: none;
}

.texto-violeta a:visited {
	color: #c06faf;
	text-decoration: none;
}

.texto-violeta a:visited:hover {
	color: #f65981;
	text-decoration: none;
}

.wrapper {
	float: left;
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-right: 5%;
}


.site .all .top-sm {
	display: none;
}


.oscuro {
	background-color: black;
}


@media only screen and (max-width: 1000px) {
	
	
	
	
}

@media only screen and (max-width: 690px) {

	.site .all .top {

	}

	
	.site .contenido {
		float: left;
		width: 100%;
		height: auto;
		margin-top: 0px;
	}
	
	
/*	PANEL QUE VER	*/
	

	
	.panel-que-ver .bottom .contenido {
		float: left;
		width: 100%;
		background-color: #fff;
		margin-top: 3px;
		padding-top: 34px;
		padding-bottom: 80px;
	}
	
	
	.panel-que-ver .bottom .contenido h5 {
		margin: 0px;
		font-size: 12px;
		color: #b54c9b;
		font-weight: 500;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	

/*	END PANEL QUE VER	*/

/*	PANEL VER COMO EN LA TELE	*/

	
	.panel-tele .bottom .contenido {
		float: left;
		width: 100%;
		background-color: #fff;
		margin-top: 3px;
		padding-top: 34px;
		padding-bottom: 80px;
	}
	
	.panel-tele .bottom .contenido h5 {
		margin: 0px;
		font-size: 12px;
		color: #ff5f88;
		font-weight: 500;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	

/*	END PANEL VER COMO EN LA TELE	*/

	.site .all .top-wt .top .logo {
		margin-right: 15px;
	}

	.site .all .top .menu .que-ver h4 {
		display: none;
	}
	
	
	.site .all .top .menu .tele h4 {
		display: none;
	}

	.site .all .top .menu .ver-todo h4 {
		display: none;
	}

	.site .all .top-wt .top .menu .home {
		position: relative;
		float: left;
		width: 32px;
		height: 32px;
		margin-right: 20px;
		margin-top: 2px;
	}

	.footer {
		float: left;
		width: 100%;
	}
	
	.footer .top {
		display: block !important;
		float: left;
		width: 100%;
		background-color: #fff;
		padding-bottom: 20px;
		padding-top: 20px;
	}
	
	.footer .top .logo {
		float: left !important;
		width: 60px;
		height: auto;
		margin-right: 10%;
	}
	
	.footer .top .logo img {
		float: left;
		width: 60px;
		height: auto;
	}
	
	.footer .bottom {
		float: left;
		width: 100%;
		background-image: url(../images/color-back.jpg);
		background-repeat: repeat-y;
		height: 5px;
	}

	.footer .top .copi {
		float: left;
		width: 100%;
		font-size: 11px;
		padding-top: 50px;
		margin-right: 0px;
		display: none;
	}

	.owl-theme .owl-nav {
		display: none;
	}


	.site .all .top-wt .filtros {
		float: left;
		width: 100%;
		margin-top: 50px;
	}	
		
	.site .all .top-wt .filtros .col {
		float: left;
		width: 100%;
		margin-bottom: 15px;
		margin-right: 0px;
	}
	
	
	.site .all .top-wt .filtros h5 {
		margin: 0px;
		font-size: 12px;
		font-weight: 400;
		margin-bottom: 20px;
	}
	
	.site .all .top-wt .filtros h4 {
		margin: 0px;
		font-size: 15px;
		color: #454340;	
		font-weight: 400;
		margin-bottom: 20px;
		border-top-color: #e9e9e9;
		border-top-style: solid;
		border-top-width: 1px;
		padding-top: 18px;
	
	}

	.site .all .top-wt .filtros .share {
		float: left;
		margin-right: 0px;
		text-align: left;
	}
	
	.site .all .top-wt .filtros .col .social {
		float: left;
		margin-top: 0px;
		margin-bottom: 20px;
	}
	
	.site .all .top-wt .filtros .col .social .fb {
		float: left;
		width: 44px;
		height: 44px;
		background-image: url(../images/icon-fb-iddle.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		margin-left: 0px;
		cursor: pointer;
	}
	
	.site .all .top-wt .filtros .col .social .fb:hover {
		float: left;
		background-image: url(../images/icon-fb-over.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.site .all .top-wt .filtros .col .social .tw {
		float: left;
		width: 44px;
		height: 44px;
		background-image: url(../images/icon-tw-iddle.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		margin-left: 10px;
		cursor: pointer;
	
	}
	
	.site .all .top-wt .filtros .col .social .tw:hover {
		float: left;
		background-image: url(../images/icon-tw-over.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.site .all .top-wt .filtros .col .social .ig {
		float: left;
		width: 44px;
		height: 44px;
		background-image: url(../images/icon-inst-iddle.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		margin-left: 10px;
		cursor: pointer;
	}
	
	.site .all .top-wt .filtros .col .social .ig:hover {
		float: left;
		background-image: url(../images/icon-inst-over.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.site .contenido .bloque .video {
		float: left;
		width: 100%;
		height: 300px;
		overflow: hidden;
		background-color: #000;
		margin-top: -40px;
	}

	.site .contenido .bloque .info .info-l {
		float: left;
		width: 100%;
		margin-right: 0px;
	}
	
	.site .contenido .bloque .info .info-r {
		float: left;
		width: 100%;
		margin-left: 0px;
	}

	.site .contenido .bloque .info .imagenes {
		margin-bottom: 30px;
	}
	
	.site .contenido .bloque .info .imagenes ul {
		float: left;
		width: 100%;
		margin: 0px;
		list-style: none;
		margin-left: 0px;
	}
	
	
	.site .contenido .bloque .info .imagenes ul li {
		float: left;
		margin: 0px;
		list-style: none;
		width: 100%;
		margin-right: 0px;
		margin-left: 0px;
		margin-bottom: 20px;
	}


	.site .contenido .bloque .info .bio ul li {
		float: left;
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		margin-right: 0px;
		height: auto;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	
	.site .contenido .bloque .info .bio ul li .l {
		float:left;
		width: 100%;
	}
	
	.site .contenido .bloque .info .bio ul li .r {
		float: left;
		width: 100%;
	}
	
	
	.site .contenido .bloque .info .bio ul li .avatar {
		float: left;
		width: 80px;
		height: 80px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		background-color: #ececec;
	}
	
	.site .contenido .bloque .info .bio ul li .avatar img {
		width: 80px;
		height: 80px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		
	}
	
	.site .contenido .bloque .info .bio ul li h4 {
		float: left;
		width: calc(100% - 150px);
		font-size: 17px;
		margin-top: 25px;
		margin-left: 20px;
		margin-bottom: 10px;
		padding: 0px;
		height: auto !important;
	}
	
	.site .contenido .bloque .info .bio ul li h5 {
		float: right;
		font-size: 13px;
		width: 50px;
		margin: 0px;
		border: none;
		text-transform: uppercase;
		font-weight: 500;
		letter-spacing: 1px;
		margin-top: 20px;
		text-align: center;
	}
	
	.site .contenido .bloque .info .bio ul li h5 a:link {
		float: right;
		color: #fff;
		text-decoration: none;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		opacity: 0.9;
		width: 20px;
		padding: 14px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.site .contenido .bloque .info .bio ul li h5 a:hover {
		opacity: 1;
		color: #fff;
	}
	
	.especialista-info {
		background-color: #fff !important;
		width: 100%;
		border-top-width: 4px;
		border-style: solid;
	
	}

	
	.site .contenido .bloque .info .bio ul li .datos {
		float: left;
		width: 100%;
		margin-left: 0px;
	}
	
	
	
	.site .contenido .bloque .info .bio ul li h6 {
		float: left;
		width: 100%;
		font-size: 13px;
		margin-top: 0px;
		margin-left: 0px;
		margin-bottom: 30px;
	}
	
	
	.site .contenido .bloque .auspicia ul li {
		float: left;
		width: 100%;
		margin: 0px;
		list-style: none;
		margin-bottom: 40px;
	}

	.footer .menu .info {
		float: left;
		width: 100%;
		margin-bottom: 70px;
	}
	
	
	.footer .menu .menu {
		float: left;
		width: 100%;
		margin: 0px;
		padding: 0px;
	}


}

