/* CSS Document */

html
{
	background-color: #ffffff;
	font: normal 12px  Verdana, Arial, Helvetica;
}

body {
	background-image:url("./imagenes/fondo3.gif");
	background-position:center;
	background-repeat:repeat-y;
	border: 0px 0px 0px 0px;
	margin: 0 auto;

}

/*div { border: 1px dashed;}*/

.tablas {
        text-align: center;
        vertical-align: center;
        border-spacing: 5px;
        padding: 5px;
       }

#contenido
  {
    position: absolute;
    left: 50%;
    margin-left: -512px;
    width: 1024px;

  }

#banda_izda
  {
    position: absolute;
    float: left;
    width: 100px;
    height: 1059px;
    background-image:url("./imagenes/barra_lateral.gif");
    z-index: 50;
  }
  
#cabecera
  {
    position: absolute;
    width: 950px;
    height: 185px;
    margin-top: 0px;
    margin-left: 74px;
    z-index: 1;
  }

#logo
  {
    float: left;
    width: 300px;
    height: 185px;
    display: inline;
  }
 /***************************** MENU ***************************/ 
#idioma
  {
    position: absolute;
    width: 500px;
    height: 23px;
    top: 0px;
    left: 480px;
  }

.idioma ul {
	padding-top: 2px;
	
	list-style-type: none;
	margin-left:15px;
}

.idioma li {
	width: 100px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	display: inline;
}

.idioma a{
	font-family: Arial, Helvetica;
	font-size:10pt;
	font-weight:bold;
	color:#ea5f24;
	text-decoration: none;
}

.idioma a:hover{
	color:#ffffff;
	background-color:#ea5f24;
}

#menu
  {
    position: absolute;
    width: 647px;
    height: 162px;
    top: 23px;
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-color: #ea5f24;
  }

#lista
  {
    position: absolute;
    width: 300px;
    height: 162px;
    display: inline;
  }
  
.lista ul {
	padding-top: 8px;
	float: left;
	display: block;
	list-style-type: none;
	margin-left:15px;
}

.lista li {
	width: 300px;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
}

.lista a{
	font-family: Arial, Helvetica;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.lista a:hover{
	color:#ea5f24;
}

#foto_izda
  {
    width: 335px;
    height: 162px;
    display: inline;
    float:right;
  }
 /***************************** CUERPO ***************************/
#cuerpo
  {
    position: absolute;
    width: 1024px;
    margin-top: 189px;
    margin-left: 0px;
    z-index: 1;
  }
  
#cuerpo_izda
  {
    position: absolute;
    width: 377px;
    margin-top: 0px;
    margin-left: 0px;
  }

#info_contacto
  {
    position: relative;
    width: 377px;
    height: 150px;
    background-color: #ea5f24;
    display: block;
  }
.info_contacto
  {
    text-align: center;
    padding-top: 25px;
    padding-left: 70px;
  }
.info_contacto p
  {
    font-family: Arial, Helvetica;
	  font-size:12pt;
	  font-weight:bold;
	  color:#ffffff;
	  text-decoration: none;
  }

.info_contacto img
  {
    align:center;
  }
#imagen_pral
  {
    position: relative;
    width: 377px;
    height: auto;
    top: 0px;
    display: block;
  }
#cuerpo_dcha
  {
    position: absolute;
    width: 649px;
    height: 700px;
    margin-top: 0px;
    margin-left: 377px;
    z-index:1;
  }
  
#titulo
  {
    position: relative;
    width: 649px;
    height: 150px;
    display: block;
    padding-top: 60px;
  }

.titulo p
  {
    font-family: Arial, Helvetica;
	  font-size: 24pt;
	  font-weight: bold;
	  color: #ea5f24;
	  text-decoration: none;
	  text-align: center;
  }

#fondo_texto
    {
    background-image:url("./imagenes/fondo_texto.gif");
    background-repeat: no-repeat;
    position: relative;
    width: 648px;
    height: 465px;
    top: 135px;

    }

#texto
  {
    position: absolute;
    width: 648px;
    height: 620px;
    display: block;
    padding-left: 30px;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    top: -160px;
    overflow: auto;
  }

.texto p
  {
    font-family: Arial, Helvetica;
	  font-size: 10pt;
	  font-weight: normal;
	  color: #000000;
	  text-decoration: none;
	  text-align: justify;
  }
  
.texto a
  {
	font-family: Arial, Helvetica;
	font-size:11pt;
	font-weight:bold;
	color:#ea5f24;
	text-decoration: none;
  }

#pie
  {
    position: absolute;
    width: 1025px;
    height: 120px;
    top: 939px;
    left: 0px;
    padding-left: 105px;
    background-color: #000000;
    z-index: 1;
  }
#subv
  {
    position:relative;
    width: 380px;
    height: 100px;
    display:inline;
    padding-top: 10px;
  }
.subv p{
        font-family: Arial, Helvetica;
	      font-size: 9pt;
	      font-weight: normal;
	      color: #ffffff;
	      text-decoration: none;
    	  text-align: left;        
       }
       
#info
  {
  position: absolute;
  left: 480px;
  width: 445px;
  height: 100px;
  padding-top: 25px;
  }

.info p{
	font-family: Arial, Helvetica;
	font-size: 9pt;
	font-weight:bold;
	color:#ffffff;
	text-decoration: none;
	text-align: center;
}
