<!--
body{
	background-color: #0B5FBF;
}

.contenedor{
	position:relative;
	width: 750px;
	height:106px;
	margin: auto;
	background-color: #DFECFD;
	background-image:url(/azul/images/mosaico.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.banner{
	height: 50px;
	width: 350px;
	position: absolute;
	left: 390px;
	top: 12px;
}
.barra{
	height: 25px;
	width: 748px;
	border: 1px solid #003399;
	bottom: 0px;
	position: absolute;
	background-image:url(/azul/images/fondo_barra.jpg);
	background-repeat:  repeat-x;
}

.espacio{
	float: left;
	margin:3px;
	
}
.barradiv{
	float: left;
	width:2px;
	height:25px;
	background-image:url(/azul/images/barra_div.gif)
}
.link_normal{
	height:16px;
	width: 110px;
	padding:4px;
	cursor: hand;
}
.link_sobre{
	height:8px;
	width:128px;
	padding:3px;
	background-image:url(/azul/images/link_sobre.gif);
	border: 1px solid #003399;
	cursor: hand;
}
a.link{
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	font-weight:normal;
	text-decoration: none;
}