/**
 * Contiene los selectores y reglas necesarias para dotar del aspecto correcto
 * a los elemento de web OCU 
 *
 * @author:  PLP, JCE
 * @version: v 0.1
 * @date:    31/11/2007  
 *----------------------------------------------------------------------------*/

/* SELECTORES
----------------------------------------------------------------------------*/
 
  /* Parrafos genericos
  ----------------------------------------------------------------------------*/
  P {
    color: #1E2D3B;
    text-align: left;
    line-height: 1.35em;
    /*Carolina margin: 0.7em 0 1em 0;*/
    margin: 0.7em 0.875em 1em 0.875em;      
  }

  STRONG{
    color: #57616a;
  }
  
  b {
    color: #57616a;
  }

  IMG {
  border: 0;
  }
  
  /* Flotantes
  ----------------------------------------------------------------------------*/
  .noFlotante{
   clear: both;
  }


  /* Enlaces genericos
  ----------------------------------------------------------------------------*/
  A {
	  text-decoration: none !important;
	  font-weight: bold;
	  color: #2A498A;
  }

  A:hover {
	  text-decoration: underline !important;
  }   

  
  /* Cabeceras (Headings)
  ----------------------------------------------------------------------------*/
  H1, H2, H3, H4, H5, H6 {
    position: relative;
    text-align: left;
    font-family: Arial;
    color: #57616a;
    padding: 0;
  }
  

  H1 {
    display: inline;
    font-size: 2em;
    font-weight: normal;
    line-height: 1.5em;
    background: #ECECEC;
    margin: 0.4em 0.4em 0.4em 0.2em;
  }
  
  H2 {
    display: block;
    font-size: 1.7em;
    font-weight: normal;
    line-height: 1em;
    margin: 1.2em 0 0.4em 0.35em;
  }
  
  H3 {
    display: block;
    font-size: 1.3em;
    font-weight: bold;
    margin: 1.2em 0 0.2em 0.5em;
  }

  H4 {
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    margin: 1em 0 0.15em 0.55em;

  }
  
  H5 {
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    margin: 1em 0 0 0.7em;
  }
  
  H6 {
    display: block;
    font-size: 1.0em;
    font-weight: bold;
    margin: 1em 0 0 0.8em;
  }
  
    
  /* Sangrado para los parrafos modificados con el editor WYSIWYG
  ----------------------------------------------------------------------------*/
  
  .Indent1 {
    margin-left: 2.5em;
  }
  
  .Indent2 {
    margin-left: 5em;
  }
  
  .Indent3 {
    margin-left: 7.5em;
  }
  
    
  /* Contenido relacionado
  ----------------------------------------------------------------------------*/
  
  .TitRelacionados, .TitRelacionadosNoticiaDetalle {
    text-align: left;
    line-height: 2.4em;
    background-repeat: no-repeat;
    background-color: #ececec;
    padding: 0 0 0 0.4em;
    margin: 0 0 0 0;    
    border: 1px solid  #ccc;
    border-top: 1px solid  #ccc;
    border-left: 1px solid  #ccc;    
    border-bottom: 1px solid  #ccc;
  }

  .TitRelacionados { 
    width: 18.5em;
  }
    
  .TitRelacionados H2, .TitRelacionadosNoticiaDetalle H2 {
    margin-top: 0;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.6em;
    margin-bottom: 0;
    padding:0.1em;
    }

  .contenidoRelacionado {
    margin: 0.25em 0 0.5em 0;
    padding: 0 0 0 0.5em; 
  }

  .contenidoRelacionado  P {
    padding: 0;
    margin:0 0 0 2.7em;
  }
    
      /* T?tulo de contenidos destacados
  ----------------------------------------------------------------------------*/
  .TitDestacadoContenido {
    text-align: left;
    line-height: 2.4em;
    background-repeat: no-repeat;
    background-color: #ececec;
    padding: 0 0 0 0.4em;
    margin: 0 0 0 0;
    width: 99%;
    }
    
  .TitDestacadoContenido h3 {
    margin-top: 0;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.6em;
    margin-bottom: 0;
    }
  
  /* Linea horizontal
  ----------------------------------------------------------------------------*/
  HR {
    width: 100%;
    height: 3px;
    border-bottom: 1px solid #FFF;
    border-top: 1px solid #FFF;
    border-right: 0px none #FFF;
    border-left: 0px none #FFF;
    background-Color: #C0C0BF;
    margin: 0;
  }

  /* Listas genericas
  ----------------------------------------------------------------------------*/
  UL {
    display:block;
    padding: 0 0 0 1em;
    margin: 0.5em 0 0.5em 0;
    color: #3d3d3d;
    text-align: left;
    padding-left: 2.5em;
  }

  UL.lista_enlace {
    margin: 0.5em 0 0.7em 0;
  }
  
  LI {
    line-height: 1.4em;
    list-style-image: url('../imagenes/bullet01.gif');
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
  }
  
  UL UL {
    margin: 0;
    padding:0;
  }

  UL UL LI{
    margin: 0 0 0 1.2em !important;
    padding: 0.5em 0 0 0 !important;
  }
  

/* FIN SELECTORES
----------------------------------------------------------------------------*/


/* IDs
----------------------------------------------------------------------------*/
  
  /* Menu Vertical
  -----------------------------------------------------------------------------------------------*/
  #menuv {
    border-top: 1px solid #FFFFFF;
    *border-top: 0;
    font-family: Arial;
    width: 100%;
    font-size: 1.15em;
  }

  #menuv UL {
    margin: 0;
    padding: 0;
    background: #ECECEC;
  }
  
  #menuv LI {     
    padding: 0 0.5em 0 2.5em;
    margin: 0;
    list-style-type: none;
    list-style-image: none;
    border-top: 1px solid #FFFFFF;
    line-height: 2em;    
    background-image: url('../imagenes/bullet_derecha.gif');  
    background-repeat: no-repeat;
    background-position: 10% 50%;
  }
  
  #menuv A {
    color: #4e595f;
    font-weight: normal;
  }
  
  #menuvTitulo {
    background: #d0d4d7;
    line-height: 2.5em;
  }
  
  #menuvTitulo A{
    display: block;  	
    font-size: 1.3em;
    font-weight: bold;    
    padding: 0 0 0 1em;
  }

  #menuv .nodoActivo, #menuv .nodoActivo A, #menuvTitulo .nodoActivo{
    color: #FFFFFF;
    background-color: #EC7000 !important;
    font-weight: bold;
    background-image: none !important
  }

  #menuv ul li div.nodoActivo{
    margin-left: -2.5em; 
    padding-left: 2.5em; 
    margin-right: -0.5em;
  }


/* FIN IDs
----------------------------------------------------------------------------*/



/* CLASES
----------------------------------------------------------------------------*/

  /* Textos ocultos */
  .oculto {
    display: none
  }

  /* Enlace tipo lista 
  ----------------------------------------------------------------------------*/
  
  .enlace_lista {
    line-height: 1.80em;
    background-image: url('../imagenes/bullet01.gif');
    background-repeat: no-repeat;
    text-align: left;
    padding: 0 0 0 1.5em;
    margin: 0 0 0.5em 1.05em;
  }   

  /* Cabeceras (Headings)
  ----------------------------------------------------------------------------*/
  
.tituloPagina {
  background-color: #A6B0B8;
  width: 100%
  padding: ;
  margin: 0 0.65em 0 0;
  text-align:right;
}

.tituloPagina  .cab, .tituloPagina .cabSinMenu{
  text-align: left;
  border-left: 1px solid #FFFFFF;
  background-color: #EC7000;
  padding-bottom: 1px;
}

.tituloPagina .cab{
  margin-left: 27%; /* Mozilla y otros navegadores*/
  *width: 72.6%;      /* MSIE */
}

.tituloPagina  .cab DIV,  .tituloPagina .cabSinMenu DIV{
 width: 100%;
 border-bottom: 1px solid #FFFFFF; 
}

.tituloPagina  .cab DIV DIV, .tituloPagina .cabSinMenu DIV DIV{
  border: 0;
  margin:0 0 0 1.5em;
  padding: 0 1em 0 1em;
  background-color: #ECECEC;
  width: auto;
  line-height: 2em;
}

.tituloPagina  .cab DIV DIV H2, .tituloPagina .cabSinMenu DIV DIV H2{
  padding: 0;
  margin: 0;
}

  /* Texto Avanzado
  ----------------------------------------------------------------------------*/
  .textoAvanzado{
    width: 98%;      
  }

  .textoAvanzado P {    
    width: auto;
  }
      
  .textoAvanzado IMG {
    border-bottom: 14px;
    margin: 0 0 0 0.8em;
    *margin-top: 1em;
  }
  
  .imagenIzquierdaDentro {
    float: left;
    margin: 0 14px 10px 0;
  }
  
  .imagenIzquierdaFuera {
    float: left;  
  }
      
  .textoAvanzado TABLE {
    margin: 0.5em 0.5em 0.5em 1em;
  }

  
  /* Calculo de la posicion de la columna de texto. 
     Margen entre imagen y texto + ancho de la imagen */
  
  .columnaDerechaPequena {    
    margin-left: 94px;
  }

  .columnaDerechaGrande {
    margin-left: 189px;    
  }
  
  /* Imagenes (pequenya y grande)
  ----------------------------------------------------------------------------*/
  .imagen_peq {
    width: 75px;
    /*height: 70px;*/
  }
  
  .imagen_gra {
	  width: 150px;
	  /*height: 145px;*/
  }
  
    /* Imagenes para noticia destacada
  ----------------------------------------------------------------------------*/
  .imagen_not_des {
    width: 130px;
    /*BORRAR*/
  }

  /* Noticias detalle
  ----------------------------------------------------------------------------*/  

  .noticia{
    padding: 0 0.5em 1em 0.5em;
    margin: 0;
  }

  .noticia .cabecera {
    font-family: Arial;
  }

  .noticia .cabecera P {
    font-size: 1.1em;   
    color: #6D7077;
  }

  .noticia .cabecera SPAN {
   color: ;
  }

  .noticia .cuerpo IMG {
    float: left;
    margin: 0 1.2em 0 0.8em;
    width: 206px;
  }

  
  /* Noticias funciones asociadas
  ----------------------------------------------------------------------------*/
  .fechaNoticia {
    color: #878787;
    font-weight: normal;
  }

  .noticiaInicio {
    background: url("/portal/page/portal/repositorio_archivos/imagenes/bulletn.gif") no-repeat left 0.7em;
    padding: 0 0 0 0;
    margin: 0 0 0 0.5em;
  }

  .noticiaInicio H3 {
    text-align: left;
    font-family: Verdana;
    font-size: 1.0em;
    font-weight: normal;
    margin: 0;
    padding: 0.2em 0.2em 0 1.0em;
  }

  
  /* Enlace activo de una lista en base a coincidencia de URL. 
  ----------------------------------------------------------------------------*/
  .nodoActivo{
    color: #EC7000;
  }

  /* P?gina de inicio. 
  ----------------------------------------------------------------------------*/
  .inicioSolucion P {
    margin-top: 0;
  }

  .bordesCajaContenido {
    width: 98%;
    margin-top: 0.4em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
  }

  .CajaQueOfreceOcu {
    width: 33.3em;
    margin-top: 0.4em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
  }

  .CajaEnlacesInicio{
    width: 18.2em! important;
    margin-top: 0.45em;
    *margin-top: 0.5em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
  }

  .textoAvanzado {   
    margin: 0 0 0 0;
    *margin: 0 0 0 0.3em;
  }

  .textoAvanzado ul li {   
    margin: 0 0 0 0;
    *margin: 0 0 0 0.6em;
  }
  
  /* Presentacion Home 
  ----------------------------------------------------------------------------*/
  
 .presentacionHome {
    margin: 0.75em 0 0 0;
    padding-bottom: 0.8em;
    border-bottom:1px solid #ccc;
  }

  .presentacionHome H2{
    font-size: 1.6em;
    font-weight: bold;
    line-height: 0.9em;
    color: #6D7077;
    background: #FFF;
    margin: 0 0 0.5em 0.5em;
    padding: 0;    
 } 
    
 .presentacionHome IMG {
    border: 0;
    float: left;
    padding: 0 0 0 20px;
 }

 .presentacionHome UL{ 
   margin: 0 0 0 197px;
   padding: 0 0 0 0;       
 }

   .presentacionHome UL LI{
    line-height: 1.3em;
    padding:0 0 0 0.3em;
   }
  
  /* Noticias Home
  ----------------------------------------------------------------------------*/
   .noticiasHome {
     margin: 0;
     padding: 0.75em 1.13em 0 0;
   }

   .noticiasHome H2{
     font-weight: bold;
     font-size: 1.5em;
     color: #6D7077;
     margin: 0 0 0.5em 0.6em;
     padding: 0;
   }
    
   .enlaceVerNoticias {
   position: absolute;
   margin: -2em 0 0 18em;
   padding: 0 0 0 0;
   }
   
  /* Destacados Home (parte derecha, porque tienen borde izquierdo)
  ----------------------------------------------------------------------------*/
   .destacadoHome {
     margin: 0;
     padding: 0.75em 1.13em 0 0;
     border-left: 1px solid #CDCDCD;
   }

   .destacadoHome H2{
     font-weight: bold;
     color: #6D7077;
     margin: 0 0 0.5em 0.6em;
     padding: 0;
   }
    
   .destacadoHome .tituloPrincipal {
     font-size: 1.5em;
   }
    
   .destacadoHome .tituloSecundario {
     font-size: 1.25em;
   }    
    
   .destacadoHome IMG {
     border: 0;
     float: left;
     padding: 0;
     margin: 0 1em 0.5em 1em;
   }
    
   .destacadoHome .imgPrincipal {
     width: 72px;
     height: 68px;
     *margin-bottom: 1.25em;
   }
    
   .destacadoHome .imgSecundaria {
     width: 58px;
     height: 52px;
   }
    
   .destacadoHome A {
     font-weight: bold;
     text-decoration: none;
     color: #1A4C8B;
   }
    
   .destacadoHome P{
     padding:0;  
     margin: 0;
   }

   .destacadoHome HR {
     clear: both;
     height: 1px;  
     background-color: #FFFFFF;
     border: 0;
     border-bottom: 1px solid #CDCDCD;
     padding: 1.5em 0 0 0;
     margin: 0 0 0 2px;     
   }  
   
   .destacadoHomeUltimoAbajo {   
      padding-bottom: 1.5em; 
   }   

    /* Accesos OCU
  ----------------------------------------------------------------------------*/
  .inicioAccesoDirecto {
  margin-left:0.5em;
  }
  
  .accesoHome , .accesoHomeDestacados {
    margin: 0;
    padding: 0.4em 0.25em 0.4em 0;
    clear: both;
  }

  .accesoHome IMG,   .accesoHomeDestacados IMG {
    float: left;
    width: 44px;
    height: 44px;
    border: 0;
    margin: 0 1em 0 0.5em;
  }
        
  .accesoHome A, .accesoHomeDestacados A {
    font-weight: bold;
    text-decoration: none;
    color: #1A4C8B;
  }
    
  .accesoHome P , .accesoHomeDestacados P{
    padding:0;  
    margin: 0 0 0 65px;
  }
    
  .accesoHome .todosEnlaces{
    margin: 0 0 0.5em 0.5em;
  }

  .accesoHomeDestacados {
  background-color:  #ede4df;
  margin: 0.5em;
  border: 1px solid #ccc;
  font-weight: bold;
  color: red;
  }

  .accesoHomeDestacados P {
  font-weight: bold;
  margin-left: 0;
  }
  
    /* Icono ver m?s
  ----------------------------------------------------------------------------*/
  .vermas {
    font-size:0.8em;
    padding:0 0.2em 0 0.2em;
  }

  /* Ofertas de  trabajo
  ----------------------------------------------------------------------------*/

  .oferta {
    margin: 1em 1em 0 1em;
  }

  .oferta H3 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 0.5em 0.5em 0;
    padding: 0 0 0 0;
    border-bottom: 2px dotted #CCC;
  }
 
  .oferta P {
    margin: 0 0 0.5em 0;
    padding: 0;
  }

  .oferta P SPAN {
    font-weight: bold;
    color: #57616a;
  }

  .oferta UL  LI {
    padding: 0;
  }
  
  /* Imagen galer?a
  ----------------------------------------------------------------------------*/
  
   .imagenGaleria {
     text-align: center;
     margin: 1em;
   }

   .imagenGaleria IMG {
     cursor: pointer;
     cursor: hand;
     max-width: 300px;
     max-height: 200px;
     /* Emulaci?n de max-width y max-height para MSIE*/     
     *width: expression(this.width/this.height < 300/200 ? "auto": "300px"); 
     *height: expression(this.width/this.height >= 300/200 ? "auto": "200px");         
      margin: 0.5em;
   }  

   .imagenGaleria .noAncla{
     cursor: auto; 
   }

   .imagenGaleria H2 {
     text-align: left;
     margin: 0 0.25em 0.25em 0.25em;
     padding: 0 0 0 0;
     font-size: 1.25em;
     font-weight: bold;
   }

   .imagenGaleria P {
     margin: 0.25em;
     padding: 0;
   }

   .imagenGaleria .vermas {
     text-align: center;
     font-size: 1em;
   }

   .imagenGaleria .vermas A {
     font-size: 0.9em;
   }
  
    #popUpCuerpoGaleria{
      background-color: #FFFFFF;
      width: 100%;
      margin: 0;
      padding: 0;
    }
    
    
    #popUpCuerpoGaleria #cabecera{
      width: 100%;
      padding: 0;
      margin: 0;
      color: #FFFFFF;
      background-image: url(../imagenes/galeriaPopUpFondo.gif);
      background-repeat: repeat-x;
      text-align: right;
      height: 55px;
    }
    
    #popUpCuerpoGaleria #cabecera IMG{
      padding: 0 0 0 1em;
      float: left;  
    }
    
    #popUpCuerpoGaleria #cabecera A{
      color: #FFFFFF;        
      font-weight: bold;
      padding: 0 1.5em 0 0;
      line-height: 4.5em;
    }  
  
    #popUpCuerpoGaleria #contenido {
      clear: both;
      margin: 1em 0 0 0;
    }
    
    #popUpCuerpoGaleria #contenido H1{
      margin:0;
      padding: 0.5em 1.5em 0.2em 1.6em;
      font-size: 1.3em;
      color: #57616a;
    }
    
    #popUpCuerpoGaleria #contenido p{
      padding: 0 2.2em 0 2.2em;
      margin: 0;
    }           
  
    #popUpCuerpoGaleria #contenido IMG{   
       margin: 0 0 0 0;
       padding: 0 0 0 0; 
       max-width: 500px;     
       max-height: 400px;
       /* Emulaci?n de max-width y max-height para MSIE*/
      *width: expression(this.width/this.height < 500/400 ? "auto": "500px"); 
      *height: expression(this.width/this.height >= 500/400 ? "auto": "400px");        
     }
     
  /* Mapa web
  ----------------------------------------------------------------------------*/
    #rg57960, #rg58461, #rg57470 {
       margin-left:4em;
    }
     
  /* Buscador
  ----------------------------------------------------------------------------*/

    #buscador {
      width: 80%;
      text-align: left;
      border: 1px solid #ccc;
      margin: 2.5em 0.5em 0.5em 5em ;
      padding: 2em 0 3em 0;    
    }

    #buscador FORM LABEL{
      margin: 0 0 0 3.2em;
      *margin: 0 0 0 2.7em;
      color: #57616A;
      font-family: arial;
      font-size: 1.5em;
      font-weight: bold !important;
      line-height: 2.5em;
    }
  
     #buscador FORM #buscadorCaja{
       width: 20em;
       margin: 0 0 0 4em;
     }

/* Estilos de los enlaces de la plantilla de Oracle Portal en el modo de edicion */
  .OraLinkText {
  font-size: 0.8em ; 
  }

/*Pagina de inicio - nuevas clases */  

#rg90960 .titleorimageid473977siteid354 IMG {
       widht:62px!important; 
       height:60px!important; 
       float:left!important; 
       padding:1em 1em 0 0;
}
#rg90960 .descriptionid473977siteid354 {
       font-size:8.4pt!important; 
       font-family:verdana!important; 
       color:#444!important; line-height:11.34pt;
}
#rg90960 .titleorimageid473977siteid354 {
       font-size:1.25em!important; 
       color:#1a4c8b!important; 
       font-family:Arial!important; 
       line-height:11pt;
}
#rg90960 .wwsbr_publishdate_id473977siteid354 {
       color:#555!important; 
       font-family:verdana!important; 
       font-size:0.8em!important;
       }

#rg90960 {
       padding:1em 1em 0 1em!important; 
       margin:0.5em!important; 
       border-left:1px solid #ccc; 
       *padding:2em 2em 0 2em!important;
       }

#pcnt354_1742379_354_1_1 {
       *margin:1em;
       }

.accesoHome {
       margin-bottom:1em!important;
       }

.destacadoHome {
       border:0!important;
       margin-top:1em;
       }


.noticiasHome {
       padding-top:0.2em!important;       
       }

.noticiasHome h2 {
       margin-left:0.2em!important; 
       *margin-left:0.6em!important; 
      line-height:0!important; padding-bottom:0.5em!important;  *margin-top:0.5em!important;
       }

.noticiasHome {border-bottom:1px dotted #ccc; margin-bottom:1em!important; margin-right:1em!important; *margin-bottom:0!important;}
.noticiasHome h2 A {color:#57616a!important; font-size:1.1em;}

/* FIN CLASES
----------------------------------------------------------------------------*/
