body {
  background-image:url(../images/css/fondo_body_peq.gif);
  background-position: center center;
}

#main {
  color:#3592c2;
  width:830px;
  float:left;
}

#main h2 {
  color:#174b64;
  color:#fff;  
  font-size:150%;
  margin-bottom:0.5em;
}

#main p {
  color:#174b64;
}

#main a {
  color:#fff;
  text-decoration: none;
}

#menu {
  width:150px;
/*  height:680px;*/
  float:right;
  background-image:url(../images/css/fondo_menu_new.png);
  background-image:url(../images/css/fondo_menu.gif);
}

#menu ul {
  list-style:none;
  filter:alpha(opacity=100);
  -moz-opacity:1;
  -khtml-opacity: 1;
  opacity: 1;  
}

#menu li a {
  color:#ccc;
  text-align:center;
  text-decoration:none;
  width:150px;
/*  height:175px;*/
  display:block;
  padding-bottom:5px;
}

.link_grande {
  font-size: 130%;
}

#contenedor_formulario {
  width:380px;
  float:right;
  padding:10px 20px;
  margin-top: 40px;
/*  margin-right: 20px;  */
  background-color:#40b4d6;
  background-color:#000;  

  filter:alpha(opacity=80);
  -moz-opacity:0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;   
}


#contenedor_foto_tocado {
  width:300px;
  height:400px;
  background-image:url(../images/fondo_cuadro.png);
  padding:35px 32px 65px 34px;
  float:left;
  margin-top: 15px;  
  background-repeat:no-repeat;
}

#contenedor_miniaturas {
  clear:both;
  text-align:right;
}


.miniatura {
  background-image:url(../images/css/fondo_miniatura.gif);
  background-position: center center;
  background-repeat:no-repeat;
  width:105px;
  height: 140px;
  padding: 10px 12px;
  float:left;
}

#datos_tocado {
  float:left;
  width: 430px;
  text-align: left;
  padding-right: 20px;
  background-image:url(../images/fondo_galeria.gif);
  background-repeat:no-repeat;
  background-position: top right;
}

#flash {
  margin-top: 30px;
  padding: 2px 8px;
  background-image:url(../images/css/fondo_menu_new.png);
  width: 20px;
}

.foto_izquierda {
  float:left;
}

.foto_derecha {
  float:right;
}

.datos {
 border-left: 1px solid #aaa;
 border-top: 1px solid #aaa; 
 width:700px;
}

.datos th, .datos td {
  padding: 2px 8px;
}

.datos th {
  color:#000;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;  
}

.datos td {
  color:#666;
  background-color: #fff;
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
  font-size:90%;
}

td.no_border, th.no_border {
  border-right: none;
}

.datos tr:hover td {
  background-color:#f0f0f0;
}

.justificado {
  text-align:justify;
}

#galeria {
  text-align:center;
  width:800px;
  height: 600px;
}

#contenedor_galeria {
  margin-bottom:0.5em;
  background-color:#111;
  padding:5px;
  width: 800px;
}

.nav {
  text-align:right;
  width:800px;
  font-size:110%;
}

.galeria_fotos img {
  margin:1px;
}