.linkbar a:focus {color: #fff;}

.backnaranja {background: #FFCE55 !important; border: 1px solid #bf9e49 }
.backnaranja a {color: #303D4B; display: block !important; }
/*.backnaranja:hover {background: #303D4B; border: 1px solid #bf9e49 ; color: #FFCE55; }
.backnaranja a:hover {color: #FFCE55;  } 
*/
.mr10 {margin-right:10px !important;}
.ml30 {margin-left:30px !important;}
.mt10 {margin-top:10px;}	.pt10 {padding-top:10px;}
.mt20 {margin-top:20px;}	.pt20 {padding-top:20px;}
.mt30 {margin-top:30px;}	.pt30 {padding-top:30px;}
.mt40 {margin-top:40px;}	.pt40 {padding-top:40px;}
.mt50 {margin-top:50px;}	.pt50 {padding-top:50px;}
.mt60 {margin-top:60px;}	.pt60 {padding-top:60px;}
.mt70 {margin-top:70px;}	.pt70 {padding-top:70px;}

.mb10 {margin-bottom:10px;}		.pb10 {padding-bottom:10px;}
.mb20 {margin-bottom:20px;}		.pb20 {padding-bottom:20px;}
.mb30 {margin-bottom:30px;}		.pb30 {padding-bottom:30px;}
.mb40 {margin-bottom:40px;}		.pb40 {padding-bottom:40px;}
.mb50 {margin-bottom:50px;}		.pb50 {padding-bottom:50px;}
.mb60 {margin-bottom:60px;}		.pb60 {padding-bottom:60px;}
.mb70 {margin-bottom:70px;}		.pb70 {padding-bottom:70px;}
.tabla {display: table;}
.tabla-row {display: table-row;}
.tabla-cell {display: table-cell; }

 #registrate_home_box {width: 100%; height: 100%; position: absolute; top: 0; left: 0;
	background: rgba(0,0,0,0.7); z-index:111; display:none;
} 

.playpeq {
    position: absolute;
    background: url(/media/img/play_peq.png) no-repeat no-repeat center center;
}
.max300 {max-width:300px; margin: 0 auto;}
/* .destaca h3 {font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.3;
    color: #323F4E;
    margin: 15px 0 10px 0;
    text-transform: uppercase;
    
} */
.w100  { width:100%} 
.destaca .tabla { height: 151px; }
.destaca .tabla-cell { vertical-align: middle;
	min-height: 42px;
}
.destaca p {}
/* POP UP DEL COMERCIAL */
/* #rotulo1comercial { cursor:pointer;
    z-index: 100; display: none;
} */
.modal-body {

    margin-top: 15px;
}

   @media (max-width: 555px) { 
	  
	   .pop_comercial {width: 90% !important;}
  }
   @media (max-width: 767px) { 
	   #rotulo2comercial {right: 5%; }

  }
 
  @media (min-width: 768px) {
  
  }
.ms-skin-default .ms-slide .ms-slide-vpbtn { top: 58% !important
}
.relative { position: relative}
.butplay {
    width: 50px;
    height: 51px;
    background: url(/media/masterslider/skins/default/light-skin-1.png) no-repeat -14px -150px;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    position: absolute;
    cursor: pointer;
}
.events-content li p {
    text-align: center !important;
}
.bannercover { max-height: 300px;
    object-fit: cover;}
.pop_comercial {
background: #fff;
	position: fixed;
	display: none;
	bottom:0;
	right:5%;
	max-width:500px;	
	width:90%;
	z-index: 110;
	border: 1px solid #d6d6d6;
	background-size: auto 85% !important;
	/*-webkit-box-shadow: 2px 9px 53px 2px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 9px 53px 2px rgba(0,0,0,0.75);
	box-shadow: 2px 9px 53px 2px rgba(0,0,0,0.75);*/
	margin-left: 25px;
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	

}
.pop_comercial .close {
	color: #303D4B;
	padding:10px 15px;	
	float: right;
	font-size:22px
}
.pop_comercial .rotul {
	background: #FFCE55;
	padding:14px 15px 0 55px;	
	font-size: 18px;
	background-image: url(/fase2/img/icon.png) ;
	background-repeat: no-repeat;
	background-position-y: bottom;
	background-position-x: 10px;
	height: 50px;
}


.pop_comercial .box {
	
	line-height: 23px
}
.pop_comercial .box p{
	font-weight: 200;
}
.pop_comercial .box span{
	font-size:16px;
	color: #303D4B;
	font-weight: 500;

}
.pop_comercial .tel {
	margin: 10px 0; font-size:22px !important;
}
.pop_comercial .tel span{
	
}

.alternate:nth-child(odd) {
    background-color:#f2f2f2;
    padding: 20px;
}
.alternate:nth-child(even) {
    background-color:#fbfbfb;padding: 20px;
}

.button-yellow {
	background: #ffce55;
	background: -moz-linear-gradient(top, #ffce55 0%, #d6ab48 100%);
	background: -webkit-linear-gradient(top, #ffce55 0%,#d6ab48 100%);
	background: linear-gradient(to bottom, #ffce55 0%,#d6ab48 100%);
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border: 1px solid #303D4B;
	padding: 10px 18px;
	transition: 1s;
	
}

.button-yellow:hover {
	background: #4b5b63;
	background: -moz-linear-gradient(top, #4b5b63 1%, #27313d 100%);
	background: -webkit-linear-gradient(top, #4b5b63 1%,#27313d 100%);
	background: linear-gradient(to bottom, #4b5b63 1%,#27313d 100%);
	color: #FFCE55;text-decoration: none;
}
.pointer {cursor:pointer;}
.base_oscura {background: rgba(0,0,0,0.7); position:fixed; width:100%; display:none; height:100%; z-index: 200; top:0; left:0; overflow-y: scroll;}

.centro-centro {
	position: absolute;
	background: white;
	
}

.comercial_seccion1 p {color: #fff; font-size: 17px; font-weight: 100}
.comercial_seccion1 span {color: #FFCE47; font-size: 15px; font-weight: 100}
.bgris {	background: #E6E9EE;}

.comercial_seccion2 textarea {height:140px} 
.colgrey {color: #dbdbdb}
.w230 { width:230px;}
.sc2mot { color: #323F4E; padding-top: 10px ; font-size: 16px;}

@media (max-width: 850px) { 
  .centro-centro {
  width: 90%;
  min-height: 600px;
  margin: 5% ;
  overflow-y: scroll;
  border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
  }
  .comercial_seccion1 {
	background: #323F4E ;
	background-image: none !important;	
	}
	.padpop {padding: 50px 50px 0 70px;}
	.comercial_seccion2 { padding: 20px;}
}
@media (min-width: 851px) {
  .centro-centro {
  width: 800px;  
  height: 600px;	
  left: 50%;
  top: 50%;
  margin-top: -300px;
  margin-left: -400px;
  border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
  }
  .comercial_seccion1 {
	background-size: auto 90% !important;	
	border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	}
	
	.padpop {padding: 50px 350px 0 70px;}
	.comercial_seccion2 { padding: 50px 80px;}
}
@media (max-width: 364px) { 
	#redes_nav {display:none;}
}

.franjapop {background:  url(/fase2/img/comerciales/franja-pop.png) no-repeat no-repeat  bottom; height: 81px;
	background-position: -30px 13px;
}
.pointer {cursor: pointer !important}
.listposts a , .listposts a:hover{color:#323F4E; font-weight: 600}
/* FIN POP UP DEL COMERCIAL */


/* NUEVA CABECERA */
.menuprin {
	list-style-type: none;
	display: inline
}
.menuprin > li {float:left; padding: 15px}
.menuprin .letter {padding-top:30px;}
/* #logo_header {margin-top: 8px;} */
.ico_siguenos {text-align: right}
.visible-xxs {display: none}
@media (max-width: 991px) { 
  .menuprin > li { padding: 15px 11px}
  /* header { padding: 15px 11px} */
  .ico_siguenos {text-align: left !important; padding-top: 25px;}
  }
  
  /* @media (max-width: 768px) { 
  header { padding: 15px 11px}
  } */
  
   @media (max-width: 385px) { 
  .hiddenacceso { display:none}
  .visible-xxs {display: block;}
  .ico_siguenos img {margin-bottom: 6px}
  }
  .profesional {background: #303D4B}
  .presen {padding: 10px 0; color: #FFCE55}
  .presentienda {padding: 10px 0; color: #303D4B}
  .nav2prof {border: none; }
  .nav2prof a {color:#fff }
  .nav2profb {background: #fff}
  .backfooter {background: #E6E9EE; padding: 60px 0}
  .telefonos {font-size:25px;}
  .telefonos span {font-size: 14px}
  .cazul { color:#313F4E}
  .ico_siguenos img {margin-left: 6px}
 
  #btn_slider, .btn_bucador {
    padding: 16px 40px 16px 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#btn_slider {background: rgba(0,0,0,0.19);
    padding: 9px 25px 9px 25px;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 100;transition:0.5s;
    text-transform: uppercase;
	 text-decoration: none
 }
 #btn_slider:hover { background: rgba(255,255,255,0.9); color:#86827e; border-color: #86827e; transition:0.6s}
 
   #btn_slider2 {
    padding: 9px 25px 9px 25px;
    border-radius: 20px;
    color: #86827e;
    font-size: 14px;
    font-weight: 100;transition:0.5s;
    border-color:#86827e !important;
        border: 1px solid;
        text-transform: uppercase;
	 text-decoration: none
 }
 #btn_slider2:hover { background: #86827e; color:#fff; border-color: #fff; transition:0.6s; text-decoration: none}
 
 
 /* .btn_slider {background: rgba(0,0,0,0.19);
    padding: 9px 25px 9px 25px;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 100;transition:0.5s;
    text-transform: uppercase;
	 text-decoration: none
 }
 .btn_slider:hover { background: rgba(255,255,255,0.9); color:#86827e; border-color: #86827e; transition:0.6s} */

 
    .btn_slider2 {
    padding: 9px 25px 9px 25px;
    border-radius: 20px;
    color: #86827e;
    font-size: 14px;
    font-weight: 100;transition:0.5s;
    border-color:#86827e !important;
        border: 1px solid;
        text-transform: uppercase;
	 text-decoration: none
 }
 .btn_slider2:hover { background: #86827e; color:#fff; border-color: #fff; transition:0.6s; text-decoration: none}
 
     .btn_slider3 {
    padding: 9px 25px 9px 25px;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 100;transition:0.5s;
    border-color:#fff !important;
        border: 1px solid;
        text-transform: uppercase;
	 text-decoration: none
 }
 .btn_slider3:hover { background: #fff; color:#C94634; border-color: #fff; transition:0.6s; text-decoration: none}
 
 
 
.backgris {background: #E6E8ED; padding-right: 0 !important; padding-left: 0 !important}
.backfotoregis {background: url(/fase2/img/banner-registro-back.png) no-repeat no-repeat left bottom; background-size: cover; padding: 30px; text-align: center; height: 715px;}
.backfotoregis p {color: #fff !important; margin: 20px 0 40px 0; font-weight: 300}
.backfotoregis p span {font-weight: 500}
.marg0 {margin-left: 0 !important; margin-right: 0 !important;}

img.gamaslider {
    width: 100px !important;
    height: 100px !important;
}

.mimesis { padding:25px}
.option_menu_especialistas {
    width: 25%;}