﻿/*
============================================================================
 Hoteles RH : CABECERA
============================================================================
*/
#headerAbout h2
{
    background-color:#C77977;
}
#headerColumn #navJob 
{
    margin-left:470px;
}
#headerColumn #navJob li
{
    margin-top:10px;
    height:37px;
    width:191px;
    float:left;
    margin-left:10px;
    text-align:center;
    background:transparent url(../../imgLib/aboutus/bg-menu.jpg) no-repeat left top;
}
#headerColumn #navJob li.selected
{
    background:transparent url(../../imgLib/aboutus/bg-menu-selected.jpg) no-repeat left top;
}
#headerColumn #navJob li.selected a
{
    color:#666;
}
#headerColumn #navJob li a
{
    font-family:Arial, Sans-Serif, Times New Roman;
    font-size:12px;
    color:#FFF;
    text-decoration:none;
    display:block;
    padding:12px 0px 10px 0px;
}
#headerColumn #navJob li a:hover
{
    text-decoration:underline;
}
/*
============================================================================
 Hoteles RH : CONTENIDO CENTRAL
============================================================================
*/
.editContentAbout
{
    overflow:hidden;
}
.editContentAbout h2
{
    color:#C77977;
}
.editContentAbout h3
{
    color:#D4747C;
}
.editContentAbout h4
{
    color:#DE7A7A;
}
.editContentAbout h5
{
    color:#D47B74;
}
.content-job
{
    background-color:#FFF;
    width:650px;
    margin-bottom:50px;
    padding-bottom:30px;
    border-bottom:1px solid #EFEFE7;
}
.content-job ul
{
    margin-left:0px;
}
.content-job ul li
{
    list-style-type:none;
}
.content-job .header-offers-job
{
    font-size:10px;
    background-color:#EFEFE7;
    padding:5px 0px 5px 5px;
    color:#666;
}
.body-offers-job
{
    background:transparent url(../../imgLib/aboutus/bg-offers.jpg) no-repeat 0px top;
    padding-left:60px;
    margin-left:17px;
    margin-right:20px;
}
.body-offers-job h2
{
    font-family:Trebuchet MS, Verdana, Arial;
    border-bottom:1px solid #D8EDF7;
    width:554px;
    padding-bottom:10px;
    margin-bottom:5px;
}
.body-offers-job .description-job
{
    color:#C77977;    
    border-bottom:1px solid #D8EDF7;
    width:535px;
    padding-bottom:5px;
}
.description-job strong
{
    color:#C77977;
}
.button-send
{
    margin:0px 28px 32px 28px;
    padding:17px 0px 0px 0px;
    border-top:1px solid #D8EDF7;
}
.button-send a
{
    padding:10px 0px;
    color:#70BBE3;
    border:1px solid #D8EDF7;
    font-size:12px;
    font-weight:bold;
    display:block;
    text-align:center;
    text-decoration:none;
    float:left;
}
.button-send .button-cv
{
    background:#FFF url(../../imgLib/aboutus/ico-cv.gif) no-repeat 10px 12px;
    width:160px;
    margin-right:6px;
}
.button-send .button-friend
{
    background:#FFF url(../../imgLib/aboutus/ico-friend.gif) no-repeat 10px 12px;
    width:180px;
    padding-left:5px;
}
