@font-face{
	font-family:'elcorreo sans';
	src:url('../fonts/opensans-regular-webfont.eot');
	src:url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/opensans-regular-webfont.woff') format('woff'),
	url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
	url('../fonts/opensans-regular-webfont.svg#open sans') format('svg');
	font-weight:normal;font-style:normal;
}
@font-face{
	font-family:'elcorreo sansb';
	src:url('../fonts/opensans-bold-webfont.eot');
	src:url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/opensans-bold-webfont.woff') format('woff'),
	url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
	url('../fonts/opensans-bold-webfont.svg#open sans') format('svg');
	font-weight:normal;font-style:normal;
}
@font-face{
	font-family:'elcorreo sanseb';
	src:url('../fonts/opensans-extrabold-webfont.eot');
	src:url('../fonts/opensans-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/opensans-extrabold-webfont.woff') format('woff'),
	url('../fonts/opensans-extrabold-webfont.ttf') format('truetype'),
	url('../fonts/opensans-extrabold-webfont.svg#open sans') format('svg');
	font-weight:normal;font-style:normal;
}
@font-face{
	font-family:'elcorreo nova';
	src:url('../fonts/nova_bold-webfont.eot');
	src:url('../fonts/nova_bold-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/nova_bold-webfont.woff') format('woff'),
	url('../fonts/nova_bold-webfont.ttf') format('truetype'),
	url('../fonts/nova_bold-webfont.svg#open sans') format('svg');
	font-weight:normal;font-style:normal;
}
@font-face{
	font-family:'Raleway Regular';
	src:url('../fonts/raleway-light-webfont.eot');
	src:url('../fonts/raleway-light-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/raleway-light-webfont.woff') format('woff'),
	url('../fonts/raleway-light-webfont.ttf') format('truetype'),
	url('../fonts/raleway-light-webfont.svg#open sans') format('svg');
	font-weight:normal;font-style:normal;
}
@font-face{
	font-family:'Gotham Thin';
	src:url('../fonts/Gotham-Thin.eot');
	src:url('../fonts/Gotham-Thin.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Gotham-Thin.woff') format('woff'),
	url('../fonts/Gotham-Thin.ttf') format('truetype'),
	url('../fonts/Gotham-Thin.svg#open sans') format('svg');
	font-weight:normal;font-style:normal;
}
@font-face{
	font-family:'Fjord One';
	src:url('../fonts/fjordone-regular-webfont.eot');
	src:url('../fonts/fjordone-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/fjordone-regular-webfont.woff') format('woff'),
	url('../fonts/fjordone-regular-webfont.ttf') format('truetype'),
	url('../fonts/fjordone-regular-webfont.svg#open sans') format('svg');
	font-weight:normal;font-style:normal;
}
@font-face{
	font-family:'Lato Black';
	src:url('../fonts/Lato-Black.eot');
	src:url('../fonts/Lato-Black.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Lato-Black.woff') format('woff'),
	url('../fonts/Lato-Black.ttf') format('truetype'),
	url('../fonts/Lato-Black.svg#open sans') format('svg');
	font-weight:normal;font-style:normal;
}
body, p, span, ul, li, a{
	font-family: 'elcorreo sans', sans-serif !important;
	color: #333 !important;
	font-size: 12px !important;
	line-height: 18px !important;
	font-weight: normal !important;
}

.frase-famoso{
	font-family:'elcorreo sansb', sans-serif !important;
	font-weight: normal !important;
	color: #000 !important;
	font-size: 17px;
}
.nombre-famoso{
	font-family:'Raleway Regular', serif !important;
	font-weight: normal !important;
	color: #000 !important;
	font-size: 17px !important;
}
.contenedor-texto-famoso p{
	font-size: 15px !important;
	font-family: 'elcorreo sans', sans-serif !important;
	font-weight: normal;
}
h4.nombre-famoso{
	font-size: 17px !important;
}
.stroke-text h1{
	font-family: 'open sansb', sans-serif;
	font-size: 60px;
	margin-bottom: 0;
	padding-bottom: 0;
}
.page_header p{
	text-align: center;
	font-size: 18px !important;
	color: #7b7b7b !important;
}
.page_header{
	margin-top: 20px;
}
h1.titular{
	font-family:'Gotham Thin', serif !important;
	font-weight: normal !important;
	color: #000 !important;
	font-size: 40px !important;
}
p.subtitular{
	font-family:'Raleway Regular', serif !important;
	font-weight: normal !important;
	color: #000 !important;
	font-size: 22px !important;
}
.header.menuType2 .header_content >ul>li>a{
	border: none !important;
}
.header_content ul li a {
    padding: 8px 4px !important;
}
.header.menuType2.mini{
	max-height: 55px;
}
.footer{
	position: fixed !important;
}
.footer {
    margin: 0!important;
    padding: 0!important;
    position: relative;
    bottom: 0;
    z-index: 12500;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

@media only screen and (max-width:1200px){
	.header ul.nav li a{
		padding: 13px 0 !important;
	}
}