@import "estilos.css";
.error{
	background: #D9D9D9;
	width: 400px;
	margin: 5px auto;
	color: White;
	font-size: 11px;
}
.error div{
	width: 97%;
	margin: 0 auto;
}
.error a{
	color: #7EC9F1;
	text-decoration: none;
}
.error a:hover{
	text-decoration: underline;
}
#registrese{
	width: 340px;
	/*background: left no-repeat url(../images/fondo_login.png);*/
	height: auto;
	float:left;
	margin-left: 130px;
	margin-top: 14px;
}
#registrese h2{
	padding: 5px;
	font-size: 14px;
	color: #EEE;
	font-weight: bold;
	text-align:center;
	background-color: #0066FF;
	border-radius: 5px;
}
#registrese .col1{
	width: 100%;
	margin: 0 auto;
	font-size: 11px;
	padding: 20px;
	float: left;
	border: 2px solid #0066FF;
	border-radius: 10px;
	background-color: rgb(241, 241, 241);
}
#registrese form input{
	font-size: 20px;
	border-radius: 4px;
	border: 2px solid #BBB;
	text-align: center;
}
#registrese form input.texto{
	width: 100%;
	margin: 0;	
}
#registrese form label{
	width: auto;
	display: block;
	float: left;
	/*text-align: right;*/
	font-size: 15px;
	font-weight: bold;
	color: #777;
}

#registrese form .pl100{
	padding: 0 0 0 0px;
	text-align:center;
}
#registrese .col2{
	width: 130px;
	margin: 0 0 0 20px;
	font-size: 11px;
	padding: 15px 0 0 0;
	float: left;
}
.btn input{
	/*background: left no-repeat url(../images/btn_mid.png);*/
	background-color: #555;
	color: #EEE;
	width: 205px;
	height: 40px;
	border: 1px solid #222;
	font-size: 17px;	
	border-radius: 4px;
	border: 2px solid #BBB;
	text-align: center;
	cursor: pointer;	
}

.btn input:hover{
	/*background: left no-repeat url(../images/btn_mid.png);*/
	background-color: #777;
	color: #FFF;
	width: 205px;
	height: 40px;
	border: 1px solid #222;
	font-size: 18px;
	border-radius: 4px;
	border: 2px solid #BBB;
	text-align: center;
}

.btn1 {
	/*background: left no-repeat url(../images/btn_mid.png);*/
	width: 245px;
	margin: 5px 0;	
}

.btn1 a{
	/*background: left no-repeat url(../images/btn_mid.png);*/
	background-color: rgb(37, 84, 143);
	color: #EEE;
	border: 1px solid #222;
	font-size: 15px;	
	border-radius: 4px;
	border: 2px solid #BBB;
	text-align: center;
	cursor: pointer;	
	text-decoration: none;
	padding: 5px;
	width: 245px;
	display: block;
}

.btn1 a:hover{
	/*background: left no-repeat url(../images/btn_mid.png);*/
	background-color: rgb(42, 106, 185);
	color: #FFF;
	font-size: 16px;
	text-align: center;
}

#botonera{
	width: 250px;
	float:left;	
	margin: 2% 0 0 6%;
}
#botonera .boton{
	margin: 0 0 0 10px;
	font-size: 11px;
	padding: 10px 0 0 0;
	float: left;
}

.olvido a
{
	color: #0066FF;
	font-size: 12px;
	text-decoration:none;
}

.olvido a:hover
{
	color: #444;
	font-size: 12px;
	text-decoration:none;
}

#nota_inicio
{
	font-size: 11px;
	color: #666;
	margin: 360px 95px 10px 137px;
	line-height: 17px;

}

.font-xs{
	font-size: 14px!important;
}


/*Pegamos estilos de alert de Bootstrap*/
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}
/*Pegamos estilos de alert de Bootstrap*/


/*Pegamos estilos de badge de Bootstrap*/
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
/*Pegamos estilos de badge de Bootstrap*/