
@font-face{font-family:Lato;font-style:normal;font-weight:300;src:local('Poppins Light'),local('Poppins-Light'),url("fonts/Poppins-Light.ttf") format('truetype')}
@font-face{font-family:Lato;font-style:normal;font-weight:400;src:local('Poppins Regular'),local('Poppins-Regular'),url("fonts/Poppins-Regular.ttf") format('truetype')}
@font-face{font-family:Lato;font-style:normal;font-weight:500;src:local('Poppins Medium'),local('Poppins-Medium'),url("fonts/Poppins-Medium.ttf") format('truetype')}
@font-face{font-family:Lato;font-style:normal;font-weight:600;src:local('Poppins SemiBold'),local('Poppins-SemiBold'),url("fonts/Poppins-SemiBold.ttf") format('truetype')}
@font-face{font-family:Lato;font-style:normal;font-weight:700;src:local('Poppins Bold'),local('Poppins-Bold'),url("fonts/Poppins-Bold.ttf") format('truetype')}

body {
	font-family:'Lato' !important;
	padding-left: 0px;
	background: #ffffff;
	font-size: 11px !important;
	margin: 0;
	padding:0;
	color: #414B56;
	/*padding: 10px !important ;*/
}


a:link {
	color: #0B55C4;
	text-decoration: none;
}

a:visited {
	color: #0B55C4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.tabla_login{
	/*table-layout: fixed;*/
	margin-left: auto;
	margin-right: auto;
	/*margin: 0 auto 25px;*/
	margin-top: 20px;
	width: 95%;
	max-width: 350px;
	/*
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	*/
}

.login {
    background-color: rgba(247,247,247,0.9);
    padding: 15px 15px 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box
	-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}


.caja_blanca {
	background-color: #ffffff;
	padding: 5px;
	border: 1px solid #FFFFFF;
	border-radius: 6px 6px 3px 3px;
	display: block;
}

.texto_18_verde{
    color: #54c08a;
    font-size: 1.8em;
}

.siguente {
	margin: 0 1px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 11px/100%;
    -webkit-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;	
	padding: .5em 1.4em .5em;
	color: #666666;
	border: solid 1px #999999;
	background: #FFFFFF;
    font-family:'Lato' !important;
}

.siguente:hover {
	background: #666666;
	color: #FFFFFF;
}



.siguente:focus {
	background-color: #006892;
}

.siguente4 {
	margin: 0px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 11px/100%;	
    -webkit-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;	
	padding: .5em 1.4em .5em;
	color: #ffffff;
	border: solid 1px #54c08a;
	background: #54c08a;
    font-family:'Lato' !important;
}

.siguente4:hover {
	border: solid 1px #87dc91;
	background: #87dc91;
}


.siguente3 {
	margin: 0px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 11px/100%;	
    -webkit-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;	
	padding: .5em 1.4em .5em;
	color: #ffffff;
	border: solid 1px #006892;
	background: #006892;
    font-family:'Lato' !important;
}

.siguente3:hover {
	border: solid 1px #0387bd;
	background: #0387bd;
}

.siguente6 {
	display: inline-block;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 11px/100%;
    -webkit-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;	
	padding: .5em 1.4em .5em;
	color: #ffffff;
	border: solid 1px #dd4b39;
	background: #dd4b39;
    font-family:'Lato' !important;
	
}

.siguente6:hover {
	border: solid 1px #f86b84;
	background: #f86b84;
}

.caja_box_login{
    border: 1px solid #f9f9f9;
    padding: 20px;
    text-align: center;
    display: flow-root;
    background-color: #f9f9f9;
}

.label_login {
	display: block;
	color: #404040;
	line-height: 2;
	/*margin-bottom: 10px;*/
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	z-index: 1;
	position: relative;
	background-color: #ffffff;
	border-color:#dddddd;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #cccccc;
	height: 30px;
}

.tabla-foot {
border-top: 1px solid #E7E7E7;
padding: 2px;
font-size: 11px;
background: #f9f9f9;
color: #666666;
}


#advertencia-box {
	display: block; 
	padding: 6px; 
	font-weight: normal; 
	font-size: 12px; 
	color: #8a6d3b; 
	background-color: #fcf8e3;
	border: 1px #faf2cc; 
	-webkit-border-radius: 3px; 
	-ms-border-radius: 3px; 
	-o-border-radius: 3px; 
	border-radius: 3px; 
	text-shadow: 0 -1px rgba(0, 0, 0, 0.1); 
	position: relative;
	margin-bottom:10px !important;
	margin-top:10px !important;
}

#alerta-box {
	display: block; 
	padding: 6px; 
	font-weight: normal; 
	font-size: 12px; 
	color: #a94442; 
	background-color: #f2dede;;
	border: 1px solid #ebcccc; 
	-webkit-border-radius: 3px; 
	-ms-border-radius: 3px; 
	-o-border-radius: 3px; 
	border-radius: 3px; 
	/*text-shadow: 0 -1px rgba(0, 0, 0, 0.1); */
	position: relative;
	margin-bottom:10px !important;
	margin-top:10px !important;
}

#alerta-box a{
	/*color:#FFF !important;
	font-weight:bold;
	text-decoration:none;*/
	color: #a94442 !important; 
	text-decoration: underline;
	}

#error-box {
	display: block; 
	padding: 6px; 
	font-weight: normal; 
	font-size: 12px; 
	color: white; 
	background-color: #FF0F0F;
	border: 1px solid rgba(0, 0, 0, 0.1); 
	-webkit-border-radius: 3px; 
	-ms-border-radius: 3px; 
	-o-border-radius: 3px; 
	border-radius: 3px; 
	text-shadow: 0 -1px rgba(0, 0, 0, 0.1); 
	position: relative;
	margin-bottom:10px !important;
	margin-top:10px !important;
}

#error-box a{
	/*color:#FFF !important;
	font-weight:bold;
	text-decoration:none;*/
	text-decoration: underline;
	}

#alerta-no-disp {
	border: 1px solid #FFD988;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 100px;
	padding-top: 5px;
	background: #FFEECC url(../imagenes/imgs/advertencia.jpg) 4px center no-repeat;
}

#comenta-box {
	display: block; 
	padding: 6px; 
	font-weight: normal; 
	font-size: 12px; 
	color: #31708f; 
	background-color: #d9edf7;
	border: 1px solid #bcdff1; 
	-webkit-border-radius: 3px; 
	-ms-border-radius: 3px; 
	-o-border-radius: 3px; 
	border-radius: 3px; 
	text-shadow: 0 -1px rgba(0, 0, 0, 0.1); 
	position: relative;
	margin-bottom:10px !important;
	margin-top:10px !important;
}

#comenta-box a{
	/*color:#FFF !important;
	font-weight:bold;
	text-decoration:none;*/
	text-decoration: underline;
	}

#ok-box {
		display: block; 
	padding: 6px; 
	font-weight: normal; 
	font-size: 12px; 
	color: white; 
	background-color: #54c08a;
	border: 1px solid rgba(0, 0, 0, 0.1); 
	-webkit-border-radius: 3px; 
	-ms-border-radius: 3px; 
	-o-border-radius: 3px; 
	border-radius: 3px; 
	text-shadow: 0 -1px rgba(0, 0, 0, 0.1); 
	position: relative;
	margin-bottom:10px !important;
	margin-top:10px !important;
}

#morado-box {
		display: block; 
	padding: 6px; 
	font-weight: normal; 
	font-size: 12px; 
	color: white; 
	background-color: #666699;
	border: 1px solid rgba(0, 0, 0, 0.1); 
	-webkit-border-radius: 3px; 
	-ms-border-radius: 3px; 
	-o-border-radius: 3px; 
	border-radius: 3px; 
	text-shadow: 0 -1px rgba(0, 0, 0, 0.1); 
	position: relative;
	margin-bottom:10px !important;
	margin-top:10px !important;
}

#ok-box a{
	color:#FFF !important;
	font-weight:bold;
	/*text-decoration:none;*/
	
	}



.strengthMeter {
	border: 1px solid #B5B8C8;
	margin: 3px 0 3px 0;
	background-image: url(../imagenes/meter_background.gif);
}

.scoreBar {
	background-image: url(../imagenes/meter.gif);
	height: 20px;
	width: 0;
	line-height: 1px;
	font-size: 1px;
}

 /* Add a black background color to the top navigation */
.topnav {
  background-color: #FDFDFD;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #666;
  text-align: center;
  padding: 8px 16px;
  text-decoration: none;
  font-size: 12px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #006892;
  color: white;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #54c08a;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
} 

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 12px;  
  border: none;
  outline: none;
  color: #666;
  padding: 8px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #006892;
  color: white;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
    color: #666;
}

.dropdown-content a {
  float: none;
  color: #666;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.input-append, .input-prepend {
    /*display: inline-block;
    margin-bottom: 10px;*/
    vertical-align: middle;
    font-size: 0;
    white-space: nowrap;
}

.add-on {
    display: inline-block;
    width: auto;
    height: 20px;
    min-width: 16px;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
background-color:#eeeeee;
border: 1px solid #ccc;
}

.input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .uneditable-input, .input-prepend .uneditable-input {
    position: relative;
    margin-bottom: 0;
    *margin-left: 0;
    vertical-align: top;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.input-prepend .add-on:first-child, .input-prepend .btn:first-child {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
  box-sizing: border-box;
  font-size: 14px;
  height: 30px;
  width: 90%;
  padding-left: 10px;
  color: #404040;
border-left: 0px;    
}

h1{
	font-size:11px;
	font-weight:normal !important;
}

.tabla-foot{
	background-color: rgba(247,247,247,0.9);
	color: #444 !important;
	border-collapse: collapse !important;
}

 /* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
} 
