@font-face {
    font-family: 'gill-sans-std';
    src: url(../fonts/gill-sans-std.ttf) format("ttf"),
	 url('../fonts/gill-sans-std.otf') format('otf'),
	 url('../fonts/gill-sans-std.ttf') format('woff');
       
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}


h1,h2,h3,h4{
	font-family:'gill-sans-std';
}
h3{
    margin: 22px 0px 10px 0px;
    color:#3482d5;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
    background-color: white;
    line-height: 1;
    font-family:'Arial';
    font-size:14px;
}

.row{
	margin-left: 0px !important;
	margin-right: 0px !important;
}
.margin-bottom50{
	padding-bottom: 50px;
}
.container-full {
	margin: 0 auto;
	width: 100%;
}

.logo {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.bg-home{
    background-image: url(../images/fondo.jpg);
}
.bg-cursos{
    background-image: url(../images/fondo1.jpg);
}
.bg-2015{
    background-image: url(../images/2015.jpg);
}
.bg-2016{
    background-image: url(../images/2016.jpg);
}
.bg-2017{
    background-image: url(../images/2017.jpg);
}
.espaciado{
    margin:20px 0px;
}
.section1 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 315px;
    color: white;
	font-family: 'montserrat-regular';
}
.section1-titulo1 {
	margin-top: 120px;
	margin-left: 100px;
    width: 221px;
    padding: 5px;
    font-size: 18px;
    text-align: center;
    background-color: #ad185b;
}
.section1-titulo2 {
    margin-top: 130px;
    margin-left: 100px;
    padding: 5px;
    font-size: 46px;
    text-shadow: 1px 2px 8px black;
    text-align: left;
}

.section2{
    width: 80%;
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 0 auto;
}
.section2 h2{
    text-align: center;
}
.section2-titulo{
    font-size: 30px;
    letter-spacing: -1px;
	color: #3482d5;
}
.section2-texto{
    margin-top: 30px;
	color: #707070;
    line-height: 170%;
}
.flexslider {
    background: transparent !important;
    border: 0px !important;
}
.flex-prev , .flex-next{
    display:none !important;
}
.fondo3{
    position: relative;
    background-color: #f9f9f9;
}

.section3{
    width: 80%;
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 0 auto;
}

.section3 h2{
    text-align: center;
}
.section3-texto{
    margin-top: 30px;
	color: #707070;
    line-height: 170%;
}
.section3-texto select{
    width: 100%;
	background-color: white;
    box-shadow: 2px 3px #DDD;
    border: 0;
    padding: 20px 30px;
}
.section3-texto select span{
	color: black;
	font-family: 'montserrat-regular';
}

.footer{
	background-color: #f1f1f1;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
.footer2{
	background-color:#3482d5;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    color: white;
}
.footer2 a{
    color: white;
}
.footer2 a:hover{
    color: white;
}
.tw{
    width: 40px;
    background-image: url(../images/tw.png);
}
.aviso{
    display: inline-block;
    margin-right: 20px;
}
.aviso a{
    position: relative;
    top: -7px;
}
.icons{
    display: inline-block;
}

a{
    color: black;
    text-decoration: none;
}
a:hover {
    color: #3482d5;
}

/* 404 */
.e404 h1{
    font-size:50px;
}
.e404sub{
    font-size: 24px;
    color: #666;
    margin-top: 20px;
}
/* Estilos Menú */

.navbar {
    min-height: 110px !important;
}

.navbar-toggle .icon-bar{
    background-color:#3482d5;
}

.navbar-collapse.in {
    height: 144px;
}

@media (min-width: 768px){
    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-top: 42px;
    }
}
@media (max-width: 992px){
    .navbar-nav>li>a{
        line-height: 0px;
    }
    .navbar-brand {
        height: auto;
    }
}

.navbar-nav>li>a {
    font-weight: bold;
    color: #337ab7;
}

.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent !important;
}