/*
  Style for Personal Web Site
  victor@corrales.org
 */

/* Elementos Generales */

body { 
  background : #7E5F60;
  width: 800px;
  margin : 0px;
}

body,td,th,a,a:hover {
	font-family: Verdana;
	font-size: 10px;
	color: #9E6000;
}

p { 
  text-align: justify;
}

/* Modulo de 760px */

.modulon { 
  width: 782px;
  background: #FFCC66;
  background-image : url("img/modulon_bg.gif"); 
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 10px;
}

.modulon h1 { 
  background-image : url("img/titulon_bg.gif"); 
  background-repeat: no-repeat;
  background-position: bottom center;
  text-align: center;
  font-family: Verdana;
  font-size: 18px;
  height: 37px;
  padding: 0px;
  padding-top: 5px;
  margin: 0;
}

.modulon p { 
 margin: 15px;
}

.modulon ul { 
  text-align: left;
  padding-left: 50px;
}

/* Modulo de 380px */

.modulo { 
  width: 380px;
  background: #FFCC66;
  background-image : url("img/modulo_bg.gif"); 
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 10px;
}

.modulo h1 { 
  background-image : url("img/titulo_bg.gif"); 
  text-align: center;
  font-family: Verdana;
  font-size: 18px;
  height: 37px;
  padding: 0px;
  padding-top: 5px;
  margin: 0;
}

.modulo p { 
 margin: 15px;
}

.modulo ul { 
  text-align: left;
  padding-left: 50px;
}

/* Barra de Navegacion */

.navbar { 
  width : 386px;
  height : 20px;
  background: #F3F3F3;
  background-image : url("img/nav_bg.gif"); 
  background-repeat: no-repeat;
  background-position: top right;
  text-align: center;
  vertical-align: sub;
  color: #000;
  
}

.ficha { 
  width : 386px;
  height: 120px;
  background: #7E5F60;
  background-image : url("img/ficha_bg.jpg"); 
  background-repeat: no-repeat;
  background-position: top right;
  text-align: center;
  padding-top: 15px;
  padding-right: 140px;
  padding-left: 110px;
  padding-bottom: 10px;
}

.ficha { 
  text-align: left;
}

.logo { 
  width : 386px;
  height : 105px;
  background: #FEC128; 
  background-image : url("img/logo_bg.jpg"); 
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 90px;
  padding-top: 35px;
}


.espacio { 
  height: 3px;
}

.pagina { 
  background-image : url("img/border_bg.gif"); 
  background-repeat: repeat-y;
  background-position: center right;
  border-left: 1px solid #000;
  width: 800px;
}

.izquierda { 
  float: left;
}

.derecha { 
  float: right;
}

.completa { 
  background-image : url("img/border_bg.gif"); 
  background-repeat: repeat-y;
  background-position: center right;
  border-left: 1px solid #000;
  width: 800px;
}

.footer { 
  width: 800px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  margin: 0px;
}

.footertop { 
  height: 10px;
  background-image : url("img/border2_bg.gif"); 
  background-repeat: no-repeat;
  background-position: center right;
}

.footerbot { 
  color: #000;
  background: white;
  background-image : url("img/footer_bg.gif"); 
}


