@font-face {
  font-family: 'GenMil';
  src:  url('GenMil.eot?l9pcet');
  src:  url('GenMil.eot?l9pcet#iefix') format('embedded-opentype'),
    url('GenMil.ttf?l9pcet') format('truetype'),
    url('GenMil.woff?l9pcet') format('woff'),
    url('GenMil.svg?l9pcet#GenMil') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: "tahoma";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("/fonts/tahoma.woff") format("woff"), url("/fonts/tahoma.ttf") format("truetype");
}

body{
	background: #fff;
	font-family: "tahoma", sans-serif;
    font-size: 16px; 
}

.container-fluid{
    padding: 0;
    margin: 0;
    
}
main {
    overflow: hidden;
}

p span{
   font-weight: bold;
}

h1{
    font-family: "Quicksand_Bold", sans-serif;
    color: #72160d;
    font-weight: bold;
    font-size: 30pt;
    text-align: center;
}

p{
    margin-bottom: 0;
}

.cabezote{
    background: #72160d;
}

.cabezote img{
    height: 4rem;
}

.registros{
    height: 40px;
    color:#72160d;
    margin-right: 5px;
    border-radius: 5px;
    background: #fff;
}

.registros:hover{
    color: #a62317;
    
}

label{
    font-weight: bold;
}

.buscar{
    display: block;
}

.color_azul{
	background:#fff;
    border-bottom: 2px #72160d solid;

}

nav ul.navbar-nav li p{
	font-size: 1.2em;
	text-transform: uppercase;
    color: #72160d;
    vertical-align: middle;
    margin-bottom: 0;
}

nav ul.navbar-nav li  p:hover {
    font-weight: bold;
    color: #72160d;
}

.navbar-toggler{
    background: #72160d;
}


#resaltado p {
    font-weight: bold;
    color: #72160d;
}

form .col{
    border: solid 1px #72160d;
    padding: 15px;
}


footer{
    color: #72160d;
    font-size: 11px;
    line-height: 4pt;
    padding: 0;
}

footer .iso{
    height: 5rem;
}

footer .foot-logo{
    height: 3rem;
}

footer p{
        margin-bottom: 0;
    line-height: 20px;
}

.datos{
    text-align: right;
    margin-top: 0.3rem;
}

.btn p{
    background: #72160d; 
    color: #fff;
    border: 1px solid #72160d;
    padding:5px;
}


.btn p:hover{
    color: #72160d; 
    background: #fff; 
}

input[type=text]{
    width: 100%;
}

textarea[type=text]{
    width: 100%;
    display: block;
}


#error{font-size: 12px; color: red;}
		 input[type=text] {border: 1px solid #CCC; font-size: 16px; padding: 8px; border-radius: 5px; display: block; }
		 .en_foco{background: rgba(204, 255, 204, 0.37); border: 1px solid rgba(0, 255, 0, 0.37);}
		 .error{background: rgba(173, 5, 5, 0.37); border: 1px solid rgba(173, 5, 5);}