/* CSS Document */
html,body{
    height:100%;
	margin:0px;
	padding: 0px;
	font-size: 12px; 
    font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";

}
html{
    background-image: url('../img/logo_grupo.png');
    background-position:center;
    background-repeat:no-repeat;
    background-size:500px;
}
.ui-autocomplete{
    width:260px !important;
}
body{
    background-color:#005083;
	min-height: 100%;
	background-image: url('../img/FONDO_PRINCIPAL.png');
	background-size: cover;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	background-attachment:fixed;
}
.logo{
	max-width: 320px;
	width: 100%; 
	position: absolute;
	left:20px;
	top: 20px;
}
.logo img{
	display: block;
	width: 100%;
}
.logo_footer{
	max-width: 220px;
	position: absolute;
	bottom: 30px;
	right: 30px;
}
.logo_footer img{
	display: block;
	width: 100%;
}
.content{ 
	/*background-image: url('../img/CIRCULO_COMPLETO.png');*/
	background-size: cover;
	width: 550px;
	height: 550px;
	margin: auto;
	position: relative;
	position: absolute;
	left:50%;
	margin-left: -275px;
	top:50%;
	margin-top: -275px;
	z-index: 0;
}
.rosa{
	background-image: url('../img/circulo/ICONO_CENTRAL.png');
	background-size: cover;
	position: absolute;
	width: 200px;
	height: 200px;
	left: 50%;
	margin-left: -100px;
	top: 50%;
	margin-top: -100px;
}
.box{
	position: absolute;
	background-size: contain;
	width: 275px;
	height: 200px;
	background-repeat: no-repeat;
	/*background-color: red;*/
	z-index: 0;
	transition: background-image .5s ease-in-out;
}
.box a{
	position: absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom: 0px;
}
.pos1{
	background-image: url('../img/circulo/CIRCULO_1.png');
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	left: 55px;
}
.pos1:hover{
	background-image: url('../img/circulo/CIRCULO_AMARILLO 1.png');
}
.pos2{
	background-image: url('../img/circulo/CIRCULO_2.png');
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	left: 310px;
	top: 2px;
	width: 212px;
	height: 225px;
	z-index: 2;
}
.pos2:hover{
	background-image: url('../img/circulo/CIRCULO_AMARILLO 2.png');
}
.pos3{
	background-image: url('../img/circulo/CIRCULO_3.png');
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	left: 385px;
	top: 172px;
	width: 212px;
	height: 255px;
}
.pos3:hover{
	background-image: url('../img/circulo/CIRCULO_AMARILLO 3.png');
}
.pos4{
	background-image: url('../img/circulo/CIRCULO_4.png');
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	left: 224px;
	top: 370px;
	width: 267px;
}
.pos4:hover{
	background-image: url('../img/circulo/CIRCULO_AMARILLO 4.png');
}
.pos5{
	background-image: url('../img/circulo/CIRCULO_5.png');
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	left: 32px;
	top: 330px;
	width: 212px;
	height: 245px;
	z-index: 2;
}
.pos5:hover{
	background-image: url('../img/circulo/CIRCULO_AMARILLO 5.png');
}
.pos6{
	background-image: url('../img/circulo/CIRCULO_6.png');
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	left: 0px;
	top: 124px;
	width: 212px;
	height: 255px;
}
.pos6:hover{
	background-image: url('../img/circulo/CIRCULO_AMARILLO 6.png');
}









.overlay{
	position: absolute;
	left: 0px;
	width: 100%;
	height: 100%;
	top: 0px;
	background-color:rgba(0, 0, 0, 0.8);
	z-index: 1000;
}

.panel{
	padding: 0 0px 0px 0;
	background-color: white;
	width: 800px;
	z-index: 2;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	top:60px;
	/*
	top: 50%;
	margin-top: -215px;
	*/
	z-index: 1001;
	border-radius: 15px;
	min-height: 420px;
}
.slider,
.slide{
	width:100%;
	height: 200px;
	background-size: cover;
	background-position: center top;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.slider.transmeridian .slide{
	background-image: url('../img/empresas/transmeridian/portada2.png');
}
.slider.mercatorperu .slide{
	background-image: url('../img/empresas/mercatorperu/portada1.png');
}
.slider.antaresaduanas .slide{
	background-image: url('../img/empresas/antaresaduanas/portada1.png');
}
.slider.antareslogistics .slide{
	background-image: url('../img/empresas/antareslogistics/portada1.png');
}
.slider.contrans .slide{
	background-image: url('../img/empresas/contrans/portada1.png');
}
.slider.transportesmeridian .slide{
	background-image: url('../img/empresas/transportesmeridian/portada1.png');
}




.panelLogin label{
	display: block;
	padding: 5px;
}

.panelLogin input[type=text],
.panelLogin input[type=password]{
	display: block;
	padding: 6px 5px;
	outline: none;
	width: 100%;
	max-width: 245px;
	border:solid 1px #013961;
	border-radius:5px;
}

.panelLogin a{
	color: #013961;
	text-decoration: underline;
	display: inline-block;
	padding: 3px; 
}

.loginImage{
	padding: 10px 0 20px 0;
}

.panelBoton{
	padding: 10px 0;
	text-align: right;
}

.panelLogin input[type=button]{
	background-color: #013961;
	color: white;
	padding: 8px 20px;
	border:none;
	cursor:pointer;
	outline: none;
	border-radius:5px;
}
/* transform : translate(-20px, 0px) rotate(15deg);
    -moz-transform : translate(-20px, 0px) rotate(15deg);
    -webkit-transform : translate(-20px, 0px) rotate(15deg);
    -o-transform : translate(-20px, 0px) rotate(15deg);
    -ms-transform : translate(-20px, 0px) rotate(15deg);*/
a.close{
	text-decoration: none;
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 14px;
}
.clear{
	clear: both;
}

.box:hover .panelHover{
	display: block;	
}
 

.panelHover{
	display: none;
	text-align: left;
	background-color: white;
	padding: 10px 15px 0 15px;
	color:  #013961;
	border:solid 1px  #013961;
	border-radius: 10px;
	position: absolute;
	width: 250px;
	font-size: 14px;
}

.pos1 .tooltiptext{
	left: -110px;
	top: -50px;
}

.pos2 .tooltiptext{
	left: 140px;
	top: -30px;
}


.pos3 .tooltiptext{
	left: 180px;
	top: 95px; 
}


.pos4 .tooltiptext{
	left: 200px;
	top: 145px;
}


.pos5 .tooltiptext{
	left: -240px;
	top: 130px;
}

.pos6 .tooltiptext{
	left: -280px;
	top: 90px;
} 

.boxLoad{
	display: none;
	position: absolute; 
	left: 0px; top: 0px; right: 0px; bottom: 0px; 
	background-color: rgba(255, 255, 255, 0.80);
	background-image: url(../img/load.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.boxRoles{
	padding-right: 15px;
	padding-bottom: 5px;
}
.boxRoles h3{
	 font-weight: normal; 
	color:#013961;
	font-size: 14px;
	padding: 0px;
	margin: 10px 0;
}

.boxRoles ul{
	padding: 0px;
	margin: 0px;
}

.boxRoles li{
	display: block;
	list-style:none;
	margin-bottom: 5px;
	background-color: #013961;
	color: white;
	border-radius: 3px;
	padding: 3px;
}

.boxRoles li a{
	display: block; 
	color: white; 
	cursor: pointer;
	text-decoration: none;
}

/*
@media screen and (max-width: 1300px) {
	.content{
		
		height: 550px;
		margin: auto !important;
		position: relative !important; 
		left:inherit !important; 
		top: inherit !important;  
		margin-top: 100px !important; 
	}
	body{
		overflow: auto !important;
	}
}*/
/* Tooltip container */
.tooltip {
  
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 250px;
	line-height: 1.2;
  background-color: #fff;
  color: #004a76;
  text-align: left;
  padding: 10px;
	font-size: 12px;
  border-radius: 4px;
  font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	font-weight:700 ;
  /* Position the tooltip text */
  position: absolute;
  z-index: 10;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}