html {
	font-family: "Helvetica Light",Arial,sans-serif;	
	font-size: 15px;
}

#header {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

hr {
	margin: 10px 0 10px 0;
}

@media (max-width: 390px) {
	#login-box {
		left: 5% !important;
		margin-left: 0 !important;
	}	
}

@media (max-width: 555px) {
	#cabecera {
		text-align: center;
	}
	
	.izq, .der {
		display: inline !important;
		text-align: inherit !important;
	}
	
	#logoXaicom {
		float:	none !important;
	}
	
	#pie {
		text-align: center;
	}
	
	#login-box {
		left: 50%;
		margin-left: -175px !important;
	}	
} 

@media (max-width: 390px) {
	#login-box {
		left: 5% !important;
		margin-left: 0 !important;
	}	
}

@media (min-width: 768px) {
	#cabecera, #pie {
		width: 90%;
	}
	
	#cabecera{
		display: table !important;
	}
	
	.izq, .der {
		display: table-cell !important;
	}
	
	.cent {
		display: inline !important;
	}
}

@media (min-width: 900px) {
	.texto-sobre-slider {
		display: inline !important;
	}
}

	
#cabecera {
	display: table;
	height: 107px;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

.bx-viewport {
	border: 0 !important;
}

.bxslider img {
	width:100%;
}

/*
.img-title {
	text-align: center;
}

.img-title img {
	min-width: 120px;
	max-width: 250px;
	width: 100%;
} */

h1 {
	color: #156585; 
	font-family: Calibri;
}

.izq {
	display:table-cell;
	vertical-align:middle;
	width: 50%;
}

.der {
	display:table-cell;
	vertical-align:middle;
	text-align: right;
	width: 50%;
}

.izq img {
	display: inline;
	padding: 0 20px;
	max-width: 250px;
	width:	100%;
}

#login-box {
	position: absolute;
	max-width: 350px;
	margin-left: 5%;
	width: 90%;
	z-index: 10000;
	padding-top: 3%;
}

.texto-sobre-slider {
	display:none;
	position: absolute;
    right: 15%;
    bottom: 20%;
    z-index: 100;
	height: 126px;
}

.texto-sobre-slider span {
	background-color: rgba(102,204,51,.8);
    padding: 10px;
    color: #fff;
    font-size: 3.13333rem;
    line-height: 5.1rem;
    width: auto;
}

#localizacion {
	font-size: 2rem;
    padding: 9px 10px;
    line-height: 1.75;
}

#localizacion img {
	display:inline;
	margin-bottom: 5px;
}

.panel {
    border-color: #1A6592;
    background-color: rgba(255, 255, 255, 0.85);
    border-color: #000;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BFFFFFFF, endColorstr=#BFFFFFFF);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#BFFFFFFF, endColorstr=#BFFFFFFF)";
}

.panel .panel-heading {
    background-color: #6c3;
    border-color: #6c3;
    color: #FFF;
    font-size: 120%;
}

.panel-body, #fondo .panel-heading {
    padding: 8px;
}

.no-top-margin {
    margin-top: 0;
}

#banners {
    margin-bottom: 20px;
}

#footer a {
    color: #fff;
}
#footer a:hover, #footer a:focus {
    color: #46b8da;
}

#footer { 
	width: 100%;
	padding: 25px 0 25px;
    margin-left: auto;
    margin-right: auto;
    background: #808080;
    color: white;
}

#logoXaicom {
	padding-left: 10px;
	float: right;
	max-width: 100%
}

#pie{ 
	margin: auto;
	padding: 0 25px;
	max-width: 1024px;
	vertical-align: middle;
}
#pie img:first-child {
    width: 175px;
    padding-right: 10px; 
}

#copyright { font-size: 11px; text-align: center; }
#copyright p {margin: 64px 0 0 0;}

#copyright a:link, a:visited { color: white;}


  #lopd-text {
	  display: none;
  }
  .lopd-group .lopd-group-span {
	  width: 0;
	  background-color: transparent;
	  border: none;
  }
  .lopd-group .lopd-group-input {
	  float: left;
  }



 /* A continuación el estilo de la caja lightbox de Terms - Conditions */
.box_popup {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.button_popup {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06D85F;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button_popup:hover {
  background: #06D85F;
}

.overlay_popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* background: rgba(0, 0, 0, 0.7); */
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}
.overlay_popup:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 90%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close_popup {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close_popup:hover {
  color: #06D85F;
}
.popup .content_popup {
  /* max-height: 30%; */
  max-height: 475px;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box_popup{
    width: 70%;
  }
  .popup{
    width: 98%;
  }
}

#popup-lopd {
	overflow-y: scroll;
}
/* Fin caja lightbox */