/*****************************************************************************/
/* Este archivo es parte de la WEB de CAPP                                   */
/* Todos los derechos reservados                                             */
/* Copyright 2007                                                            */
/* Fecha creación:                  2007-01-20                               */
/* Fecha Última Modificación:       2007-09-29                               */
/*****************************************************************************/

/*** GENÉRICOS ***/
*
{
    margin: 0;
    padding: 0;
}

body
{
    min-width: 800px;
    background: #1994A1 url(../img/bg.png) repeat-x top left;
    color: #147D8A;
    font-family: Helvetica, arial, sans-serif;
    font-size: small;
    line-height: 1.5em;
}

#all
{
    margin: 25px;
}

h3
{
    margin-left: 10px;
    font-size: 1.2em;
    line-height: 1.5em;
}
h3 span
{
    text-transform: uppercase;
}

h4
{
    margin-left: 10px;
    line-height: 1.5em;
    font-size: 1.1em;
    text-decoration: underline;
}

a img
{
    border: 0;
}

a
{
    color: #A71717;
    font-weight: bold;
}
a:visited
{
}
a:hover
{
}

strong
{
    color: #A71717;
}

img
{
    margin: 10px;
}

p
{
    padding: 0 10px;
}

.warning
{
    min-height: 32px;   /* 32x32 es el icono*/
    margin: 0 10px;
    padding-left: 40px;
    padding-bottom: 10px;
    background: url(../img/warning.gif) left center no-repeat;
    font-size: 1.5em;
    vertical-align: middle;
}

dl
{
    margin: 0 10px;
}
dt
{
    margin-bottom: 5px;
    font-weight: bold;
}
dd
{
    margin-left: 1em;
    margin-bottom: 1em;
}

li
{
    padding-left: 12px;
    list-style: none;
    background: url(../img/list.jpg) no-repeat center left;
}

/*** HEADER ***/
#header
{
    color: #F6F3F3;
}
#title_and_menu
{
    min-height: 3em;
    background: url(../img/bg_menu.png) repeat-x top left;
}
h1 img
{
    margin: 0;
    padding-right: 5px;
    border-right: 3px solid #F6F3F3;
}
h2
{
    float: left;
    width: 40%;
    min-height: 50px;
    padding-top: 10px;
    background: url(../img/bg_menu_left.png) no-repeat top left;
    font-size: 1.4em;
    text-transform: uppercase;
}
h2 span
{
    padding-left: 20px; /*Mejor el padding aquí, para que no hay dudas sobre si la suma o no a width*/
}
ul#menu
{
    width: 60%;
    min-height: 50px;
    margin-left: 40%;
    padding-top: 11px;
    background: url(../img/bg_menu_right.png) no-repeat top right;
    list-style: none;
}
ul#menu li
{
    float: left;
    background: transparent;
    padding-right: 0.5em;
    padding-left: 0.5em;
}
ul#menu li
{
    border-right: 1px solid #F6F3F3;
}
ul#menu li.last
{
    border-right: 0;
}
ul#menu li.current a
{
    border-bottom: 2px solid #F6F3F3;
}
ul#menu a
{
    color: #F6F3F3;
    text-transform: uppercase;
    text-decoration: none;
}
ul#menu a:visited
{
    color: #F6F3F3;
}
ul#menu a:hover
{
    color: #FFFF66;
}


/*** CONTENT ***/
#content
{
    background: #F6F3F3;
    padding-bottom: 20px; /*Excepto para cover*/
    margin-bottom: 50px; /*Excepto para cover*/
}

/*** FOOTER ***/
#footer
{
    clear: both;
    margin: 0 50px;
    border-top: 2px solid #A71717;
    text-align: center;
    font-weight: bold;
}
#footer div
{
    display: inline;
    color: #A71717;
}
#footer .organization-name
{
    display: block;
    color: #F6F3F3;
    font-size: 1.2em;
    text-transform: uppercase;
}
#footer .organization-name a
{
    color: #F6F3F3;
    text-decoration: none;
}
#footer .street-address
{
    margin-right: 6px;
    font-size: 0.9em;
}
#footer .email
{
    padding-left: 28px;
    background: url(../img/mail.gif) center left no-repeat;
    font-size: 0.9em;
}
#footer div.tel
{
    padding-left: 30px;
    margin-right: 6px;
    background: url(../img/phone.gif) center left no-repeat;
    font-size: 0.9em;
}
div.tel span.type
{
    display: none;
}

/*** COVER ***/
body.cover #content
{
    background: transparent;
    margin-bottom: 0;
    padding-bottom: 0;
}
body.cover p
{
    padding-bottom: 0;
}

#columnright
{
    height: 546px; /*160 (final diagonal)+170 (altura hasta inicio sofa)+216 (sofa)*/
    margin-left: 495px; /* 520px (ancho sofá) -25px de margen*/
    background: transparent url(../img/end_description.gif) no-repeat 0px 386px;
}
#columnright #postcolumnright
{
    height: 386px;
    padding: 0 1.25em;
    background: #F6F3F3;
}
#columnright p
{
    padding-top: 3em;
}

#columnleft
{
    float: left;
    width: 495px; /* 520px (ancho sofá) -25px de margen*/
    padding-bottom: 400px; /* 400px sofá*/
    background: url(../img/sofa.png) no-repeat -25px bottom;
}
#columnleft #postcolumnleft
{
    height: 170px;
    background: #F6F3F3;
}
#columnleft #our_center
{
    float: left;
    width: 262px;
    border-right: 2px dotted #147D8A;
}
#columnleft #our_center p
{
    padding-left: 133px;
    background: url(../img/cover_our_center.png) no-repeat 10px 0px;
}
#columnleft #images
{
    margin-left: 5px;
}
#columnleft #images img
{
    margin: 3px;
    padding: 2px;
    border: 1px solid #ccc;
}
#columnleft #images a:hover img
{
    background: #FFFF66;
}
#columnleft #our_services
{
    margin-left: 262px;
}

#columnright p a
, #columnleft p a
{
    display: block;
    text-align: right;
    padding-right: 10px;
    background: url(../img/arrow_link.gif) center right no-repeat;
}

body.cover h3
{
    margin-bottom: 10px;
}
body.cover h3 a
{
    color: #147D8A;
    text-decoration: none;
}
#columnleft #our_services h3
{
    padding-left: 20px;
}
body.cover #footer
{
    margin-top: 50px;
}

/*** WHO ARE WE ***/
body.whoarewe #content p.title
{
    margin-bottom: 20px;
    padding-top: 0;
    background: transparent;
    text-transform: uppercase;
    font-size: 1.5em;
    word-spacing: 0.15em;
    letter-spacing: -0.02em;
}
body.whoarewe p.title span.first_letter_word
{
    color: #A71717;
}
body.whoarewe .big
{
    font-size: 3em;
    font-weight: bold;
    line-height: 1em;
}
body.whoarewe .big acronym
{
    border: none; /*For Gecko*/
    text-decoration: none; /*For IE*/
}
body.whoarewe #content
{
    min-height: 350px;
}
body.whoarewe #content img
{
    float: left;
}
body.whoarewe #content p
{
    margin-bottom: 3em;
}

/*** SERVICES ***/
body.services .section
{
    width: 50%;
    float: left;
    padding-bottom: 1em;
}
body.services .section h3
{
    min-height: 40px;
    padding-left: 40px;
    background: url(../img/psicoterapia.png) center left no-repeat;
}
body.services #dejar_de_fumar h3
{
    background-image: url(../img/dejar_de_fumar.png);
}
body.services #asesoramiento_padres h3
{
    background-image: url(../img/asesoramiento_padres.png);
}
body.services #formacion h3
{
    background-image: url(../img/formacion.png);
}

body.services .final_section
{
    clear: both;
}

body.services ul
{
    margin-left: 1em;
}

body.services p
{
    margin-bottom: 1em;
}

body.services .resume
{
    font-size: 1.25em;
}

/*** FAQ's ***/
body.faq dt
{
    padding-left: 40px;
    min-height: 32px;
    background: url(../img/question.gif) top left no-repeat;
    font-size: 1.2em;
}
body.faq dd
{
    margin-left: 0;
    text-indent: 40px;
/*    margin-bottom: 30px;*/
}

/*** CONTACTO ***/
body.contact div.vcard
{
    margin: 0px 10px 10px 20px;
    padding-left: 60px;
    background: url(../img/address.png) top left no-repeat;
}
body.contact #schedule
{
    min-height: 48px;
    margin: 0px 10px 1em 20px;
    padding-left: 60px;
    background: url(../img/schedule.png) top left no-repeat;
}
body.contact #how_arrive
{
    min-height: 48px;
    margin: 0px 10px 1em 20px;
    padding-left: 60px;
    background: url(../img/how_arrive.png) top left no-repeat;
}
body.contact #footer div.vcard
{
    margin: 0;
    padding-left: 0;
    background: transparent;
}
body.contact div.vcard div.tel
{
    margin: 0.2em 0;
}
body.contact #map_sede /* Google Maps */
{
    width: 700px;
    height: 400px;
    background: #000;
    border: 1px solid #000;
    margin: 0px auto 3em auto;
}
body.contact img
{
    margin: 0;
}
body.contact #img_contact
{
    text-align: center;
}
