/* CSS PARA LAS PAGINAS PRINCIPALES */


/* DEFINICIONES BASICAS */
body{
  font-size: 14px;/* En los id's main y left_container establecer tambien el tamaño de fuente a los mismos pixels para evitar problemas en IE */
  background-color: rgb(225, 225, 225);
  font-family: sans-serif;
  background-image: url(./../images/back.white.jpg);
  background-repeat: repeat-x;
}

a{
  text-decoration: none;
}


#imagen_de_fondo{
  position: absolute;
  top:0px;
  left:-50px;
  height: 600px;
  width: 1000px;
  background-color: rgb(255,255,255);
  background-image: url(./../images/background.jpg);
  background-repeat: no-repeat;
}

#float_right{
  float: right;
  padding: 1em;
}

#float_left{
  float: left;
  padding: 1em;
}

#cabecera{
  position: absolute;
  top:0em;
  left:6em;
  height: 2.5em;
  width: 15em;
  color: rgb(0,150,255);
  text-align: center;
  font-size: 250%;
  font-weight: bold;
  line-height: 1.25em;
  background-color: transparent;
}

#logo_grupo{
  position: absolute;
  top:1em;
  left: 3em;
  height: 6.5em;
  width: 10em;
  line-height: 6.5em;
  color: rgb(0,0,0);
  font-size:100%;
}

#logo_upv{
  position: absolute;
  top:1em;
  left: 58.5em;
  height: 6.5em;
  width: 10em;
  line-height: 6.5em;
  color: rgb(0,0,0);
  font-size:100%;
}

#menu{
  position: absolute;
  top:12.5em;
  left:1.5em;
  height: 49em;
  width: 14em;
  color: rgb(0,150,255);
  text-align: left;
  font-size: 75%;
  font-weight: bold;
  padding: 1em;
  background-color: rgb(202,232,253);
  border: 1px solid rgb(0,0,0);
}

#menu h1{
  font-weight: bold;
  font-size: 110%;
  text-transform: uppercase;
  margin: 0.7em;
  color: rgb(150,60,0);
}

#menu h2{
  font-weight: bold;
  font-size: 90%;
  margin: 0.5em;
  padding-left: 1em;
  color: rgb(200,80,0);
}

#menu a:hover{
  color: rgb(0,150,255);
}

#menu_seccion{
  color: rgb(150,60,0);
}

#menu_subseccion{
  color: rgb(200,80,0);
}

#menu_seccion a{
  color: rgb(150,60,0);
}

#menu_subseccion a{
  color: rgb(200,80,0);
}


#menu_copyright{
  position: absolute;
  font-size: 75%;
  height: 2em;
  width: 20em;
  bottom:0em;
  right:0em;
  height: 2em;
  color: rgb(0,0,0);
  background-color: transparent;
  text-align: right;
}


#main{
  position: absolute;
  top:9.5em;
  left:14.5em;
  width: 40em;
  color: rgb(0,0,0);
  font-size: 14px;
  background-color: transparent;
  text-align: justify;
}

#main a:link, a:active, a:visited{
  color: rgb(200,80,0);
}

#main a:hover{
  color: rgb(0,150,255);
}

#main h1{
  font-weight: bold;
  font-size: 150%;
  text-transform: uppercase;
  color: rgb(150,60,0);
}

#main h2{
  font-weight: bold;
  font-size: 125%;
  color: rgb(200,80,0);
}

#main ul{
  padding-left: 1em;
  list-style-image: url("./../images/bullet.gif")
}

#main li{
  padding-bottom: 1em;
}

.blink{
  text-decoration: blink;
}

#red{
  color: rgb(255,0,0);
}

#right_container{
  position: absolute;
  top:6.5em;
  left:56em;
  width: 10em;
  font-size: 14px;
  background-color: transparent;
}

.rightbottom_text{
  font-size: 10px;
}

#right_container a:link, a:active, a:visited{
  color: rgb(200,80,0);
}

#right_container a:hover{
  color: rgb(0,150,255);
}

#right_box{
  width: 14em;
  color: rgb(200,80,0);
  background-color: rgb(202,232,253);
  border: 1px solid rgb(0,0,0);
  font-size: 75%;
  padding: 1em;
  margin-top: 4em;
}

#right_box h1{
  font-weight: bold;
  font-size: 110%;
  text-transform: uppercase;
  color: rgb(150,60,0);
  padding:0.01em;
}

.name{
  font-weight: bold;
  font-size: 110%;
}

.mail{
  font-style: italic;
  padding-left: 1em;
  margin-bottom: 3em;
}

