html {
  min-height: 100%;
  font-family: Arial,Helvetica,sans-serif;
 }

 /*Teclado virtual*/
 .ui-widget-content {
    border: 1px solid #404040;
    background: #898a49 url(../img/cabeceraKey.jpg) 50% top repeat-x;
    color: black;
}

/*Botonera teclado*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #cccccc;
    background: #ffffff;
    font-weight: normal;
    color: #333333;
}



.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover { /*Boton aceptar*/
    border: 0px solid #333333;
    background: #777777;
    font-weight: 400;
    color: #ffffff;
}

/*-----------------------------------------*/

.Absolute-Center {
  
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
 }

.text { 
	 font-family: Arial,Helvetica,sans-serif;
}

/*Se refiere a los addon de login y registro*/
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: white;
    text-align: center;
    background-color: #686A10;
    border: 1px solid #ccc;
    border-radius: 4px;
}



.Absolute-Center.is-Responsive {
  width: 50%; 
 
  min-width: 360px;
  max-width: 700px;
  padding: 0px;
}

@media only screen and (min-height: 400px) {
	#logo{
		 width:100%;
	  margin: auto;
	  margin-bottom: 0px;
	  width:200px;
	  height:200px;
	  background-image:url("../img/cana.jpg");
	
	}
	
	

}

#logo-error{
  margin: auto;
  margin-bottom: 10px;
  width:90px;
  height:75px;
  background-image:url("../img/error.png");
 }
 
#contenedor{
	 padding: 0px 110px 0px 110px;
	 width: 100%;
	
 }
 

 
 
#txtInfo{
	text-align: justify;
}

/*Estos son los labels de volver a login y la interrogación*/
#idLogin,#lblInfo{
	text-align: center;
}


 
@media only screen and (max-width: 500px) { /*No quiero que me haga el sombreado en vista movil*/
	#contenedor{
		padding: 0px 5px 0px 5px;
		 box-shadow: none;
		/* border-bottom:none;*/
	 border-right: none;
	}
	
	/*Adapto el texto a vista movil*/
	#textoRegistro{ /* Este div de muestra el texto de aviso de registro web*/
		text-align: justify;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		width:320px;
		height:160px;
		font-weight: 900;       
		 font-family: Arial,Helvetica,sans-serif;
		color:#337AB7;
		font-size:1em;
		
	}
}

#chkConsentimiento{
padding-bottom: 10px;
}


.btn-outline {
	background: transparent;
	border-color: #686A10;
	color:#686A10;
	
}

.btn-outline:focus,
.btn-outline:active
{
  color: white;
  background-color: #686A10;
  border-color:#686A10;
  outline: none !important;
  box-shadow: 0 1px 1px rgba(142,145,0,0.71) inset, 0 0 1px rgba(142,145,0,0.71);
}

.btn-outline:active:hover
{
   color: white;
   border-color:#686A10;
   box-shadow: 0 1px 1px rgba(142,145,0,0.71) inset, 0 0 1px rgba(142,145,0,0.71);
}


.btn-outline:hover
{
  
  border-color: #686A10;
  color: #686A10;
  box-shadow: 0 1px 1px rgba(142,145,0,0.71) inset, 0 0 1px rgba(142,145,0,0.71);
}

.btn-outline:focus,.btn-outline:active {
   outline: none !important;
   box-shadow: none;
   color:white;
    box-shadow: 0 1px 1px rgba(142,145,0,0.71) inset, 0 0 1px rgba(142,145,0,0.71);
}

.form-control {
   border: 1px solid #686A10;
   border-top:none!important;
   border-left:none!important;
   border-right:none !important;
}


input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,

.uneditable-input:focus {   
  border-color: rgba(142,145,0,0.71);
  box-shadow: 0 0.8px 0.8px rgba(142,145,0,0.71) inset, 0 0 0.8px rgba(142,145,0,0.71);
}


footer {  /*Fondo de pie de pagina vista  normal */
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 105px;
	 }
	 
	 
	h5.acceso{
	font-weight: 600;       
	font-family: Arial,Helvetica,sans-serif;
    color: #686A10;
	cursor:pointer;
	padding-bottom: 10px;
	} 
	
	a { /*Cambia de color el enlace*/
    color: #686A10;
    text-decoration: none;
}

.input-group-text {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: white;
    text-align: center;
    background-color: #686A10;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.cursor{
	cursor:pointer;
}

.h5, h5 {
    font-size: 1rem;
}