a:link {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none} 


body { 
background: #eaf5ff;
font-family:Georgia, "Times New Roman", Times, serif;
}

#contenedor {
       width: 900px;
       height: 450px;
	   margin:0 auto 0 auto;
	   
}

#logo {
       width:240px;
       height:150px;
       padding:5px;
	   float:left;
}

#botonera-superior {
	width:640px;
       float:left;
       height:150px;
       padding:5px;
}


#barra-lateral {
            
            float: left;
            width:200px;
            
			padding:25px;
        }

#contenido {
           padding:20px;
            float:left;
            width:610px;
            height:100%;
        }	
		
#pie {
            padding:5px;
            clear: both;
			padding-left:220px;
        }
		#links {
            padding:5px;
            clear: both;
			font-size:10px;
			padding-left:220px;
        }

#scrollbar {
	width:620px;
     height:420px;
     overflow:auto;
	 	 
	 
	}


		.a {
	
	font-size: 11px;	
	
}
		
li {
	
	list-style:none;
	}	
		
p{ color:#000;
text-align:justify;

	}	
	
