#container {
   height:100%;
}


div.scroll {
height: 200px;
width: 300px;
overflow: auto;
border: 1px solid #666;
background-color: #ccc;
padding: 8px;
}


div.navBar {
	width: 600px;
}


.box-footer{
    bottom: 5px;
    margin-left:10px;
    margin-bottom:10px;
    color: #8c8c8c;
    margin-top:10px;
    font-family:monospace;
    font-size: 11px;
    width:100%;
    position: fixed;
}


html, body 
    {
		font-size: 13px
    }

body{
    background: url(http://bioinformatica.fcien.edu.uy/static/fondo2.jpg) fixed center;
    background-size:cover;
}

.title{
    font-family: 'Open Sans', sans-serif;
	font-size: 24px; 
	color: #333;
	text-align: center;
    font-weight: bold;
    text-shadow:#eee 0px 3px 4px, #666 1px 0px 0;
    padding: 10px 0px 15px 0px;
}

.font{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

a:hover{
	text-decoration: underline;
	cursor: pointer;
}


.box{
    width:70%; 
    margin-top:20px;
    box-shadow: -2px 3px 5px #888;
    background-color: #ddd;
    padding: 2px 3px 2px 16px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    font-family: 'Open sans', sans-serif;
    font-size: 12px;
    color: #133a53;
    text-align:left;
}
