body {
	background-image: url(../imagenes/fondo-03.jpg);	
}

.contenedor{
	height: 600px;
	width: 970px;
	margin:auto;
}

.logo{
	height: 98px;
	background-color: #000000;
}

.barra{
background-image: url(../imagenes/barramenu-01.png);
	background-repeat: no-repeat;
	background-color: #000000;
	height: 60px;}

.menu{
	width: 550px;
	float: right;	
}

.menu li {
list-style-type: none;
}

.menu li a:link{
	float:left;
	background-image: url(../imagenes/linea.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-left:20px;
	padding-right:20px;
	
}

.contenido{
	background-image: url(../imagenes/mundo-01.png);
	background-repeat: no-repeat;
	background-position: left;
}

.footer {
	align: center;
	height: 60px;
	float: none;
	margin-top:570px;
}

.contenidoservicios {
}