html, body {
	margin: 0;
	padding: 0;
	background: url(../img/fondo.jpg) repeat-x #F8FBFE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

#contenedor {
	width:818px;
	height:337px;
	margin:0px auto;
	position:relative;
}

#contenido {
	width: 818px;
	height: 337px;
	position: absolute;
	/*overflow: auto;*/
}

/* invisible para IE 5 \*/
#contenedor {
	position:absolute;
	margin:-168px 0 0 -409px;
	left:50%;
	top:50%;
}
/* fin hack */

.txt_azul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #427FB1;
	font-weight: normal;
}
