/*
    Document   : entrada
    Created on : 26/09/2011
    Author     : Contactnova S.L., Abel Pérez Guardado
    Description: Este CSS contén os estilos que definen o decorator principal de cliente da parte pública
*/
#contido {

}

#contenidoEntrada {
    padding: 0;
    /*background: #EEE;*/
}

#contenidoEntrada .col-md-4, #contenidoEntrada .col-md-8{
    padding: 0;
}

#contenidoCaracteristicas  {
    position: relative;
    clear: both;
    height: 200px;
}

#anunciese {    
    position: absolute;
    background: url(../../../../img/cliente/disenho2011/publico/fondo_anuncio.png) no-repeat;
    right: 0; width: 180px;
    bottom: 48px; height: 152px;    
    border: 1px solid #CECECE;        
    text-align: center;  
}

#anunciese #eslogan {
    font-size: 17px;
    font-weight: bold;     
    text-align: right;
    padding: 5px 5px 0 15px;
}

#anunciese #eslogan a {
    color: #da251d;
}

#anunciese #subEslogan {
    margin-top: 15px;
    font-size: 12px;
    font-weight: bold;     
    line-height: 15px;
    text-align: right;
    padding: 0 5px 0 80px;
}

#anunciese #subEslogan a {
    color: #000;
}

#telefonoEmail {
    position: absolute;   
    right: 0; width: 180px;
    bottom: 0; height: 40px;    
    border: 1px solid #CECECE;
    text-align: center;
    font-size: 12px;
    padding: 5px 0 0px 0;
}

.mapaFlash {
    border: 0;
    width: 650px;
    height: 546px;
}

.capaLogin {
    margin-top: 68px;
}

/* caracteristicasCd21 */
#caracteristicasCd21 {
    position: absolute;
    left:0 ; right:  184px;
    bottom: 0; height: 200px;
    text-align: center;
    border: 1px solid #CECECE;    
    overflow: hidden;
}
#caracteristicasCd21 ul, #caracteristicasCd21 li{
    margin:0;
    padding:0;
    list-style:none;
}

#caracteristicasCd21 li{ 
    height:200px;
    overflow:hidden;
}
#botonAnterior, #botonSiguiente{
    display:block;
    width:43px;
    height:20px;
    position:absolute;    
    bottom:1px;
}
#botonAnterior {
    left:13px;;
}
#botonSiguiente{
    right: 183px;    
}
#botonAnterior a, #botonSiguiente a{
    display:block;
    width:43px;
    height:20px;
    background:  url(../../../../img/cliente/disenho2011/publico/btn_prev.png) no-repeat;
}

#botonSiguiente a{
    background:  url(../../../../img/cliente/disenho2011/publico/btn_next.png) no-repeat; 
}


/*PESTANHAS*/

#pestanhas {
    position: relative;    
    height: 500px;
    margin-top: 46px;
}

#asiTrabajamos {
    position: absolute;
    /*background: #EEE;*/
    top: -36px; right: 0; left: 0;
    height: 56px;
    text-align: right;
}


#pestanhas .ui-widget{
    font-family: inherit;
    font-size: 0.8em;

}

#pestanhas .contenidoPestanha,#pestanhas .ui-widget-content  {
    position:absolute;
    padding: 0; margin: 0; 
    border-left: 1px solid #d8dcdf;
    border-right: 1px solid #d8dcdf;
    border-bottom: 1px solid #d8dcdf;
    bottom: 0; top:  0px;
    left: 0; right: 0;    
}

#pestanhas .ui-widget-content  {
    top: 20px;
}

#pestanhas .fondoNewsletter {
    position: absolute;
    padding-top: 20px;
    top: 0; bottom: 0; right: 0; left:0;
    background: url(../../../../img/cliente/disenho2011/publico/fondo_newsletter.png) 100% 100% no-repeat;
}

#pestanhas .fondoNewsletter .margenArriba {
    margin-top: 20px;
}

#pestanhas .fondoNewsletter .subNewsletter {
    color: #6E6E6E;
    margin-bottom:10px;
}

#pestanhas .ui-widget-header {     
    background:  url(../../../../img/cliente/disenho2011/publico/asiTrabajamos_abajo.png) 100% 0 no-repeat;
    color: #ffffff; 
    font-weight: normal; 
    padding: 0; margin: 0;
}

#pestanhas .ui-corner-all { 
    border: 0;
    -moz-border-radius: 0px; 
    -webkit-border-radius: 0px;
}

#pestanhas .ui-state-default a{
    font-size: 1.0em;
    font-weight: normal; 
    color: #000;
}

#pestanhas .ui-state-active {
    border: 1px solid #d8dcdf;
}

#pestanhas .ui-state-active  a{
    font-size: 1.0em;
    font-weight: normal; 
    color: #CD0000;
}

#pestanhas .ui-tabs-panel{
    background: #FFF;
}

#pestanhas #blog, #pestanhas #anuncios {
    overflow: auto;
}

#pestanhas #textoBlog {
    padding: 35px 5px 5px 5px;    
}

#pestanhas #textoBlog h2 {
    font-size: 1.0em;
}


#pestanhas #textoBlog a, #pestanhas #textoBlog a:visited {    
    color: #376f6f;    
    text-decoration: none;
}

#pestanhas #anuncios ul {
    margin: 0;
    padding: 0;
}

#pestanhas #anuncios ul li {
    list-style: none;
    margin: 10px 0 0 0;
} 

/*
.ui-widget { font-family: Arial,sans-serif; font-size: 1.1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #eeeeee; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #e3a1a1; background: #cc0000 url(images/ui-bg_highlight-soft_15_cc0000_1x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }
*/