#cabecera {
    background-color:#af1024;
    color:white;
    text-align:center;
    padding:5px;
    position: Top;
    width:auto;
}
#navegador {
    line-height:30px;
    background-color: #eeeeee;
    height:720px;
    width:21%;
    float:left;
    padding:5px; 
    position: left;
}

#checkboxes {
	border-style: solid;
	border-color: white;
	border-width: 4px;
	border-radius: 10px;
	padding: 10px;


	
}

#resultados {
	border-style: solid;
	border-color: black;
	border-radius:5px;
	border-width:1px;
	height:640px;
    width:75%;
    float:left;
    padding:10px;
    overflow:scroll;
    display: flex;
    position: relative;
}

#aside {
	border-style: solid;
	border-color: black;
	border-radius:5px;
	border-width:1px;
	width:75%;
	height:50px;
    overflow: scroll;
    float:left;
    padding:10px;
    overflow:scroll;
    display: aside;
	background-color:#eeeeee;
}

#valores {
    background-color:#af1024;
    color:white;
    clear:both;
    text-align:left;
    padding:5px; 
    width:auto;
    height:55%;
    overflow: scroll;
    
}

#pagin {
	
	border-style: solid;
	border-color: black;
	border-radius:5px;
	border-width:1px;
	padding:10px;
    position: absolute;
    top: 570px;
    margin-left: 25px;
    left: 0;
    width:350px;
    height:25px;
    background-color:#eeeeee;
    
}

#fpagin {
	
	border-style: solid;
	border-color: black;
	border-radius:5px;
	border-width:1px;
	box-shadow: 2px 2px 3px #888888;
	padding:10px;
    position: absolute;
    top: 1px;
    margin-left: 1px;
    left: 150px;
    width:auto;
    background-color:#eeeeee;
}

#bpagin {
	
	border-style: solid;
	border-color: black;
	border-radius:5px;
	border-width:1px;
	box-shadow: 2px 2px 3px #888888;
	padding:10px;
    position: absolute;
    top: 1px;
    margin-left: 1px;
    left: 50px;
    width:auto;
    background-color:#eeeeee;
}

#save {
	
	border-style: solid;
	border-color: black;
	border-radius:5px;
	border-width:1px;
	box-shadow: 2px 2px 3px #888888;
	padding:10px;
    position: absolute;
    top: 1px;
    margin-left: 1px;
    left: 250px;
    width:auto;
    background-color:#eeeeee;
}

