body {
    background: url(/static/imgs/bg.png) repeat-x #2f5079;
}

#header {height: 180px;}

#header ul {
    padding-bottom: 60px;
    float: right;
}

#header ul li {
    float: left;
}

#header ul li a {
    color: #fff;
    text-decoration: none;
    padding: 10px;
    font-size: 14px;
}

#header .social {
    float: right;
    padding-bottom: 30px;
}

#header form {
    float: right;
    color: #fff;
}

#header label {
    font-size: 14px;
    font-weight: normal;
    float: left;
    padding: 6px 17px;
}

#header input {
    float: right;
	border-radius: 5px;
	width: 178px;
	height: 11px
}

#footer {
    background-color: #e5e5e5;
	border-top: 8px solid #94B1D6;
	padding-top: 22px;
}

#footer a {
    text-decoration: none;
    color: #5a83be;
    font-size: 11px;
}
.expediente {
float:right;
font-weight:bold;
position: relative;
top: 78px;
}