/* EOE common */
a.firma{
background-color:#000000;
color:#FFFFFF;
position:absolute;
bottom:0;
right:0;
font-size:0.9em;
}
a.firma:hover{
background-color:#FF9933;
color:#FFFFFF;
text-decoration:none;
}
*{
margin:0;
padding:0;
list-style:none;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
html{
height:100%;
}
body{
height:100%;
font-size:10px;
background-image:url(../img/bg.gif);
background-position:top left;
background-repeat:repeat-x;
color:#333333;
behavior:url(css/csshover.htc);
position:relative;
}
hr{
display:none;
}
img{
border:none;
}
a{
text-decoration:none;
color:#F59120;
}
a:hover{
text-decoration:underline;
color:#000000;
}
p{
margin-bottom:7px;
}


/*CABEZAL*/
div.cabezal div.contenido{
width:645px;
height:60px;
padding:25px 0 0 23px;
background-image:url(../img/container.gif);
background-position:top left;
background-repeat:repeat-y;
float:right;
}
div.cabezal h1{
font-size:0;
line-height:0;
}


/* CONTENEDOR */
div.contenedor {
min-height:100%;
min-width:668px;
font-size:1em;
}


/* CONTENEDOR2 */
div.contenedor2{
width:668px;
background-image:url(../img/container.gif);
background-position:top left;
background-repeat:repeat-y;
float:right;
position:relative;
}


/* MENU */
div.menu{
float:left;
width:110px;
padding-left:40px;
padding-bottom:180px;
padding-top:33px;
}
div.menu a{
display:block;
background-position:top left;
background-repeat:no-repeat;
width:43px;
margin-bottom:20px;
}
div.menu a.quienes{
height:62px;
background-image:url(../img/quienes.gif);
}
div.menu a.servicios{
height:34px;
background-image:url(../img/servicios.gif);
}
div.menu a.talentos{
height:31px;
background-image:url(../img/talentos.gif);
}
div.menu a.contacto{
height:32px;
background-image:url(../img/contacto.gif);
}
div.menu a.quienes:hover, div.menu a.quienesSelected{
height:62px;
background-image:url(../img/quienes_on.gif);
}
div.menu a.servicios:hover, div.menu a.serviciosSelected{
height:34px;
background-image:url(../img/servicios_on.gif);
}
div.menu a.talentos:hover, div.menu a.talentosSelected{
height:31px;
background-image:url(../img/talentos_on.gif);
}
div.menu a.contacto:hover, div.menu a.contactoSelected{
height:32px;
background-image:url(../img/contacto_on.gif);
}
div.menu span{
display:none;
}


/* TEXTOS*/
div.textos{
float:left;
clear:right;
width:320px;
padding-right:80px;
padding-bottom:60px;
font-size:1.1em;	
}
div.textos h2{
display:block;
height:22px;
background-position:top left;
background-repeat:no-repeat;
margin-bottom:10px;
float:right;
clear:both;
}
div.textos h2 span{
display:none;
}
div.textos h2.quienes{
width:118px;
background-image:url(../img/quienes_titulo.gif);
}
div.textos h2.servicios{
width:72px;
background-image:url(../img/servicios_titulo.gif);
}
div.textos h2.talentos{
width:69px;
background-image:url(../img/talentos_titulo.gif);
}
div.textos h2.contacto{
width:74px;
background-image:url(../img/contacto_titulo.gif);
}
div.textos h3{
font-size:1.2em;
margin-bottom:5px;
margin-top:10px;
}
div.textos h3.primero{
margin-top:0;
}
div.textos p{
text-align:left;
}
div.textos a.sig-ant{
margin-left:3px;
}
div.textos img{
border:1px solid #CCCCCC;
margin:0 0 10px 12px;
cursor: pointer;
}
div.textos img.primera{
margin-left:0;
}

/* PAGINADOR */
div.paginador{
clear:both;
margin-top:-5px;
}
div.paginador p.anterior{
float:left
}
div.paginador p.siguiente{
float:right;
}

/* CATEGORIAS */
ul.categorias{
margin-bottom:10px;
}
ul.categorias li{
display:inline;
margin-left:16px;
font-size:0.9em;
}
ul.categorias li.primera{
margin-left:0;
}
ul.categorias li a{
color:#000000;

}
ul.categorias li a:hover, ul.categorias li a.selected{
color:#F59120;
text-decoration:underline;
}


/* PIE */
div.pie{
width:668px;
float:right;
background-image:url(../img/container_bottom.gif);
background-position:top left;
background-repeat:no-repeat;
}
div.pie address{
font-style:normal;
font-size:1em;
padding:1px 0 10px 3px;
}


/* DIBUJOS */
div.dibujo1{
position:absolute;
left:0;
bottom:0;
width:214px;
height:139px;
background-image:url(../img/bl_quienes.gif);
background-position:bottom left;
background-repeat:no-repeat;
}
div.dibujo2{
position:absolute;
bottom:0;
right:0;
width:193px;
height:245px;
background-image:url(../img/br_quienes.gif);
background-position:bottom right;
background-repeat:no-repeat;
}


/* EMPUJADOR */
div.empujador{
height:0px;
clear:both;
overflow:hidden;
}