#contenidoCentro   {
	background-color: #FFF;
	width: 990px;
	height: 394px;
}
#informacion {
	width: 320px;
	height: 346px;
	background-color: #F0F0F0;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	color: #333;
	border: 1px solid #CCC;
}
#informacion p {
	margin-top: 20px;
	margin-left: 20px;
}

#formulario {
	height: 346px;
	width: 290px;
	float: left;
	margin-top: 20px;
	margin-left: 25px;
	border: 1px solid #999;
}
#mapa {
	height: 346px;
	width: 290px;
	float: left;
	margin-top: 20px;
	margin-left: 25px;
}
#map_canvas {
	height: 346px;
	width: 290px;
	float: left;
}
#contacto_enviar {
	background-image: url(../images/enviar.png);
	height: 16px;
	width: 59px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	cursor: pointer;
	float: right;
}
#contacto_enviar:hover {
	background-position: bottom;
}

#formuContacto {
	height: 346px;
	width: 250px;
	padding-top: 20px;
}
#formuContacto label {
	padding-left: 30px;
	color: #09F;
}
#formuContacto .inputt {
	display: block;
	width: 230px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 20px;
	margin-top: 2px;
	margin-bottom: 8px;
	margin-left: 30px;
	background-color: #CAEEFF;
}
#formuContacto textarea {
	display: block;
	background-color: #CAEEFF;
	width: 230px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 60px;
	margin-top: 2px;
	margin-bottom: 8px;
	margin-left: 30px;
}
