@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.codrops-top {
line-height: 30px;
font-size: 16px;
background: #E1CC00;
text-transform: uppercase;
z-index: 9999;
position: relative;
box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
color: #000;
font-family: 'Oswald', sans-serif;
    width: 100%;
    line-height: 1.6;
    font-weight: 400;
}

.codrops-top a{
color: #000;
font-family: 'Oswald', sans-serif;
letter-spacing: 0.1em;
    display: inline-block;
    -webkit-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
    text-decoration: none;
    
}
.codrops-top span.right {
float: right;
}

.codrops-top span.right a {
float: left;
display: block;
}
.superior{
line-height: 30px;
font-size: 12px;
background: #E1CC00;
text-transform: uppercase;
z-index: 9999;
position: relative;
box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
color: #000;
}
.superior a{
padding: 0px 10px;
letter-spacing: 1px;
color: #333;
text-shadow: 0px 1px 1px #fff;
display: block;
float: left;
font-weight: bold;
-webkit-transition:all 500ms ease;
-o-transition:all 500ms ease;
transition:all 500ms ease;
}
.superior a:hover{
background: #fff;
color: #333;
font-size: 14px;

}

.superior span.right{
float: right;
}
.superior span.right a{
float: left;
display: block;
}
#pie {background-color:#ffffff; float:center; text-align: center; font-family: 'Varela Round', sans-serif; font-size: 10px;}
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

body {
	background: #fff;
	color: #4b5f5a;
	font-size: 100%;
	line-height: 1.25;
	font-family: 'Varela Round', sans-serif;
	margin-bottom: 1em;
	
}

a {
	color: #9baaa7;
	text-decoration: none;
	outline: none;
}

a:hover, a:focus {
	color: #fff;
}

code {
	opacity: 0.7;
	white-space: nowrap;
	padding: 0 7px;
	background: rgba(0,0,0,0.08);
}

@media screen and (max-width: 1350px){
	header .logo,
	header nav{
		width: 100%;
		text-align: center;
		line-height: 40px;
	
}
  header object{
    visibility: hidden;
        }
	.header3{
		height: auto;
	}

	.header3 .logo,
	.header3 nav {	
		line-height: 50px;
	}
	
}
@media screen and (max-width: 1000px){

  #header2{
   
    z-index: 2000;
    top:220px;
visibility: hidden;

}
#header2 li a{
  font-size: 12px;
  width:35px;
  height: 5px;
  top: 20px;
}
#header2 li a:hover{
  
  font-size: 13px;
  width:40px;
  height: 5px;
  top: 20px;
}

}



/* Related demos */
.related {
	text-align: center;
}

.related p {
	font-size: 1.5em;
}

.related > a {
	border: 3px solid #8d9a97;
	display: inline-block;
	text-align: center;
	margin: 20px 10px;
	padding: 25px;
	color: #8d9a97;
	-webkit-transition: color 0.3s, border-color 0.3s;
	transition: color 0.3s, border-color 0.3s;

}

.related a:hover {
	color: #4b5f5a;
	border-color: #4b5f5a;
}

.related a img {
	max-width: 100%;
	opacity: 0.8;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.related a:hover img,
.related a:active img {
	opacity: 1;
}

.related a h3 {
	margin: 0;
	padding: 0.5em 0 0.3em;
	max-width: 300px;
	text-align: left;
}

.h3 {
	font-family: 'Varela Round', sans-serif;
}
#cdawrap {
	top: 550px !important;
	background: #f0f0f0 !important;
}

*{margin:0; padding:0;}

body{
	background: #fffffa;
}

header {
	width: 100%;
	overflow: hidden;
	background: #252932;
	margin-bottom: 20px;
}

.wrapper {
	width: 90%;
	max-width: 1000px;
	margin: auto;
	overflow: hidden;
}
header .logo{
	color:#009933;
	font-size: 26px;
	font-family:'Varela Round', sans-serif;
	line-height: 120px;
	float: left;
	font-weight: bold;
}

header nav{
	float: right;
	line-height: 120px;
}

header nav a {
	display: inline-block;
	color:#fff;
	text-decoration: none;
	padding:10px 15px;
	line-height: normal;
	font-size: 16px;
	font-family: 'Varela Round', sans-serif;
	-webkit-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	border-radius: 50px;
}
header nav a:hover{
	background: #009933;
	font-weight: bold;
    font-size:18px;
      color:#E1CC00;
}
.container .p{
	margin-bottom: 500px;
}
.header3{
	position: fixed;
	height: 100px;
}

.header3 .logo{
	line-height: 100px;
	font-size: 25px;
	font-family: 'Varela Round', sans-serif;
}

.header3 nav {
	line-height: 100px;
}
@media screen and (max-width: 1350px){
  header .logo,
  header nav{
    width: 100%;
    text-align: center;
    line-height: 40px;
  
}
  header object{
    visibility: hidden;
        }
  .header3{
    height: auto;
  }

  .header3 .logo,
  .header3 nav {  
    line-height: 50px;
  }
  
}

.contenido p {
	margin-bottom: 1em;
	font-family: 'Varela Round', sans-serif;
}
#header2{
    position: absolute;
    z-index: 2000;
    width: 235px;
    height: 150px;
    top: 280px;

}
#navigation {
    font-family: 'Varela Round', sans-serif;
    margin-top: 15px;
    width: 150px;
    display:block;
    list-style:none;
    z-index:3;
    text-decoration:none ;
    margin-left: -15px;
    
}
#navigation a{
    color: #444;
    display: block;
    background: #fffffa;
    
    line-height: 50px;
    padding: 0px 20px;
  
    margin-bottom: 6px;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    font-size: 14px;
    text-decoration: none;

    ----    display: inline-block;
    color:#333;
    text-decoration: none;
    padding:10px 20px;
    line-height: normal;
    font-size: 18px;
    font-family: 'Varela Round', sans-serif;
    -webkit-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
    border-radius: 50px;
}
#navigation a:hover {
    background: #ddd;
    font-weight: normal;
    font-size:19px;
}
