.cbp-af-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background:url(../img/sombra.png) repeat-x;
	z-index: 10000;
	height: 170px;
	overflow: hidden;
}

.cbp-af-header .cbp-af-inner {
	width:100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1.875em;
	position:relative;
}

.cbp-af-header h1,
.cbp-af-header nav {
	display: inline-block;
	position: relative;
}
.logo{
	background:url(../img/logo.png) no-repeat;
	background-size:cover;
	height:43px; 
	width:176px; 
	position:absolute; 
	top:12px; 
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
 /* We just have one-lined elements, so we'll center the elements with the line-height set to the height of the header */

.cbp-af-header nav {
	float: right;
}

.cbp-af-header nav a {
	text-align:center;
	line-height:40px;
	color: #fff;
	margin: 0 0 0 10px;
	font-family: 'exo-black-italic';
	font-weight:bold;
    font-style: italic;
    font-size: 20px;
    margin-top: 15px;
    position: relative;
    float: left;
    padding: 0 10px;
    border-radius: 10px 10px;
    -webkit-border-radius: 10px 10px;
    -moz-border-radius: 10px 10px;
    text-decoration: none;
    
    cursor: pointer;
    text-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.5);
    width: 120px;
}
.cbp-af-header nav a:hover {
	color: #fff;
	background:#0080aa;
	text-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.5);
}
.cbp-af-header nav #casos-exito {
	width:160px;
}
.visitado{
	color: #fff;
	background:#0080aa;
	text-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.5);
}
/* Transitions and class for reduced height */
/*.cbp-af-header h1,
.cbp-af-header nav a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}*/

.cbp-af-header.cbp-af-header-shrink {
	background:rgba(255,255,255,1);
	height: 70px;
	box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.5);	
}

.cbp-af-header.cbp-af-header-shrink h1,
.cbp-af-header.cbp-af-header-shrink nav a {
	line-height: 40px;
	color:rgba(0,0,0,1);
	text-shadow: none;
}
.cbp-af-header nav a:hover {
	color: #fff;
	background:#0080aa;
	text-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.5);
}
.cbp-af-header.cbp-af-header-shrink nav .visitado{
	color: #fff;
	background:#0080aa;
	text-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.5);
}
.cbp-af-header.cbp-af-header-shrink h1 {
	font-size: 2em;
}
.cbp-af-header.cbp-af-header-shrink .logo{
	background:url(../img/logo2.png) no-repeat;
}
/************************************** Footer ***********************************************/
footer{
	clear:both;
	background:#191919;
	width:90%;
	height:130px;
	padding:50px 5%;
	color:#fff;
	font-size:14px;
	}
footer h3{
	font-family: 'Raleway-bold';
	font-size:16px;
	font-weight:bold;
	}
.miniveyor{
	background:url(../img/logo.png) top left no-repeat;
	width:40%;
	display:inline-block;
	float:left;
	height:110px;
}
footer ul{
	display: inline-block;
    line-height: 28px;
    width: 20%;
    height: 110px;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
	}
footer li a{
	color:#AAA;
	}
footer li a:hover{
	color:rgba(221,221,221,1);
	}
.black{
	position:relative;
	background:#000;
	width:90%;
	height:20px;
	clear:both;
	padding:20px 5%;
	color:#fff;
	font-size:14px;
}
.black strong{
	font-family: 'Raleway-bold';
	font-weight:bold;
}
.bt{
    position: absolute;
    right: 6%;
    top: -4px;
    width: 48px;
    height: 30px;
    display: block;
    color: #fff;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
/* Example Media Queries */
/*@media screen and (max-width: 55em) {
	
	.cbp-af-header .cbp-af-inner {
		width: 100%;
	}

	.cbp-af-header h1,
	.cbp-af-header nav {
		display: block;
		margin: 0 auto;
		text-align: center;
		float: none;
	}

	.cbp-af-header h1,
	.cbp-af-header nav a {
		line-height: 115px;
	}

	.cbp-af-header nav a {
		margin: 0 10px;
	}

	.cbp-af-header.cbp-af-header-shrink h1,
	.cbp-af-header.cbp-af-header-shrink nav a {
		line-height: 45px;
	}

	.cbp-af-header.cbp-af-header-shrink h1 {
		font-size: 2em;
	}

	.cbp-af-header.cbp-af-header-shrink nav a {
		font-size: 1em;
	}
}

@media screen and (max-width: 32.25em) {
	.cbp-af-header nav a {
		font-size: 1em;
	}
}

@media screen and (max-width: 24em) {
	.cbp-af-header nav a,
	.cbp-af-header.cbp-af-header-shrink nav a {
		line-height: 1;
	}
}*/

@media only screen and (max-width:1170px) and (orientation:landscape){
.cbp-af-header nav {
    margin: 0 40px;
}
.cbp-af-header nav a {
    line-height: 35px;
    margin: 0 0 0 5px;
    font-size: 18px;
    margin-top: 15px;
    padding: 0 10px;
    width: 100px;
}
.cbp-af-header nav #casos-exito {
	width:130px;
}
}
@media only screen and (max-width:768px) and (orientation:portrait){
.cbp-af-header nav {
	display: none;
}
footer h3 {
    font-size: 14px;
    margin-bottom: 10px;
}
footer ul {
	font-size:12px;
    line-height: 20px;
    width: 18%;
    margin: 0;
    padding: 0 1%;
}
}
@media only screen and (max-width:800px) and (orientation:landscape){
.cbp-af-header nav {
	display: none;
}
footer h3 {
    font-size: 14px;
    margin-bottom: 10px;
}
footer ul {
	font-size:12px;
    line-height: 20px;
    width: 18%;
    margin: 0;
    padding: 0 1%;
}
}
@media only screen and (max-width:480px) and (orientation:portrait){
footer {
    width: 90%;
    height: 270px;
    padding: 10px 5%;
}
footer ul {
    width: 25%;
    padding: 0 4%;
}
.miniveyor {
	background-position:center;
    width: 100%;
    float: left;
    height: 110px;
}
.black {
    height: 30px;
}
}
@media only screen and (max-width:480px) and (orientation:landscape){
footer {
    width: 90%;
    height: 440px;
    padding: 10px 5%;
}
footer ul {
	text-align:center;
    width: 90%;
    padding: 0 5%;
}
.miniveyor {
	background-position:center;
    width: 100%;
    float: left;
    height: 110px;
}
.black {
    height: 70px;
}
.black p {
	text-align:center;
	margin-top: 40px;
}
.bt{
	right:45%;
}
}
@media only screen and (max-width:320px) and (orientation:portrait){
footer {
    width: 90%;
    height: 440px;
    padding: 10px 5%;
}
footer ul {
	text-align:center;
    width: 90%;
    padding: 0 5%;
}
.miniveyor {
	background-position:center;
    width: 100%;
    float: left;
    height: 110px;
}
.black {
    height: 70px;
}
.black p {
	text-align:center;
	margin-top: 40px;
}
.bt{
	right:42%;
}
}

@media only screen and (max-height:480px){
}