/* 
    Document   : estiloSoporte
    Created on : 07/12/2009, 15:12:18
    Author     : Alejandro Zanlongo <azanlongo@gmail.com>
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/*********** FAQ*************/


/*bloques rss*/
.bloque-rss {
    width:247px;
    float:left;
    margin-right:5px;
}
.bloque-rss h5 {
    background:url(/img/fnd_sup_rss.jpg) no-repeat top;
    border-bottom:none;
    text-align:center;
    color:#fff;
    padding:5px 0 13px;
    cursor:pointer;
}
.bloque-rss p {
    background-color:#F2F2F2;
    padding:15px;
}
.bannerPromo {
    padding:20px 0;
    clear:both;
    text-align:right;
}

#article_category {
    font-size: 145%;
    font-style: italic;
    margin: 5px 0 5px 0;
    border-bottom: none;
    background:url(/img/tips.jpg) no-repeat left 5px;
}

#solution_id {
    float: right;
}

.texto h2{
    background:none;
}

/*.texto .block .blockquote{
    margin:5px;
}*/

.texto img{
    border:0;
}

#voting fieldset {
    margin-top: 10px;
    border: 1px solid;
    margin-bottom: 7px;
}

#action{
    margin:10px 0 10px 0;
}

.texto{
    line-height:normal;
}

/*solapas*/

.solapasFaq {
    margin:20px 5px 20px 0;
    width:460px;
    float:left;
}

.solapasFaq ul li{
    background:url(/img/solapafaq_over.jpg) no-repeat top;
    font:bold 122%/1.41em Arial, Helvetica, sans-serif;
    color:#002C60;
    float:left;
    height:34px;
    list-style:none;
    margin:0;
    text-align:center;
    width:152px;
    background-color:aqua;
}

.solapasFaq ul li:hover{
    background:url(/img/solapafaq.jpg) no-repeat top;
    color:#002C60;
    cursor:pointer;
}

.buscadorFaq{
    float: left;
    width:240px;
    height:110px;
    font:bold 122%/1.41em Arial, Helvetica, sans-serif;
    color:#002C60;
    /*  background-color:red;*/
    margin-top:5px;
    text-align:right;
    margin-bottom:20px;
}
