body {
	font-family: 'SinkinSans';
  padding-right: 0 !important;
}

header
{
	position: relative;
}

.web_header
{
	height: 100px;
	display: inline-block;
	vertical-align: top;
}

.logo
{
	padding-top: 25px;
	width: 200px;
}

.logo img
{
	
	/*height: 100%;*/
}

.header_content
{
        margin-left: 120px;
	width: calc( 100% - 330px);
	background: #ffffff;
        color:#ff6600;
	position: relative;
}

.header_right
{
	width: 200px;
	background-color: #eff1f3;
	font-size: 2em;
	text-align: center;
  display: none;
}

.header_right div
{
	margin-top: 16%;
	height: 0;
}

.header_content_upperline
{
	width: 85%;
	height: 40%;
	margin: auto;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #ff6600;
	position: relative;
	top: 30%;
	font-weight: 600;
	font-size: 1.6em;
	color: #ff6600;
}

.header_content_lowerline
{
	margin: auto;
	position: relative;
	font-weight: 200;
	font-size: 1.2em;
	color: #ff6600;
	top: 34%;
  width: 85%;
  border-top-style: solid;
  border-top-width: thin;
  border-top-color: #ff6600;
}
.web_content {
	padding-bottom: 50px;
	
}

footer
{
	height: 50px;
	background-color: #fff;
	text-align: center;
	width: 100%;
  bottom: 0px;
  padding-bottom: 16.6px;
	position: fixed;
  z-index: 10000;
}

footer .footer_content {
	height: 50px;
	background-color: #00adef;
	width: 100%;
}

.leyenda_content
{
	margin: auto;
	height: 100%;
	position: relative;
	display: inline-block;
	padding: 10px;
}

.leyenda_content img
{
	height: 100%;
}

@media only screen and (max-width: 1460px)
{
	.header_content_upperline {
		font-size: 1em;
		height: 35%;
		top: 36%;
	}
	.header_content_lowerline {
		font-size: 0.9em;
		top: 40%;
	}
}

@media only screen and (max-width: 992px)
{
	.header_content_upperline {
		font-size: 0.7em;
		height: 20%;
		top: 40%;
	}
	.header_content_lowerline {
		font-size: 0.8em;
		top: 45%;
	}
	.header_content {
		width: calc( 100% - 448px);
	}
	.header_right {
		width: 150px;	
		font-size: 1.8em;
	}
	.header_right div {
    	margin-top: 26%;
    }
}

@media only screen and (max-width: 960px)
{
	header {
		text-align: center;
		margin: auto;
	}
	.header_content_upperline {
		font-size: 1em;
		border: none;
	}

	.header_content_lowerline {
		display: none;
	}
	.logo {
	}

	.header_content {
		width: 298px;
	}
	.header_right {
		width: 150px;	
		font-size: 1.8em;
		display: none;
	}
	.header_right div {
    	margin-top: 26%;
    }
    .navbar-default .navbar-brand {
    	background: transparent;
    }
    .navbar-default {
    	background-color: transparent;
    	border: none;
    	top: -126px;
    	right: -20px;

    }
    .navbar-brand {
    	display: none;
    }
    .navbar-collapse.navbar-ex1-collapse
    {
    	margin-top: 100px;
    	margin-bottom: -100px;
    }
}

@media only screen and (max-width: 430px)
{
    .navbar-default {
    	background-color: transparent;
    	border: none;
    	top: 0;
    	right: 0;
    }

    .navbar-collapse.navbar-ex1-collapse
    {
    	margin-top: 0;
    	margin-bottom: 0px;
    }
}

/*LOADING*/

/* Absolute Center Spinner */
#loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
#loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
#loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

#loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.dropdown-submenu{ position: relative; }

.dropdown-submenu>.dropdown-menu{
  top:0;
  left:100%;
  margin-top:-6px;
  margin-left:-1px;
  -webkit-border-radius:0 6px 6px 6px;
  -moz-border-radius:0 6px 6px 6px;
  border-radius:0 6px 6px 6px;
}

.dropdown-submenu>a:after{
  display:block;
  content:" ";
  float:right;
  width:0;
  height:0;
  border-color:transparent;
  border-style:solid;
  border-width:5px 0 5px 5px;
  border-left-color:#cccccc;
  margin-top:5px;margin-right:-10px;
}
.dropdown-submenu:hover>a:after{
  border-left-color:#555;
}
.dropdown-submenu.pull-left{ float: none; }
.dropdown-submenu.pull-left>.dropdown-menu{
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

@media (min-width: 768px) { 

}
@media (min-width: 992px) { 

}
@media (min-width: 1200px) { 

}

.acceso_agente {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 15px 15px;
  color: black;
  background-color: lightgrey;
  height: 100%;
}

.btnsFiltro{
  padding-top: 10px;
}