#header,#footer,#content {right:0;left:0}

#header {
    position: relative;
    height: 54px;
    background-color: #FFFFFF;
    background: #FFFFFF url(../img/proyecto/diplade.png) no-repeat scroll left;
    top:0;    
}
#usuario{
	background-color:#fff;
    border:1px solid #000C80;
    height:28px;
    list-style:none outside none;
    margin:0;
    padding:1px;
}

h1 {
	font: 14px Arial, Helvetica, sans-serif;
	color: #3B5984;
	font-weight: bold;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

#footer{
  height:100px; bottom:0;
}

#content{
  top:50px;
  bottom:100px;
  
}

body{
    background: url('../img/fondo/fondo3.jpg');
    /*background-color: #fff;*/
    /*font-family: Arial, Helvetica;*/
    font: 12px/normal Tahoma, Arial, Helvetica, sans-serif;
}



#footer {
    background-color: #4c65e6;
    color: white;
    padding: 1.5em;
    height: 20px;
    margin-top: 8%;
}
#footer a {
    font-size: 14px;
    text-decoration: none;
    color: #fff;
}
#footer a:hover {
    color: #000;
}
#footer p{
    font-size: 14px;
    color: #d1a88b;
}
#footer ul.links {
    text-align: center;
    list-style: none inside;
    padding: 0;
}
#footer ul.links li {
    display: inline;
    color: #D1A88B;
}

.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.clear {
    clear: both;
}