/*FUENTES USADAS EN LA WEB*/
@font-face {
    font-family: 'Monda';
    font-style: normal;
    font-weight: 700;
    src: local('Monda'), local('Monda'), url('../fonts/Monda-Bold.woff') format('woff');
}
@font-face {
    font-family: 'Monda';
    font-style: normal;
    font-weight: 400;
    src:local('Monda'), local('Monda'), url('../fonts/Monda-Regular.woff') format('woff');
}
@font-face {
    font-family: 'TitilliumWeb';
    font-style: normal;
    font-weight: 300;
    src: local('Titillium Web'), local('TitilliumWeb'), url('../fonts/TitilliumWeb-Light.woff') format('woff');
}
@font-face {
    font-family: 'TitilliumWeb';
    font-style: normal;
    font-weight: 400;
    src:local('Titillium Web'), local('TitilliumWeb'), url('../fonts/TitilliumWeb-Regular.woff') format('woff');
}
@font-face {
    font-family: 'TitilliumWeb';
    font-style: normal;
    font-weight: 600;
    src: local('Titillium Web'), local('TitilliumWeb'), url('../fonts/TitilliumWeb-SemiBold.woff') format('woff');
}
@font-face {
    font-family: 'TitilliumWeb';
    font-style: normal;
    font-weight: 700;
    src: local('Titillium Web'), local('TitilliumWeb'), url('../fonts/TitilliumWeb-Bold.woff') format('woff');
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato'), local('Lato'), url('../fonts/lato-v23-latin-regular.woff') format('woff');
}
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    src: local('Oswald'), local('Oswald'), url('../fonts/oswald-v49-latin-regular.woff') format('woff');
}
/*FIN FUENTES USADAS EN LA WEB*/
body{
   overflow-x: hidden;
}
.btn-info, .btn-default {
    border-radius: 22.5px !important;
}
.btn-info:hover, .btn-default:hover {
    border-radius: 22.5px !important;
}
a:hover{
	text-decoration: none;
}
h2{
	font-weight: 600;
}
h3{
	font-weight: 600;
}
h1{
    font-weight: 700;
}
.btn-block3 {
    text-align: center;
    display: block;
    width: 90%;
    text-align: left;
    padding-left: 3%;
    margin: 8px;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    font-weight: 800;
    font-size: 1.2em;
}
.btn-default {
    border-radius: 0px;
}
.enlaceBreadcrumb{
 	color:#1e3751;
}
/*#brillo{
    position:absolute;
    display: block;
    
    text-decoration:none;
    overflow:hidden;
}
#brillo span{
    position:relative;
    display: block;
    background:url(../img/brillo.png) no-repeat; 
	background-size:auto 100%;
    background-position: -400px 0px;
    margin-top:-75px;
    height: 100px;
    width: 300px;
}
#brillo:hover span{
    background-position: 1000px 0px;
    -webkit-transition-property: all;
    -webkit-transition-duration: 1s;
    transition-property: all;
    transition-duration: 2s;
}*/
/*.a-boton {
    font-weight: 800;
    font-size: 20px;
    font-family: 'Exo', sans-serif!important;
    margin: 2%;
}*/
