.chat_oculto {
		display:none;
	}


/* Desplegable MENU superior */ 

.dropdown1-menu {
  position: relative;
}

.dropdown1-menu > span {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.dropdown1-menu > span,
.dropdown1-menu > div {
  cursor: pointer;
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.dropdown1-menu > div {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

.dropdown1-menu > span:focus ~ div {
  display: block;
}

.dropdown1-menu > ul {
  position: absolute;
  z-index: 51;
  visibility: hidden;
  transition: visibility 0.5s;
  opacity: 0;
}

.dropdown1-menu > span:focus ~ ul {
  visibility: visible;
  opacity: 1;
  margin-top:26px;
}
.sample-menu-style > span:hover {
  opacity: 0.75;
}

.sample-menu-style > ul {
  padding: 0;
  margin-top: 2px;
  width:140px;
  background-color:black;
}

.sample-menu-style li {
  border: 0px solid #bbb;
  box-shadow: 0px 0px 0px #ccc;
  padding: 0.7em 0.3em 0;
  height: 4.5em;
  width:  130px;
  background: #000000;
  white-space: nowrap;
  list-style-type:none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.sample-menu-style li:not(:first-child) {
  border-top: none;
}

.sample-menu-style li:hover {
  background: #000000;
}

/* desplegable menu superior */




		.buttons {
			  margin: 5px 0;
			  width: 130px;
			}
			button {
			  font-size: 14px;
			  display: inline;
			  padding: 3px 6px;
			  border: 2px solid #ccc;
			  background: #fff;
			  border-radius: 5px;
			  outline: none;
			  font-size: 0.8rem !important;
			}
			button:hover {
			  border: 2px solid #888;
			  background: #ffe;
			  cursor: pointer;
			  font-size: 0.8rem !important;
			}
		#carouselWrapper {
		  position: relative;
		  overflow: hidden;
		  width:130px !important;
		  background-color:#f8aa06;
		  padding-left:0px;
		  border-radius:25px;
		  height:470px !important;
		 

		}
		#carousel {
		  position: absolute;
		  visibility: hidden;
		  margin-left:25px;

		}

		.button_amarillo {
		   border: 5px solid #030303;
		   background: #ffff00;
		   background: -webkit-gradient(linear, left top, left bottom, from(#ffff00), to(#ffff00));
		   background: -webkit-linear-gradient(top, #ffff00, #ffff00);
		   background: -moz-linear-gradient(top, #ffff00, #ffff00);
		   background: -ms-linear-gradient(top, #ffff00, #ffff00);
		   background: -o-linear-gradient(top, #ffff00, #ffff00);
		   background-image: -ms-linear-gradient(top, #ffff00 0%, #ffff00 100%);
		   padding: 10.5px 9px;
		   -webkit-border-radius: 12px;
		   -moz-border-radius: 12px;
		   border-radius: 12px;
		   -webkit-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
		   -moz-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
		   box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
		   text-shadow: #000000 0 1px 0;
		   color: #000000;
		   font-size: 14px;
		   font-family: helvetica, serif;
		   text-decoration: none;
		   vertical-align: middle;
		   position:relative;
		 }

.button_amarillonegro, 
		.button_amarillonegro:hover,
		.btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle{
		   border: 6px solid yellow;
		   background: #ffff00;
		   background: -webkit-gradient(linear, left top, left bottom, from(#ffff00), to(#ffff00));
		   background: -webkit-linear-gradient(top, #ffff00, #ffff00);
		   background: -moz-linear-gradient(top, #ffff00, #ffff00);
		   background: -ms-linear-gradient(top, #ffff00, #ffff00);
		   background: -o-linear-gradient(top, #ffff00, #ffff00);
		   background-image: -ms-linear-gradient(top, #ffff00 0%, #ffff00 100%);
		   padding: 8px 9px;
		   -webkit-border-radius: 12px;
		   -moz-border-radius: 12px;
		   border-radius: 12px;
		   -webkit-box-shadow:0px 0px 0px 4px rgb(0, 0, 0);
		   -moz-box-shadow:0px 0px 0px 4px rgb(0, 0, 0);
			box-shadow: 0px 0px 0px 4px rgb(0, 0, 0);
			position:relative;
		   text-shadow: #000000 0 1px 0;
		   color: #000000;
		   font-size: 14px;
		   font-family: Arial;
		   font-weight:800;
		   text-decoration: none;
		   vertical-align: middle;
 	      position:relative;
 
		  }



.button_negro, .button_normalnegro,
		.button_negro:hover,.button_normalnegro:hover,
		.btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle{
		   border: 6px solid #ffffff;
		   background: #000000;
		   background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
		   background: -webkit-linear-gradient(top, #000000, #000000);
		   background: -moz-linear-gradient(top, #000000, #000000);
		   background: -ms-linear-gradient(top, #000000, #000000);
		   background: -o-linear-gradient(top, #000000, #000000);
		   background-image: -ms-linear-gradient(top, #000000 0%, #000000 100%);
		   padding: 8px 9px;
		   -webkit-border-radius: 12px;
		   -moz-border-radius: 12px;
		   border-radius: 12px;
		   -webkit-box-shadow:0px 0px 0px 4px rgb(0, 0, 0);
		   -moz-box-shadow:0px 0px 0px 4px rgb(0, 0, 0);
			box-shadow: 0px 0px 0px 4px rgb(0, 0, 0);
			position:relative;
		   text-shadow: #000000 0 1px 0;
		   color: #ffffff;
		   font-size: 14px;
		   font-family: Arial;
		   font-weight:800;
		   text-decoration: none;
		   vertical-align: middle;
 		   position:relative;
		  }




		  .dropdown-menu {
				position: absolute;
				top: 100%;
				left: -3px;
				z-index: 1000;
				display: none;
				float: left;
				padding: .5rem 0;
				margin: .125rem 0 0;
				font-size: 1rem;
				color: #292b2c;
				text-align: center;
				list-style: none;
				background-color: #000;
				-webkit-background-clip: padding-box;
				background-clip: padding-box;
				border: 1px solid rgba(0,0,0,.15);
				border-radius: .45rem;
				height: 170px;
				min-width:140px !important;
			}

			.button:hover {
			border-style:none !important;
			}

			.btn-primary {
				color: #fff;
				background-color: #2a4755;
				border-color: #2a4755;
			}

		  .boton_enviar {
			border-top: 1px solid #96d1f8;
			background: #bd3200;
			background: -webkit-gradient(linear, left top, left bottom, from(#f5b000), to(#bd3200));
			background: -webkit-linear-gradient(top, #f5b000, #bd3200);
			background: -moz-linear-gradient(top, #f5b000, #bd3200);
			background: -ms-linear-gradient(top, #f5b000, #bd3200);
			background: -o-linear-gradient(top, #f5b000, #bd3200);
			padding: 9.5px 19px;
			-webkit-border-radius: 19px;
			-moz-border-radius: 19px;
			border-radius: 19px;
			-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
			-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
			box-shadow: rgba(0,0,0,1) 0 1px 0;
			text-shadow: rgba(0,0,0,.4) 0 1px 0;
			color: white;
			font-size: 14px;
			font-family: Helvetica, Arial, Sans-Serif;
			text-decoration: none;
			vertical-align: middle;
			}


			.videoremoto {
			z-index:50;
			visibility:hidden;
			border-radius: 25px;
			width: 434px;
			position:absolute;
			}

			.videolocal {
			z-index:101;
			visibility:hidden;
			border-radius: 25px;3
			width: 200px; 
			height:150px; 
			position:absolute;
			}

			.fullscreen {
			   position: fixed;
			   top: 0;
			   right: 0;
			   bottom: 0;
			   left: 0;
			   z-index: 106;  
			   background-color: #000000;
			   height:100% !important;
			}
			.overlay {    
				position: fixed; 
				z-index: 107; 
				left: 36px; 
				top: 30px;
				width: 273px;
				overflow-x: hidden; 
				overflow-y: hidden;
				transition: 0.1s; 	
			}


			.boton-salir {
				background-color: #d00b2b;
				box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
				font-size: 3em;
				height: 200px;
				width: 200px;
				border-radius: 50%;
				position: absolute;
				z-index: 1000;
				color: #FFF;
				top: -50px;
				right: -50px;
				padding-top: 70px;
				padding-bottom: 40px;
				font-weight: bolder;
				border: 5px solid #FFF;
				text-align: center;
				background-image: url(../images/salir.png);
				background-repeat: no-repeat;
				background-position: 25px 74px;
				visibility:hidden;
/*				display:none;*/
			}

			.boton-salir a{
			 display: block;
			 height: 200px;
				width: 200px;
				color: #FFF;
				
			}



			.transparencia {
				background-color: black;
				height: 100%;
				width: 100%;
				position: absolute;
				z-index: 105;
				color: #FFF;
				top: 0px;
				right: 0px;
				padding-top: 70px;
				visibility:hidden;
				opacity:0.7;
/*				display:none;*/
			}

			

.colgar {
	background-color: transparent;
	height: 68px;
	width: 68px;
	border-radius: 50%;
/*	background-image: url(../images/colgar.png);*/
	background-position: center center;
	background-repeat: no-repeat;
	/*margin-right: 45px;*/
	margin-left: auto;
	cursor: pointer;
	margin-top:220px;

}

.cposition {
	float:center;
	position:absolute;
	vertical-align:middle;
	top:100%;
	right:20px;
	margin-top:20px;

	}

.incomingcall-h {
	right:-25px !important;

}

.incomingcall-a {
	right:75px !important;

}


.videoagente {
	background-image:url(../images/videoagente.png); 
	background-repeat: no-repeat;
	background-size: cover; 
	border-radius: 25px; 
	max-height:350px; 
	height:350px;
	width:auto !important;
	/*margin-top:35px;*/
	/*margin-left:5px;*/
	}

.fondogris {
	background:#b4b4b4 !important; 
	}

.fondoamarillo{
	background-color:yellow
	}

.textonegro{
	color:black !important;
	padding:2px 30px 2px;
	margin-top:10px;
	margin-left:-30px;
	}

.btn_full {
	float:right;
	position:relative;
	vertical-align:middle;
	top:-20px;
	right:195px;
	background:transparent !important;
	z-index: 102;
	border:0;
	}

.btn_mutemic {
	/*float:right;
	position:relative;*/
	vertical-align:middle;
	/*top:190px;
	right:-110px;*/
	background:transparent !important;
	z-index: 102;
	border:0;
	}

.btn_fullscreen {
  /*float: left;
  position: relative;
  vertical-align: middle;*/
  top: 290px;
  /*right: 200px;*/
  background: transparent !important;
  z-index: 102;
  border: 0;
  margin-top: 25px;
  position: fixed;
  margin-left: 65px;
}

.btn_mute {
	/*float:right;
	position:relative;*/
	vertical-align:middle;
	/*top:190px;
	right:80px;*/
	background:transparent !important;
	z-index: 102;
	border:0;
	}

.btn_ama {
	top: 80% !important;
	right: -15px !important;
	width:60px;
	}

.columna1 {
	background-image:url(../images/fondo.png); 
	background-repeat: no-repeat;
	background-size: 831px 678px; 
	border-radius: 25px;
	}

.y {
    background-color: transparent !important;
	background-image: url() !important;
	}

.n {
    background-color: transparent !important;
	background-image: url() !important;
	}
.fondogrisy {
	background:#b4b4b4 !important; 
	}

.fondogrisn {
	background:#b4b4b4 !important; 
	}

.fondoblanco {
	background:#ffffff;
	}

.videolocal1 {
	background-image:url(../images/videolocal.png); 
	background-repeat: no-repeat;
	background-size: cover; 
	border-radius: 25px; 
	max-height:150px; 
	height:150px;
	width:200px;
	margin-top:35px;
	margin-right:25px; 
	position:relative;

}

.minutero {
	color:white;
	margin-top:10px !important;
	position:relative;
	/*left:45px;*/
	font-weight: 800;
	margin-top:80px;
	background-color: transparent;
	border: none;
	font-size:25px;
}

.bienvenidos {
	margin-top:100px!important;
	}


.oculto {
	display:inline;
}

.ocultoh {
	display:none;
}

.dcha {

}

.top45 {
	padding-top: 25px;
	padding-left: 0px;
	padding-right: 15px;

	}

.quadrat1{

background-color: #ffffff !important;
}

.quadrat {
  -webkit-animation: PARPADEO 1s infinite;  /* Safari 4+ */
  -moz-animation: PARPADEO 1s infinite;  /* Fx 5+ */
  -o-animation: PARPADEO1s infinite;  /* Opera 12+ */
  animation: PARPADEO 1s infinite;  /* IE 10+, Fx 29+ */
}

@-webkit-keyframes PARPADEO {
  0%, 49% {
    background-color: #403c3b;
  }
  50%, 100% {
    background-color: #FFFFFF;
  }
}


.vertical {

	width:130px !important;
	background-color: #f8aa06;
	padding-left: 0px;
	border-radius: 25px; 
	padding-top:8px !important; 
	height:460px !important;

}

.verticaly {

	width:130px !important;
	background-color: transparent;
	padding-left: 0px;
	border-radius: 25px; 
	padding-top:5px !important; 
	height:460px !important;

}

.verticaln {

	width:130px !important;
	background-color: transparent;
	padding-left: 0px;
	border-radius: 25px; 
	padding-top:5px !important; 
	height:460px !important;

}

.iconovertical {

	cursor:pointer;
	margin-left:25px;
	padding-top:7px;

}


.slidemaster {
	width:130px;
	background-color: #f8aa06;
	padding-left: 0px;
	border-radius: 25px; 
	padding-top:8px !important; 
	height:460px !important;
}

.slidey{ 
	background-color: transparent;
	padding-top:5px !important; 
	}

.sliden{ 
	background-color: transparent;
	padding-top:5px !important; 
	}


.botonesmakecall{
	cursor:pointer;
	margin-left:22px;
	padding-top:7px;
}

.botonesmakecally{
	cursor:pointer;	
	margin-left:0px !important;
	padding-top:7px;
}

.botonesmakecalln{
	cursor:pointer;	
	margin-left:0px !important;
	padding-top:7px;
}

@media (max-width: 1200px) {
	.oculto {
		display:none;
	}

	.ocultoh {
		display:block;
	}

	.btnzoom {
	right: -5px;
	}

	.izda {
	margin-left: -1px;
	}

	.sup {
	position: absolute;
	top: -180px !important;
	z-index: 10000;
	width: 180px;
	}

	.top45 {
	padding-top:1px;		
	}

	.videoagente {
	width: 435px;
	height:435px;

	}

	.columna1 {
    background-image: url(../images/fondo.png);
    background-repeat: no-repeat;
    background-size: 831px 678px;
    border-radius: 25px;
	max-width:670px;
	min-width:670px;
	margin-top:45px !important;
	}

	.columna1y {
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 831px 678px;
    border-radius: 25px;
	max-width:670px;
	min-width:670px;
	}



	.videolocal1 {
	background-image:url(../images/videolocal.png); 
	background-repeat: no-repeat;
	background-size: cover; 
	border-radius: 25px; 
	max-height:150px; 
	height:150px;
	width:200px;
	margin-top:35px;
	margin-left:5px; 
	position:relative;

	}

	.videoremoto {
    z-index: 50;
    visibility: hidden;
    border-radius: 25px;
    width: 100%;
	

    position: absolute;
	}

	.col-md-8 {
	width:66.666%;
	}

	.col-md-4 {
	width:4.444%;
	}

	.fullscreen {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 107;  
	background-color: #000000;
	height:100% !important;
	
	}
	.vertical {

		height:60px !important;
		width:300px !important;
		margin-top:-45px !important;
	}

	.verticaly {
		height:60px !important;
		

	}

	.verticaln {
		height:60px !important;
	}

}





