﻿/*
=======================================================================================
 HOTELES RH                                                     Site produced by KOALAB        
 Copyright 2007                                                   http://www.koalab.com
=======================================================================================
*/
#backgroundFaq h1,
#backgroundFaq h2,
#backgroundFaq h3,
#backgroundFaq h4,
#backgroundFaq h5
{
    font-family:Trebuchet MS, Arial, Verdana, Sans-Serif;
    font-weight:normal;
}
#backgroundFaq h2
{
    color:#999;
    font-size:20px!important;
    padding-bottom:15px;
}
#backgroundFaq h3 
{
    color:#274A8E;
    font-size:30px!important;
    padding-bottom:10px;
}
#backgroundFaq h4
{
    color:#3E6FCA;
    font-size:24px;
}
/*
============================================================================
 Hoteles RH : CUERPO
============================================================================
*/
#contentService
{
    float:left;
    overflow:auto;
    width:862px;
    border-bottom:1px solid #D7E8F6;
}
.contentLeftService
{
    width:450px;
    float:left;
    padding-right:30px;
}
.content-preview
{
    float:left;
    width:350px;
    background:#FFF url(../../imgLib/services/bg-faq-preview.jpg) repeat-x left bottom;
    border:1px solid #86AED7;
    border-top-width:10px;
    border-bottom:none;
}
.content-preview h2
{
    color:#86AED7!important;
    margin:15px 15px 0px 20px;
    background:transparent url(../../imgLib/services/img-interrogacion.jpg) no-repeat right top;
    padding-right:50px;
    line-height:25px;
}
.content-preview ul
{
    margin:0px 17px;
}
.content-preview ul li 
{
    background:transparent url(../../imgLib/services/ico-circle-help.gif) no-repeat left top;
    padding-left:20px;
    font-size:12px;
}
.content-preview ul li p
{
    font-size:11px!important;
    color:#999;
    margin-bottom:0px!important;
}
.content-preview ul li p span
{
    color:#333;
}
.link-navigation li
{
    background:transparent url(../../imgLib/services/ico-help.gif) no-repeat left top;
    padding-left:20px;
    font-size:12px;
}
#backgroundFaq
{
    clear:both;
    width:862px;
    background:#EAF3FA url(../../services/bg-faq.jpg) repeat-x left top;
    border-top:1px solid #FFF;
    border-bottom:1px solid #FFF;
    padding:25px 0px 70px 30px;
}
.question-answer
{
    margin-bottom:30px;
}
.question-answer h4
{
    font-size:24px!important;
    background:transparent url(../../imgLib/services/ico-question-answer.gif) no-repeat left top;
    padding-left:30px;
    margin-top:10px;
}
.question-answer p
{
    margin:20px 0px 0px 35px;
    font-size:14px;
    line-height:18px;
    color:#666;
    width:796px;
}
.question-answer .result-faq
{
    overflow:auto;
    margin-top:27px;
    font-size:11px;
    padding-bottom:10px;
    background:transparent url(../../imgLib/services/ico-border.gif) repeat-x left bottom;
}
.question-answer .result-faq span
{
    background:transparent url(../../imgLib/services/ico-util.gif) no-repeat left 1px;
    padding-left:15px;
    float:left;
}
.question-answer a
{
    color:#274A8E;
}
.question-answer a.link-up-faq
{
    background:transparent url(../../imgLib/services/ico-arriva.gif) no-repeat left 2px;
    padding-left:15px;
    float:right;
}
.actions a.link-delete
{
    position:absolute;
    left:0;
    bottom:0;
    padding:3px 0px;
    background:red;
    width:100%;
}
ul.photoList li a.link-eliminar
{
    width:61px;
    background-color:#990000;
    padding:8px 0px;
    float:right;
}
ul.photoList li a.link-publicar
{
    width:61px;
    background-color:#0C3;
    padding:8px 0px;
    float:left;
}
ul.photoList li a.link-publicar:hover
{
    background-color:#C5F2D3;
    color:#599EFF;
}