@charset "utf-8";
/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
}

.fondo-opacado{
	background: linear-gradient(rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0.20));
	border-radius: 33px;
}

.title-gde{
	font-size:25px;
	 color: white;
}

.content-input{
	padding-top: 10px;
}

.logo-header{
	/*content:url("../../../src/img/logo.PNG");*/
}

.div-content{
	background-size: cover;
	height: 92%;
	width: 100%; 
	padding-top:60px;
	overflow: hidden;
	overflow-y: auto;
	background-position: bottom;
}

body {
  /*  background-image: url("../img/bg_gde_azul.gif");*/
	background-size: cover;
	font-family: 'Open Sans', sans-serif;
	padding-bottom: 0px; 
	padding-right: 0px;
	padding-left: 0px;
	}
.logo {
  text-align: center;
  	margin-left:450px;
}
.login {
	background-color:#FFFFFF;
	text-align:center;
	border-radius:10px
}

.imput-custom{
	margin-bottom: 1em;
}

.form-custom{
	padding: 0 1em 0 1em;
}

.carousel {	
	height:100px;
	margin-bottom: 10px;
}

.carousel .item{
	height:100px;
	background:transparent;
}

.carousel-control.right{
	
	background: transparent;
}
.carousel-control.left{
	
	background: transparent;
}
.carousel-inner{
	height:100px;
}

h1{
	color:#000000;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;	
}

h2 {
	color:#006dbb;
	text-align:center;
	padding-bottom:5px;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;	
}


.fuente {
	text-align:center;
    padding: 0px 20px;
    font-family: 'Open Sans', sans-serif;
	font-size:14px;	
    text-align: left;
}

.azul{
	color:#006dbb;
}

h3{
	color:#FFFFFF;
	padding-bottom:20px;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;	
}

.contadores-title {
	color:#FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;	
	padding-bottom:10px;
	padding-top:15px;
}

.documentos {
	color:#FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;	
	padding: 5px 0 0 0;
}

.usuarios-online {
	color:#FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;	
}

.ancho-combo {
	width:338px;
	heigth:93px;
}
.olvido {
	background-color:#f5f5f5;
	padding: 20px;
	border-radius:0 0 10px 10px;
}

.lateral {
	float:right
}

.centrado {
	position:relative; left:320px;
	top:130px;
	
}

.text-align-center{
	text-align:center;
}

.bold{
	font-weight: bold;
}

.margin-top-15{
	margin-top:15px;
}

.margin-top-25{
	margin-top:25px;
}

.margin-top-10{
	margin-top:10px;
}
.margin-right-10{
	margin-right:10px;
}
.max-height-100{
	
	    max-height: 100px;
}

.height-330{
	 height: 330px;
}

.height-220{
	 height: 220px;
}

.item{
	margin-top: 20px;
}

.labelstyle {
	color: white;
	font-size: 16px;
}

a:hover {
    color: #46b8da;
}

.labelButton{
	font-size: 12px;
	text-shadow: none !important;
	margin-bottom:5px;
}
.labelButton:hover, .labelButton:focus, .labelButton:active {
	color:#46b8da ;
}

.mensajePopup{
	padding: 20px;
}

.word-break {
  word-wrap: break-word;
}

.div-border-color {
   border-style: solid;
   border-width: 1px;
   border-color: rgba(0, 0, 0, 0.33);
}

.glyphicon-usuarios {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  color: #04B404;
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media(min-width:1025px){
	.acceso{
	  width: 400px;
	}
	.consultas{
	 width: 350px;
	}
} 
