/* FONTS */
@font-face {
  font-family: 'Archivo-Regular';
  src: url(../fonts/Archivo-Regular.eot);
  src: url(../fonts/Archivo-Regular.eot?#iefix) format('embedded-opentype'),
       url(../fonts/Archivo-Regular.otf) format('otf'),
       url(../fonts/Archivo-Regular.svg#Archivo-Regular) format('svg'),
       url(../fonts/Archivo-Regular.woff) format('woff'),
       url(../fonts/Archivo-Regular.woff2) format('woff2');
}

@font-face {
  font-family: 'Archivo-Black';
  src: url(../fonts/Archivo-Black.eot);
  src: url(../fonts/Archivo-Black.eot?#iefix) format('embedded-opentype'),
       url(../fonts/Archivo-Black.otf) format('otf'),
       url(../fonts/Archivo-Black.svg#Archivo-Black) format('svg'),
       url(../fonts/Archivo-Black.woff) format('woff'),
       url(../fonts/Archivo-Black.woff2) format('woff2');
}
/* HTML */
* {
	margin: 0;
	padding: 0;
}
html {
  font-size: 14px;
}
body {
	background: #DDD;
	font-family: 'Archivo-Regular', Arial, sans-serif;
	color: #333;
}

h1, h2, h3 {
	font-family: 'Archivo-Black', Arial, sans-serif;
  font-weight: bold;
}

h1{
  margin-top: 30px;
	padding: 10px;
  font-size: 2em;
  color: #FFF;
	background-color:#00A19A;
	border-top-right-radius: 40px;
}

h2 {
  margin-top: 20px;
	font-size: 1.9em;
	color: #2B2E83;
}

h3 {
	font-size: 1.4em;
  margin-top: 5px;
  color: #00A19A;
}

h4 {
	font-size: 1.3em;
  margin-top: 5px;
  color: #2B2E83;
	font-weight: bold;
}

p {
	text-align:justify;
	margin-top: 10px;
}

iframe{
  border: none;
  width: 100%;
  height: 700px;
}
.separador{
	height: 20px;
	background: #00A19A;
}

/* LINKS */
a {
	text-decoration: none;
}

a:link, a:visited, a:link h2, a:visited h2 {
	color: #2B2E83;
  font-weight: bold;
}

a:hover, a:active, a:hover h2, a:active h2 {
	color: #00A19A;
	text-decoration: none;
}

a:hover img, a:active img {
	opacity: 0.5;
}

a.btn:link, a.btn:visited {
	color:#FFF;
}

a#identificate{
	min-height: 50px;
	border-radius: 0px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background-color: #00A19A;
	border-color: #00A19A;
}

a#identificate:hover, a#identificate:active {
	background-color: #2B2E83;
	border-color: #2B2E83; 
}

.btn {
  font-weight: bold;
	border-radius: 5px;
}

.btn-primary {
	color: #FFF;
	background-color: #2B2E83;
	border-color: #2B2E83;
}

.btn-primary:hover, .btn-primary:active {
	background-color: #00A19A;
	border-color: #00A19A;
}

.btn-warning {
	color: #FFF;
	background-color: #F9B233;
	border-color: #F9B233;
}

.btn-warning:hover, .btn-warning:active {
	color: #00A19A !important;
	background-color: #FFF;
	border-color: #FFF;
}

.btn-primary h3{
	color: #FFF;
}

.btn-danger, .btn-secondary{
  font-weight: bold;
}

.btn-secondary, .btn-secondary:hover, .btn-secondary:active {
	font-weight: bold;
  background-color: #EDEDED;
  border-color: #EDEDED;
  color: #333;
}




/* BOOTSTRAP */
.container{
  max-width: 1440px;
	background-color: #FFF;
}

.modal-header{
  background-color: #2B2E83;
}

.alert-primary {
  background-color: #2B2E83;
  font-family: 'Archivo-Regular', Arial, sans-serif;
  color: #FFF;
  font-size: 1.2em;
  font-weight: bold;
}

.img-thumbnail {
  max-width: 200px;
}

/* HEADER */
header{
	color: #FFF;
  background: #DDD;;
}
header .container{
	background: #FFF url("../../elementos/header-fondo.png") bottom repeat-x;
  font-family: 'Archivo-Regular', Arial, sans-serif;
	min-height: 265px;
}

header img#logo{
	margin: 10px 0;
  max-width: 210px;
  height: auto;
}
header h1{
	margin: 0;
	padding: 25px;
	width: 100%;
	background: #0F70B7;
	border-radius: 0px;
	border-bottom-left-radius: 40px;
	font-family: 'Archivo-Regular', Arial, sans-serif;
	font-size: 1.3em;
	color: #FFF;
}
header div#header_bottom {
	background-color: #0F70B7;
	min-height: 80px;
	
	
}

header small{
	font-size: 0.8em;
}

/* MENÚ */
div#nav {
	background-color: #60BFE5;
  width: 100%;
	border-top-right-radius: 40px;
	min-height: 70px;
}

nav{
	margin-top: 15px;
}

a.nav-link:link, a.nav-link:visited{
	color: #2B2E83;
	font-weight: bold;
	margin: 0 5px;
	padding: 10px;
}

a.nav-link:hover, a.nav-link:active{
	color: #FFF;
	background-color: #2B2E83;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.dropdown-menu{
	background-color: #2B2E83;
	border-radius: 10px;
}
a.dropdown-item:link, a.dropdown-item:visited{
	color: #FFF;
} 
a.dropdown-item:hover, a.dropdown-item:active{
	color: #2B2E83;
	background-color:#FFF;
	border: 0;
}

button.navbar-toggler {
  color: #2B2E83;
}
button.navbar-toggler:hover, button.navbar-toggler:active {
  background-color: #FFF;
  color: #2B2E83;
}




/*LISTADOS*/
table.listado {
	width:100%;
	border-collapse: collapse;
	margin:10px auto;
}
table.listado tr{
	margin: 0 5px;
	border-bottom:solid 1px #EDEDED;
}
table.listado th{
	text-align:center;
	color: #FFF;
  background-color: #00A19A;
	font-weight: bold;
	border-top: solid 1px #EDEDED;
	padding: 5px;
}
table.listado td{
	padding:5px;
}


/*FORMULARIOS*/
label {
	color: #2B2E83;
}


/*FOOTER*/
footer{
	margin: 0 0 0 0;
	color: #FFF;
}
footer .container{
	border-top: solid 10px #00A19A;
	padding: 15px;
	background-color: #FFF;
}

footer img#logo-footer{
	margin: 10px 0;
  max-width: 180px;
  height: auto;
}
footer h4{
	font-family: 'Archivo-Black', Arial, Helvetica, sans-serif;
  font-weight: bold;
	font-size: 1.2em;
	color: #2B2E83;
}

footer a:link, footer a:visited{
	color: #2B2E83;
}
footer a:hover, footer a:active{
	color: #00A19A;
}



/*RESPONSIVE*/

@media screen and (max-width:992px) {
  
}

@media screen and (max-width:576px) {
	
}