@font-face {
    font-family: 'open_sanssemibold_italic';
    src: url('../fonts/opensans-semibolditalic_2-webfont.woff2') format('woff2'),
         url('../fonts/opensans-semibolditalic_2-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold_2-webfont.woff2') format('woff2'),
         url('../fonts/opensans-semibold_2-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanslight_italic';
    src: url('../fonts/opensans-lightitalic_2-webfont.woff2') format('woff2'),
         url('../fonts/opensans-lightitalic_2-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light_2-webfont.woff2') format('woff2'),
         url('../fonts/opensans-light_2-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansitalic';
    src: url('../fonts/opensans-italic_2-webfont.woff2') format('woff2'),
         url('../fonts/opensans-italic_2-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansextrabold_italic';
    src: url('../fonts/opensans-extrabolditalic_2-webfont.woff2') format('woff2'),
         url('../fonts/opensans-extrabolditalic_2-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansextrabold';
    src: url('../fonts/opensans-extrabold_2-webfont.woff2') format('woff2'),
         url('../fonts/opensans-extrabold_2-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold_italic';
    src: url('../fonts/opensans-bolditalic_2-webfont.woff2') format('woff2'),
         url('../fonts/opensans-bolditalic_2-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold_2-webfont.woff2') format('woff2'),
         url('../fonts/opensans-bold_2-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanssemibold_italic';
    src: url('../fonts/opensans-semibolditalic-webfont.woff2') format('woff2'),
         url('../fonts/opensans-semibolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanslight_italic';
    src: url('../fonts/opensans-lightitalic-webfont.woff2') format('woff2'),
         url('../fonts/opensans-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

*{
	font-family:"open_sansregular";
}
.navbar-header {
    width: 15%;
    background: white;
        height:88px;
    
}

.navbar-inverse .navbar-brand {
    color: #777; width: 100%; height: auto;
    padding: 0 10% 0 0;
}

.navbar-header img {
    float: right;
}

a, a:hover{
	color:black;
}

nav.navbar.navbar-inverse {
    border-radius: 0;
    border: none;
    margin-bottom: 0;
    height:92px;
    z-index: 3;
}

.navbar-nav>li {
    height: 92px ;
}
.nav>li>a {
    padding: 34px 75px;
}

.navbar-inverse .navbar-nav>li>a {
    color: #FFF;
    font-size:18px;
}

.navbar-inverse .navbar-nav>li>a:hover {
    color: #e00915;
}


.txt{
	text-align:justify;
	font-size:15px;
	float: left;
}

.title{
	font-size:32px;
	color:#e00915;
	text-align:center;
	    float: left;
    width: 100%;
  font-weight: bold !important;
}

.titles{
    font-size:32px;
    color:#e00915;
    text-align:center;
        float: left;
    width: 100%;
}

.paddingNone{
	padding:0;
}

.marginNone{
	margin:0;
}


.marginG{
	margin-top:3%;
}

tspan {
    display: none;
}


/*****************************************/
body {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
}

div#wrapper {
    position: relative;
    width: 100%;
    height: auto;
    float: left;

    margin-bottom: 290px;}


footer {
    background: black;
    padding: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    COLOR: #616264;
    font-size: 11px;
    text-align: left;
}

footer .marginG {
    margin-top: 5%;
}

.marginNone{
	margin:0;
}

button:focus{
	outline:none;
}
.intoTitle {
    font-size: 70px;
}

.barra_blog > li{
 width: 12.5%;
}
/************************/

.social img {
filter: url('#grayscale'); /* Versión SVG para IE10, Chrome 17, FF3.5, Safari 5.2 and Opera 11.6 */
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%); /* Para cuando es estándar funcione en todos */
filter: Gray(); /* IE4-8 and 9 */

-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease;
}
.social img:hover { 
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-ms-filter: grayscale(0%);
-o-filter: grayscale(0%);
filter: none;

-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.contentimg{
	width:100%;
	float:left;
}

.contentimg img{
    width: 100%; 
}

figure{
    border-radius: 8px;
}

figure:hover{
    opacity: 1;

}

.hover12 figure {
    background: #FF0000;
}
.hover12 figure img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.hover12 figure:hover img {
    opacity: .2;
}



/*.prueba > ul {
    display: none;
}*/


@media only screen and (min-width: 1300px) and (max-width: 1600px) {
    .nav>li>a {
        padding: 34px 61px;
    }
}

@media only screen and (max-width: 768px) {
	.navbar-header {
	    width: auto;
	    background:  rgba(255, 255, 255, 0);
	    height: auto;
	}
	nav.navbar.navbar-inverse {
	    height:auto;
	}
	.navbar-inverse .navbar-brand {
	    color: #777;
	    width: 35%;
	    padding: 0 10% 0 0;
	    float: left;
	    background: white;
   	}
	.navbar-header img {
    	float: right;
    	width:100%;
	}
	
	div#wrapper {
    	margin-bottom: 400px;
	}
	.nav>li>a {
	    padding: 10px 50px;
	}
    
    .navbar-nav>li {
    height: auto ;
}
}

@media only screen and (max-width: 837px) {

/*.prueba > ul:active {
    display: block;
}*/

.nav.navbar-nav img {
    display: none;
}

#bt_blog{
    display: block !important;
    margin-left: 10%; 
    color: #FFFFFF;

}


.nav.navbar-nav .bk-blog {
    background-color: rgba(187, 187, 187, 0.25);
}

.navbar-inverse .navbar-nav .bk-blog:hover{
    background-color: rgba(187, 187, 187, 0.25);
}

#bt_blog > li > a{
    color: #FFF;
    font-size: 16px;
    text-decoration: none;
}

#bt_blog > li > a:hover {
    color: #E00915;
}

.nav.navbar-nav:active{
    background-color: rgba(187, 187, 187, 0.25);
}

}

.marginSuper{
    margin-top: 20px;
}

input#captch, input#captch2 {
    height: 52px;
}
@media only screen and (max-width: 500px) {

	.intoTitle {
	    font-size: 30px;
	}
	
	h2{
	    font-size: 15px;
	}
	
	.txt{
		font-size:12px;
	}


}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
	.nav>li>a {
	    padding: 34px 50px;
	}
	ul.nav.navbar-nav {
	    width: 80%;
	    float: left;
	}
	.navbar-header {
	    width: 20%;
	}
/*    .prueba > ul {
    display: none;
}*/

}

.menu_oculto {
    display: none;
    margin-top: -93px;
}

.menu_visible {
    display: block;
    margin-top: -93px;
}

/*#prueba2 > li {
    font-size: 18px;
    color: red;    
}

.prueba > a:hover{
    display: block;
}*/

#bt_blog{
    display: none;
}

.navbar-inverse .navbar-nav>li>a:active {
    color: #e00915 !important;
}
a:focus{
    color: red;
}

