/* Estructura principal                                                       */
/* ---------------------------------------------------------------------------*/

* {
  margin:0;
  padding:0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px; 
  
}

html, body {
  height:100%;
  background: #333 url(/images/site/bg2.png);
  
}

body {
  text-align:center;   
 
}

#distance { 
  width:1px;
  height:50%;
  margin-bottom:-273px; /* half of container's height */
  float:left;
}

#container {
  background-image: url( '/images/site/inicio.png' );
  border:0;
	margin:0 auto;
  position:relative; /* puts container in front of distance */
  text-align:left;
  height:546px;
  width:980px;
  clear:left;
}

#container img {
  border: 0;
}

/* Contenedor                                                                 */
/* ---------------------------------------------------------------------------*/

#contenedor {
  padding: 5px; 
  overflow: auto; 
  height: 298px;
  
}

#contenedor_sup {
  padding: 5px; 
  overflow: auto; 
  height: 255px;
}

#contenedor_inf {
  padding: 5px; 
  overflow: auto; 
  height: 38px;
}


/* Enlaces                                                           */
/* ---------------------------------------------------------------------------*/

#enlaces {
  width: 513px; 
  padding:5px;
  margin-top: 12px;
  border: 1px solid black; 
  background-color: #fff; 
  text-align: center;
}

#enlaces a {
  text-decoration: none;
  font-weight: bold;
  color: #a00;
}

a {
  text-decoration: none;
  color: #744979;
}

a:hover {
  text-decoration: none;
}

/* Estructura de la página                                                    */
/* ---------------------------------------------------------------------------*/
#contenedor_izq{
float:left;
width:380px;
}

#logo_izq{
padding-top:170px;
padding-left:90px;
} 

#contenedor_dcha{
float:left;
margin-top:70px;
border: 0px solid #c3aeb7;
width:580px;
text-align:justify; 
}


