html, body {color: #338888; 
            font-family: Verdana,Arial,Sans-serif;
            font-size: small;
            width: 100%;
            height: 100%;
            }

p {text-indent:2em; padding: 0.1em; font-weight: bold; }
strong {font-weight:bolder; font-style: italic;}
p em {font-style: italic; font-weight:lighter;}
em em {font-weight:bolder; font-size:larger}
h1 {font-weight:bolder; font-size:larger}
h2 {font-weight:bolder; font-size:small}


body {background-image: url("ImagenFondo.jpg") }

/* LISTAS */

#ListaMenu {margin: 1.0 em; line-height: 1.3em; font-weight:bold; list-style-type: square}
#ListaMenub {list-style-type: circle; margin: 3.0 em; line-height: 2em; margin-top: 0em}



/* CAJAS */

.Contenedor{margin-left: auto; margin-right: auto; width: 100%; height:100%; vertical-align: middle;  }

.Fondo {position: absolute; top:8%; left: 3%; width: 1100px; height:630px;  }

.Arriba {position: absolute; top: 5%; left: 1%; }



/* Cajas Página principal*/

.Izquierda {position: absolute; top: 24%; left: 1%; width: 28%; }
.Derecha {position: absolute; top: 23%; left: 73%; width: 25%;  }
.Centro { position: absolute; top: 25%; left: 30%;  }
.Servicios {position: absolute; top: 2%; left: 8%;  }
.Localizacion {position: absolute; left: 5%; bottom: 5%; color: #FFFFFF;  }
.Contacta {position: absolute; right: 0.1%; top: 95%; padding-top: 1.5%;  } 
.Quien {position: absolute; left: 0.1%; top: 95%; padding-top: 1.5%;  } 
.Privacidad {position: absolute; left: 45%; top: 95%; padding-top: 1.5%; text-align: justify; font-weight:lighter;  } 



/* Cajas Páginas segundo nivel*/
.Izquierdab {position: absolute; top: 25%; left: 3%; width: 15%;  }
.Derechab {position: absolute; top: 42%; left: 65%; width: 30%;  }
.Centrob { position: absolute; top: 35%; left: 19%; width: 45%; text-align: justify;  }
.Volver { position: relative; top: 5%; text-align: center;  }
.Completa { position: absolute; top: 25%; left: 7%; width: 80%; text-align: justify; line-height: 1.6em;}


/* Hipervínculos*/
a {font-weight: bolder}
a:link {color: #338888; text-decoration: none}
a:visited {color: #114455; text-decoration: none}
a:activate {color: #6A5ACD; text-decoration: none}
a:hover {background-color: #87CEEB}