#header{
    /*height:125px;
    border-bottom: 1px solid #3100BC;*/
}
#logo{
    width:163px; height: 120px;
    background-image: url('../img/logo.png');
    float:left;
    margin-left:10px;
}
#slogan{
		font-size:200%;
		margin: 40px 0 0 20px;
		font-weight: bold;
		color: #3100BC;
		float: left;
	}
/*#namebanca{
    font-size:80%;
    margin: 10px 0 0 20px;
//    font-weight: bold;
    //color: #3100BC;
    color: blue;
    float: left;
    text-shadow: 1px 1px 0 black,
                  -1px -1px black,
                   1px -1px black,
                  -1px 1px black,
                   0 1px black,
                   1px 0 black,
                  -1px 0 black,
                   0 -1px black;
}*/
#menu{
    clear: both;
    border-bottom: 1px solid #C90019;
    border-top: 1px solid #C90019;
    height: 30px;
    font-size:120%;
}
#hourppal{
    border-right: 1px solid blue; 
    float: left; 
    font-size: 120%; 
    padding: 2px 5px 0 5px; 
    font-weight:bold;
    height:28px;
}


#content{
    background: #fff;
    clear: both;
    padding: 10px;
    overflow: auto;
}
#footer {
    background-color: #B40001;
    color: #FFF;
    clear: both;
    padding: 3px 0 3px 0;
    font-size: 85%;
    text-align: center;
    font-family:Arial, Helvetica, sans-serif; 
    margin-top:0;
    position:fixed; 
    bottom:0; 
    left:0; 
    width:100%; 
    z-index:2000;
}