/*styling.css*/

body {
    /*    font-family: 'Quattrocento Sans', sans-serif;*/
    background: url("../images/escudo.jpg") no-repeat center center;
    background-attachment: fixed;
    bg-size: cover;
    background-size: 15% 45%;
    opacity: 24;
}



body{
    font: Arial, Helvetica, sans-serif;
}

#container {
    width: 1050px;
    /*border: 1px solid grey;*/
    margin: 0 auto;
    
}

#header{
    height: 80px;
    padding: 5px 0;
    
}

#brand{
    float: left;
}

h1 a{
    font-size: 540px;
    font-weight: 90;
    color: #FF1000;
    text-decoration: none;
}

#searchbox{
    float: right;
    background: linear-gradient(#E4F2B9, #b7E953);
    background: -webkit-linear-gradient(#e4f2b9, #b7e953);
    background: -o-linear-gradient(#e4f2b9, #B7E953);
    background: -moz-linear-gradient(#E4F2B9, #B7E953);
    width: 500px;
    height: 50px;
    padding: 15px 15px 0 15px;
    margin-top: 10px;
    
}

.text{
    float: left;
    width: 200px;
    padding: 5px;
    font-size: 15px;
    color: #E36A0C;
    background: red url(../images/search.png) right center no-repeat; 
    border: 1px solid #C8D03E;
}

.submit{
    float: right;
    padding: 5px;
    font-size: 15px;
    font-weight: bold;
    color: white;
    background: #A751D6;
    border: 1px solid #DCD5E1;
    
}

.clear{
    clear: both;
    
}

#menu{
  height: 30px;
  background: linear-gradient(#0000FF, #0000FF);
  background: -webkit-linear-gradient(#0000FF, #0000FF);
  background: -o-linear-gradient(#F8F594, #D5D533);
  background: -moz-linear-gradient(#F8F594, #D5D533);
   padding: 6px 0;
    
}

ul{
    list-style: none;
}

#menu ul li{
 float: left;
 padding: 0 30px;
 height: 30px;
 border-right: 1px solid #ff0000;
}
#menu ul li:last-child{
 border-right: none;
}

#menu ul li a{
    text-decoration:none;
    text-transform: uppercase;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 20px;
    -webkit-transition: font-size 0.3s ease;
    -moz-transition: font-size 0.3s ease;
    -o-transition: font-size 0.3s ease;
    -ms-transition: font-size: 0.3s ease;
    transition: font-size 0.3s ease;
            
}

#menu ul li a:hover, #menu ul li a.active{
    font-size: 20px;
    font-weight: bold;
    color: #B314DB;
}

#introduction{
    background: linear-gradient(#ffffff, #ffffff);
    background: -webkit-linear-gradient(#ffffff, #ffffff);
    background: -o-linear-gradient(#E5F2BB, #B7E952);
    background: -moz-linear-gradient(#E5F2BB, #B7E952);
    padding: 30px;
    margin: 16px 0;
        
}

#introduction h3{
        font-size: 45px;
        color: #316901;
        font-weight: normal;
}


#introduction p{
        font-size: 25px;
        color #628F19;
        text-align: justify;
        
}    
    
    .sidebar{
        height: 600px;
        width: 450px;
        border: 1px solid #BAF46f;
        border-radius: 20px;
        padding: 10px 30px;
}
    
    .sidebar h3{
        color: #B314DB;
        font-size: 20px;
        
}

    .sidebar ul{
        padding-top: 10px;
        
}

 #leftsidebar ul li{
 padding: 2px 0 2px px;
 list-style-image: url(../images/arrow.png);  
     
} 

/*The line below is not part of this css*/
/*<img src="images/tick.jpg" width ="200px" height="150px" alt="butterfly">*/

 #rightsidebar ul li{
        padding: 4px 0 5px 24px;
        background: url(../images/arrow.png)
            no-repeat left center;
} 
    
 .sidebar ul li a{
        text-decoration: : none;
        font-size: 15px;
        color: #5d12e7;
        -webkit-transition: font-size 0.3s ease;
        -moz-transition: font-size 0.3s ease;
        -o-transition: font-size 0.3s ease;
        -ms-transition: font-size 0.3s ease;
        transition: font-size 0.3 ease;
}    
    
    .sidebar ul li a:hover, .sidebar ul li a.active{
        text-decoration: none;
        color: #B314DB;
        font-size: 20px;
        font-weight: bold;
        
}
    
    #leftsidebar{
        float: left;
        
} 
    
    #rightsidebar{
        float: right;
}
    

/*.footer{
        height 60px;
        background: linear-gradient(#F6F390, #D5D533);
        background: -webkit-linear-gradient(#F6F390, #D5D533);
        background: -0-linear-gradient(#F6F390, #D5D533);
        background:  -moz-linear-gradient(#F6F390, #D5D533);
        padding: 30x 10px;
        margin-top:230px
        
} -*/

/* Footer */
.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48px;
    background-color: #FF0000;
}

    