* {margin: 0; padding: 0;}

/*img { behavior: url("pngbehavior.htc"); border: 0px;}*/

html {
	width:100%;
	height:100%;
}

body {
	width:100%;
	/*height:100%;*/
	font-family:Arial,Verdana;
	font-size:1em;
	color:#ffffff;
	background-color:#EEEEEE;
	text-align:center;
	margin:0em;
	}

a {
	text-decoration:none;
	color:#ffffff;
}
	
a img {
	border-style:none;
	margin:0em;
	padding:0em;
}

p {
	margin-bottom:1em;
}

img { border:1px solid #999999;}

.shadow0 { background-position:top left; background-repeat:no-repeat; background-image:url("../imagenes/sombra.gif"); }
.shadow1 { background-position:top right; background-repeat:no-repeat; background-image:url("../imagenes/sombra.gif"); }
.shadow2 { background-position:bottom right; background-repeat:no-repeat; background-image:url("../imagenes/sombra.gif"); }
.shadow3 { padding:0px 7px 0px 7px; background-position:bottom left; background-repeat:no-repeat; background-image:url("../imagenes/sombra.gif"); }

.shadow4 { background-position:top; background-repeat:repeat-x; background-image:url("../imagenes/sombra_h.gif"); }
.shadow5 { padding:7px 0px 7px 0px; background-position:bottom; background-repeat:repeat-x; background-image:url("../imagenes/sombra_h.gif");}

.shadow6 { margin:0px -7px 0px -7px; background-position:left; background-repeat:repeat-y; background-image:url("../imagenes/sombra_v.gif"); }
.shadow7 { background-position:right; background-repeat:repeat-y; background-image:url("../imagenes/sombra_v.gif");}

.shadow8 { margin:0px 7px 0px 7px; background-color:#FFFFFF; }

#contenedor {
	margin:auto;
	text-align:left; 
	width:47em;
	padding:0px;
}

#cabecera {
	background-color:#04284D;
	text-align:right;
	border-bottom:1px solid #8294A6;
}
#cabecera img {
	margin:1em;
}

#cabecera h1 {
	font-size:1em;
	margin:0em;
	padding:0em;
}
	
#contenido {
	background-color:#04284D;
	background-image:url("../imagenes/bg_luces.png");
	background-position:bottom right;
	background-repeat:no-repeat;
	padding:1em;
}

#contenido .texto_seccion {
	margin-top:2em;
	margin-bottom:1em;
	margin-left:4em;
	margin-right:4em;
	font-size:.8em;
}

#contenido .texto_seccion p, #contenido .texto_seccion ul {
	background-image:url("../imagenes/semitransparente.png") !important;
	background:none; /* IE <7 */
	padding:1em;
	margin:.5em 0em 1em 0em;	
}

#contenido h2 {
	margin-left:0em;
}

#contenido h3 {
	margin-top:2em;
	margin-left:2em;
}

#menu_principal ul {
	padding:1em 1em 5em 1em;
	list-style-type:none;
	font-size:1em;
	font-weight:bold;
	text-align:left;
}
#menu_principal li {
	margin:1em;
}

#menu_horizontal {
	background-color:#04284D;
}

#menu_horizontal ul {
	list-style-type:none;
	font-size:.7em;
	text-align:center;
	border-bottom:1px solid #8294A6;	
}
#menu_horizontal li {
	margin-left:2em;
	margin-right:2em;	
	display:inline;
}

#contacto_form {
	margin:1em 2em 2em 2em;
	font-size:small;
	padding:2em;
	background-image:url("../imagenes/semitransparente.png");
}

#contacto_form .contacto_linea {
	margin:0em 0em 1em 0em;
	padding:0em;
}
#contacto_form label {
	display:block;
}
#contacto_form .contacto_linea input {
	width:20em;
	margin:0em 0em 0em 2em;
	background-color:#ffffff;
	border:1px solid #cccccc;
}
#contacto_form em {
	margin:0em 0em 0em 1em;
	color:red;
}
#contacto_form .contacto_botonera {
	text-align:center;
}
#contacto_form textarea {
	background-color:#ffffff;
	border:1px solid #cccccc;
	display:block;
	margin:0em 0em 1em 2em;
	width:41em;
	height:10em;
}

#googlemaps_window {
	text-align:center;
	margin:2em;
	font-size:.8em;
}

#formMsg {
	display:block;
	text-align:center;
	color:green;
	font-size:small;
}

#pie {
	background-color:#04284D;
	text-align:center;
	font-size:.7em;
}

.galeria_imagenes {
	text-align:center;
	padding-left:2em;
	padding-right:2em;
}

.galeria_imagenes img {
	border:1px solid #000000;
	margin:.5em;
}

.galeria_imagenes img:hover {
	border:1px solid #ffffff;
	margin:.5em;
	cursor:pointer;
}
