body {
	color: #039;
	font: 12pt/140% "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #b2e0ff;
}

a:visited {
	color: #09f;
}

a:hover {
	color: #693;
}

h1 {
	font-size: 2em;
}

h2 {
	font: italic 1.6em Georgia, "Times New Roman", Times, serif;
	color: #09f;
	margin-left: 20px;
}

h3 {
	font-size: 1.4em;
	color: #693;
}

/* @group formulario inicio */

#formularioinicio {
	display: none;
}



/* @end */

/* @group estructura */



#contenedora {
	width: auto;
	height: auto;
}

#contenido {
	border-top: 1px dashed #09f;
	margin-right: 20px;
	margin-left: 20px;
}

#xlegal #contenido {
	margin-right: 20px;
	margin-left: 250px;
	border-top: 1px dashed #09f;
	border-bottom: 1px dashed #09f;
}

#direccion {
	text-align: right;
	margin-top: 50px;
}

#container {
	width: 100%;
	height: 395px;
	min-height: 395px !important;
	background: #b2e0ff url(../images/estructura/fondo-degradado.gif) repeat-x;
	padding-top: 20px;
}

#izquierda {
	float: left;
	width: 240px;
}

#imagenes {
	width: 360px;
	margin-left: 20px;
}

#derecha {
}

#cabecera {
	background-color: #fff;
	z-index: 1000;
}


.pie-menu {
	font-size: 10pt;
	border-top: 1px dashed #09f;
	padding-top: 5px;
	margin: 0 20px;
	padding-left: 70px;
	background: url(../images/estructura/logo-gj.gif) no-repeat 5px 5px;
	height: 50px;
}

p.pie {
	line-height: 130%;
	margin-top: 0;
}

#cabecera embed {
	z-index: 10;
}



/* @end */

/* @group menu */

#menu {
	display: none;
}



/* @end */

/* @group titulos */

h1 span {
	display: none;
}

#xinicio h1 {
	margin: 0;
	padding: 0;
	height: 40px;
	background: url(../images/titulo/h1-inicio.gif) no-repeat;
}

#xempresa h1 {
	margin: 0;
	padding: 0;
	height: 40px;
	background: url(../images/titulo/h1-empresa.gif) no-repeat;
}

#xpiscinas h1.privada {
	margin: 0;
	padding: 0;
	height: 40px;
	background: url(../images/titulo/h1-piscina-privada.gif) no-repeat;
}

#xpiscinas h1.publicas {
	margin: 0;
	padding: 0;
	height: 40px;
	background: url(../images/titulo/h1-piscina-publica.gif) no-repeat;
}

#xaguas h1.residuales {
	margin: 0;
	padding: 0;
	height: 40px;
	background: url(../images/titulo/h1-agua-residuales.gif) no-repeat;
}

#xaguas h1.potables {
	margin: 0;
	padding: 0;
	height: 40px;
	background: url(../images/titulo/h1-agua-potables.gif) no-repeat;
}

#xriego h1 {
	margin: 0;
	padding: 0;
	height: 40px;
	background: url(../images/titulo/h1-aspersion.gif) no-repeat;
}

#xmantenimiento h1 {
	margin: 0;
	padding: 0;
	height: 40px;
	background: url(../images/titulo/h1-mantenimiento.gif) no-repeat;
}

#xpiscina h1 {
	margin: 0;
	padding: 0;
	height: 40px;
	background: url(../images/estructura/h1-tienda.gif) no-repeat;
}

#xdiseno h1 {
	margin: 0;
	padding: 0;
	height: 40px;
	background: url(../images/titulo/h1-diseno.gif) no-repeat;
}

#xcontactar h1 {
	margin: 0;
	padding: 0;
	height: 40px;
	background: url(../images/titulo/h1-contacto.gif) no-repeat;
}

#xcontactar h1.localizacion {
	margin: 0;
	padding: 0;
	height: 40px;
	background: url(../images/titulo/h1-localizacion.gif) no-repeat;
}



/* @end */

/* @group formulario */

form dd {
	margin: 0;
	padding: 1px 0 10px;
	width: auto;
}
	
	
form dt {
	float: left;
	padding-right: 10px;
	width: 75px;
	padding-left: 20px;
	text-align: right;
	margin: 0;
}

input {
	width: 200px;
}

#enviar {
	width: auto;

}

textarea {
	width: 200px;
	height: 50px;
}	
/* @end */

/* @group mapa web */

#contenido ul#menu-listado {
	list-style-type: none;
	background-image: none;
}

#contenido ul#menu-listado li {
	border-top: 1px solid #3397fb;
}

#contenido ul#menu-listado li:hover {
	background-color: #b2e0ff;
}

#contenido ul#menu-listado a {
	background-image: none;
}

#contenido ul#menu-listado span {
	visibility: visible;
}

#contenido ul#menu-listado ul {
	display: block;
	background-image: none;
	border-style: none;
	background-color: transparent;
	text-align: left;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
}

#contenido ul#menu-listado ul li {
	margin-left: 20px;
}



/* @end */