body{
	margin:0;
	padding:0;
	background-image:url(img/fondoPagina.gif);
	background-repeat:repeat-x;
	text-align:center;
}
.contenedor{
	margin:0 auto;
	background-image:url(img/fondoContenido.gif);
	background-repeat:no-repeat;
	width:780px;
	height:394px;
}
.contenedorImagen{
	height:273px;
}
.logoSector04{
	text-align:right;
}
.datos{
	margin-right:366px;
	text-align:right;
	font-family:Verdana;
	font-size:11px;
	color:#6A6A6A;
}
.datos a:link,
.datos a:visited{
	color:#6A6A6A;
	text-decoration:none;
}
.datos a:hover{
	color:#6A6A6A;
	text-decoration:underline;
}
.datos .direccion{
	margin-top:10px;
}
.datos .telefono{
	margin-top:15px;
}