body {
background: #02588B url(../img/bg/bg_all.jpg) repeat-x;
font-family: Verdana;
font-size: 11px;
color: #333;
line-height: 13px;
}

a{ color: #555; text-decoration: none; }
a:hover{ color: #777; }

#all{
background: #FFF;
width: 770px;
height: 500px;
position: absolute;
top: 50%;
left: 50%;
margin-left: -385px;
margin-top: -250px;
text-align: center;
}
	#logo{
	background: url(../img/bg_inicial/bg_logo.jpg) center no-repeat;
	height: 248px;
	margin-top: 10px;
	}
	#mid{
	height: 100px;
	*margin-left: -770px;
	}
	#idiomas{
	margin-top: 15px;
	}
		#ul_idiomas{
		list-style-type: none;
		}
		#ul_idiomas li{
		display: inline;
		margin: 0 5px;
		}