#contenedor {
	height: 330px;
	width: 775px;
	margin-left:auto;
	margin-right:auto;
	margin-top:100px;
	background-color: #FFFFFF;
}
#contenido {
	float: right;
	width: 65%;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #A3A3A3;
}
#contenido a {
	color: #055A90;
}

#estamos_construcion {
	font-size: 36px;
	color: #ADC2D3;
}

#logo {
	float: right;
	height: auto;
	width: auto;
	margin: 20px;
}

#mano {
	float: left;
	width: auto;
	height: auto;
	margin: 20px;
}
body {
	background-color: #055A90;
	background-image: url(fondo.jpg);
	background-repeat: no-repeat;
}

