﻿@charset "utf-8";
/* CSS Document */

a img {
	border: none;
}

body {
background-image: url('ima1/fondo1.gif');
}

#contenedor {
	position: relative;
	width:960px;
	height:600px;
	margin: 0 auto;
	z-index:1;
}

#logo1 {
	position: absolute;
	width:600px;
	height:230px;
	z-index:2;
	top: 130px;
	left: 180px;
}

#nuestro1 {
	position: absolute;
	width:600px;
	height:130px;
	z-index:2;
	top: 430px;
	left: 180px;
	text-align:center;
}
