html{
    height: 100%;
}
body{
    height: 100%;
    /*font-family: 'PT Sans Caption', sans-serif;*/  
    font-family: 'Quicksand', sans-serif;
}
footer{    
    margin: 20px auto;
    margin-bottom: 0px;
    width: 100%;
    height: 170px;
    border-top: 1px solid transparent;
    /*border-bottom: 3px solid #888;*/
    background: url('../images/bg-footer.jpg'); 
     
}
header{
    background-color: black;
    margin:10px auto;
    margin-top:0px;
    width: 950px;
    height: 130px;    
}
nav{
    /*border: 1px solid black;*/  
    float: left;
    margin-top: 12px;
	width: 100%;
}

/*MENU*/

.enlace_menu{     
     display: block;
     text-align: center;
     z-index: 10;
    position: relative;
    
    border-radius: 5px;    
    font-weight: normal;
    padding:5px 15px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    background-color: #000;
}

.primer_nivel{
   z-index: 10;
   position: relative;
   margin: 0px 5px;
   margin-top: -3px;
  }

.item_primer_nivel{
    float:left;
    z-index: 10;
    position: relative;
    margin-left: 8px;
}
.primer_nivel:first-child{
    margin-left: 0px;
}

.segundo_nivel{
    display: none;
    z-index: 10;
    position: absolute;
}

.item_segundo_nivel{
    position:relative;
    width:230px;     
    z-index: 10;
    margin-top:2px;
}

.tercer_nivel{
    display:none;
    position:absolute;
    left:228px;
    top:-2px;
    z-index: 10;
}

.item_tercer_nivel{
    width:230px;
    z-index: 1000;    
    position: relative;
    margin-top:2px;
    
}

/*FIN DE MENU*/

.fb-like-box{box-shadow: 0px 10px 15px #ccc;}

#clear{
    clear: both;    
}
#content{
    /*border: 1px solid black;*/
    margin:0px auto;
    width: 950px;
}
#left{
    /*border: 1px solid black;*/
    width: 300px;
    float: left;
}

#right{
    border-left: 1px solid #ddd;
    width: 600px;
    float: left;
    padding-left: 25px;
    margin-left:20px;
}
#right h1, #left h1{
    /*font-family: 'Fjalla One', sans-serif;*/ 
    font-family: 'Raleway', sans-serif;
    font-weight: lighter;
    font-size: 50px;   
    margin-bottom: 25px;    
    /*text-shadow: 5px 5px 5px #aaa;*/
}
#right p{
    margin-bottom: 20px;
    text-align: justify;
    line-height: 19px;
}
#logo{
    background: url('../images/otroLogo.png') center no-repeat;
    height: 85px;
    /*border: 1px solid black;*/
    width: 592px;
    /*padding: 3px;*/
    margin-top: 8px;
    float:left;    
}

#content-pie{
    width:950px;
    margin:15px auto;
    /*border:1px solid black;*/
    text-align: center;
    color: #ddd;
    font-size: 12px;
}
#content-pie p{margin: 3px auto; font-weight: bold;}

#wrapper{
    /*border: 1px solid black;*/
    min-height:100%;
    height: auto!important;
    height:100%;
    
}
#wrapperHeader{
    height:130px;
    width: 100%;
    background: #000;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0px 10px 15px #999;
}
