@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);

@import url(http://fonts.googleapis.com/css?family=Lobster);

body{
    font-family: "open sans", sans-serif;
    background-image:url(imagenes/line.png);
    width: 100%;
}
   

main{
    
    width: 1024px;
    background-color: #fff;
}



header {
    width: 1024px;
    color: #fff;
    background-color: rgba(29, 29, 29, 0.9);
    
    float: right;
    height: 30px;
    padding-bottom: 30px;
    border-top-style:groove;
    border-bottom-style:groove;
    border-width: thin;
    position: fixed;
}

ul li{
    font-family: "open sans", sans-serif;
    color: #C8F40F;
    font-size: 12pt;
    text-decoration: none;
    list-style: none;
    display: inline-block;
    float: center;
    margin-left: 8%;

}

a{text-decoration: none;
    font-family: "open sans", sans-serif;
    color: #C8F40F;
}

a:link{
    text-decoration: none;
    font-family: "open sans", sans-serif;
    color: #C8F40F;


}


a:hover{
    background-color: #CF3B4A;
    color: #C8F40F;
    text-decoration: none;
   }



h1{

    padding-top: 30px;

}


#contenedor{
    overflow:auto;
    
    margin-top:  70px;
    height: 80%;
    background-color: #fff;}


article{
    background-color: #fff;
    margin-left: 30px;
    margin-right: 30px;
    text-align: justify;
    font-size: 10pt;
    margin-bottom: 50px;
    padding-bottom: 100px;
}

h1{
    color:#C8F40F;

}



#seccion1{
    float: left;
    margin-left: 18px;
    height:213px ;
    width:311px ;
    border-top-color: #FF8235; 
    border-top-style:solid;
    border-top-style:solid;
    border-bottom-style: groove;
    border-bottom-color: black;
    border-bottom-width: thin;
}


#seccion2{
    float: left;
    margin-left: 18px;
    height:213px ;
    width:311px ;
    border-top-color: #C8F40F; 
    border-top-style:solid;
    border-top-style:solid;
    border-bottom-style: groove;
    border-bottom-color: black;
    border-bottom-width: thin;
}

#seccion3{
    float: left;
    margin-left: 18px;
    height:213px ;
    width:311px ;
    border-top-color: #03C5FF;
    border-top-style:solid;
    border-top-style:solid;
    border-bottom-style: groove;
    border-bottom-color: black;
    border-bottom-width: thin;
    
}

#noticias{
    margin-bottom: 30px;
    float: left;
   
}


footer{
    width: 1024px;
    border-top-style:groove;
    background-color: rgba(29, 29, 29, 0.9);
    text-align: center;
    margin-top: 100px;
    font-family: "open sans";
    font-size: 8pt;
    color: #C8F40F;
    margin-bottom: 5px;
    padding-bottom: 50px;
    float: right;
    border-width: medium;
   
}
