/*
Theme Name: Sherman
Theme URI: http://wordpress.org/themes/twentyfourteen
Author: Alejandro Palop
Author URI: http://wordpress.org/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: twentyfourteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

//fuentes
@font-face {
    font-family: 'roboto';
    src: url('fonts/roboto/bold/roboto-bold-webfont.eot');
    src: url('fonts/roboto/bold/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto/bold/roboto-bold-webfont.woff') format('woff'),
         url('fonts/roboto/bold/roboto-bold-webfont.ttf') format('truetype'),
         url('fonts/roboto/bold/roboto-bold-webfont.svg#robotobold') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'roboto';
    src: url('fonts/roboto/regular/roboto-regular-webfont.eot');
    src: url('fonts/roboto/regular/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto/regular/roboto-regular-webfont.woff') format('woff'),
         url('fonts/roboto/regular/roboto-regular-webfont.ttf') format('truetype'),
         url('fonts/roboto/regular/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'raleway';
    src: url('fonts/raleway/bold/raleway-bold-webfont.eot');
    src: url('fonts/raleway/bold/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway/bold/raleway-bold-webfont.woff') format('woff'),
         url('fonts/raleway/bold/raleway-bold-webfont.ttf') format('truetype'),
         url('fonts/raleway/bold/raleway-bold-webfont.svg#ralewaybold') format('svg');
    font-weight: bold;
    font-style: normal;

}


@font-face {
    font-family: 'raleway';
    src: url('fonts/raleway/regular/raleway-regular-webfont.eot');
    src: url('fonts/raleway/regular/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway/regular/raleway-regular-webfont.woff') format('woff'),
         url('fonts/raleway/regular/raleway-regular-webfont.ttf') format('truetype'),
         url('fonts/raleway/regular/raleway-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}
p{
    margin-bottom: 20px;
}
strong{
    font-weight: bold;
}
a{
    text-decoration: none;
    color: #4E4E4E;
}
body {
	background: #F7F7F7;
        font-family: 'raleway';
        font-weight: normal;
        font-style: normal;
        font-size: 16px;
        color: #4E4E4E;
        line-height: 26px;
}
#page{
    width: 100%;
}
#page > header{
    width: 100%;
    margin: 0 auto; 
    background: #fff;
}
.logo_titulo{
    width: 1000px;
    height: 150px;
    margin: 0 auto;
}
.header-main{
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #BDBDBD;
    background: #004d22;
    color: #fff;
}

#primary-navigation{
    width: 1000px;
    margin: 0 auto;
}
.nav-menu li{
    display: inline;
    position: relative;
}
.nav-menu .sub-menu li{
    display: block;
}
.nav-menu li a{
    padding: 20px 11px;
    color:#fff;
    text-decoration: none;
    border-right: 1px;  
    display: inline-block;
}
.banner{
    width: 100%;
    height: 400px;
    background-size: cover;
    border-bottom: 1px solid #BDBDBD;
}
.home .banner{
    background: url(images/fondo_banner_home_c.jpg) no-repeat center #004d22;
    background-size: cover;
}
.page-template-page-templatesque_tratamos-php .banner{
    background: url(images/fondo_banner_suelo.jpg) no-repeat center #004d22;
    background-size: cover;
}
.page-template-page-templatesquienes_somos-php .banner{
    background: url(images/fondo_banner_3.jpg) no-repeat top center #004d22;
    background-size: cover;
}
.page-template-page-templatesnecesitas_ir_a_un_psicologo-php .banner{
    background: url(images/fondo_banner_cierre.jpg) no-repeat center #004d22;
    background-size: cover;
}
.page-template-page-templatescomo_trabajamos-php .banner{
    background: url(images/fondo_banner_como_trabajamos.jpg) no-repeat center #004d22;
    background-size: cover;
}
.page-template-page-templatescontacta_con_nosotros-php .banner{
    background: url(images/fondo_banner_balcones.jpg) no-repeat top center #004d22;
    background-size: cover;
}
.page-template-page-templatespsicoterapia-php .banner{
    //background: url(images/fondo_banner_psicoterapia.jpg) no-repeat center center #004d22;
    //background-size: cover;
}
.page-template-page-templatestalleres_cursos-php .banner{
    background: url(images/fondo_banner_cursos_talleres.jpg) no-repeat center center #004d22;
    background-size: cover;
}
.page-template-adolescentes .banner{
    background: url(images/fondo_banner_que_trabajamos.jpg) no-repeat center center #004d22;
    background-size: cover;
}
.page-template-adultos .banner{
    background: url(images/fondo_banner_psicoterapia.jpg) no-repeat center center #004d22;
    background-size: cover;
}
.page-template-emdr .banner{
    background: url(images/fondo_banner_cursos_talleres.jpg) no-repeat center center #004d22;
    background-size: cover;
}
.page-template-psicologia_afirmativa-gay .banner{
    background: url(images/fondo_banner_home_1.jpg) no-repeat center center #004d22;
    background-size: cover;
}
.page-template-psicologia_personas_sordas .banner{
    background: url(images/fondo_banner_terapia_familiar.jpg) no-repeat center center #004d22;
    background-size: cover;
}
.page-template-page-templatestexto-php .banner {
    background: url(images/fondo_banner_home_c.jpg) no-repeat center #004d22;
    background-size: cover;
}
.blog .banner, .single-post .banner, .archive .banner{
    background: url(images/fondo_banner_blog.jpg) no-repeat center #004d22;
    background-size: cover;
}
.banner_textura{
    width: 100%;
    height: 400px;
    //background: url(images/fondo_banner.png) repeat center;
}
.banner_central{
    width: 1000px;
    margin: 0 auto;
}
.banner_central h1, .page-id-54 .caroufredsel_wrapper h1{
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: normal;
    text-shadow: 2px 2px 0px #000;
}
.banner_central h2{
    font-size: 38px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    text-shadow: 2px 2px 4px #4E4E4E;
}
.banner_central .border_sup, .banner_central .border_inf, .page-id-54 .caroufredsel_wrapper .border_sup, .page-id-54 .caroufredsel_wrapper  .border_inf{
    width: 100px;
    height: 1px;
    margin: 0 auto;
}
.banner_central .border_sup, .page-id-54 .caroufredsel_wrapper  .border_sup{
    padding-top: 100px;
    margin-bottom: 40px;
    border-bottom: 3px solid #fff;
}
.banner_central .border_inf, .page-id-54 .caroufredsel_wrapper  .border_inf{
    margin-top: 50px;
    border-top: 3px solid #fff;
}
#main{
    margin: 0 auto;
    width: 1000px;
    margin-bottom: 40px;
}
.single-post #main, .blog #main{
    width: 1100px;
}
article{
    margin-top: 10px;
    display: inline-block;
}
.entry-title{
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}
.page .site-main h2{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}
.page .site-main h2 span{
    font-size: 18px;
}
.page .site-main h3{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.logo_titulo .logo{
    float: left;
    margin-top: 13px;
}
.logo_titulo .titulo{
    float: right;
}
.horario{
    text-align: right;
}
.redes_sociales{
    text-align: right;
    margin-top: 20px;
}
.redes_sociales li{
    width: 35px;
    height: 36px;
    display: inline-block;
}
.facebook{
    list-style: none;
}
.twitter{
    list-style: none;
}
#colophon{
    background: #888888;
}
footer .site-info{
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    padding: 20px 0px;
}
.site-info a{
    color: #fff;
    text-decoration: none;
}
.datos_contacto, .mapa{
    width: 500px;
    float: left;
    height: 400px;
}
.datos_contacto{
    width: 418px;
    padding-right: 20px;
    box-sizing: border-box;
}
.trabajadores{
    margin: 30px 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #004d22;
}
.trabajadores:nth-child(3){
    border-bottom: 0px;
}
.trabajadores a{
    text-decoration: underline;
}
.principales{
    
}
.principal{
    float: left;
    width: 286px;
    padding: 15px;
}
.principal1{
    padding-left: 0px;
}
.principal3{
    padding-right: 0px;
}
.home h3{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}
.foto{
    margin-bottom: 20px;
}
.foto img{
    border: 1px solid #004d22;
    width: 100%;
    height: auto;
}
.principal p{
    text-align: center;
}
.mapa_datos{
    margin-bottom: 20px;
    margin-top: 20px;
}
.mapa{
    border: 1px solid #004d22;
    width: 498px;
}
input{
    border: 1px solid #004d22;
    width: 300px;
    height: 20px;
    margin-bottom: 15px;
    padding: 5px;
    font-size: 14px;
}
.contacto div{
    width: 400px;
}
.contacto label{
    width: 100%;
    display: block;
}
.mensaje{
    width: 394px;
    border: 1px solid #004d22;
    margin-bottom: 15px;
}
.boton{
    background: #004d22;
    color: #fff;
    width: 100%;
    height: 50px;
    font-size: 18px;
}
.formulario{
    float: left;
    width: 500px;
}
.page-id-9 h2{
    color: #004d22;
}
.texto_formulario{
    float: left;
    width: 418px;
    text-align: center;
    margin-top: -165px;
}
.texto_formulario img{
    border: 1px solid #004d22;
}
.texto_form{
    margin-bottom: 20px;
}
.error{
    color: red;
    width: 100%;
    display: block;
}
.caja_psicoterapia{
    width: 459px;
    text-align: center;
    float: left;
    margin-top: 20px;
}
.caja_psicoterapia img, .caja_cursos_talleres img{
     border: 1px solid #004d22;
     margin-bottom: 20px;
}
.caja_cursos_talleres{
    width: 459px;
    text-align: left;
    float: left;
    margin-top: 20px;
}
.texto_principal_quienes h3{
    text-align: left;
}
.principal_quienes{
    padding-top: 40px;
    border-top: 1px solid #004d22;
    float: left;
}
.texto_principal_quienes{
    float: left;
    margin-left: 20px;
    width: 499px;
}
.img_principal_quienes{
    float: left;
    width: 399px;
    margin-bottom: 40px;
}
.img_principal_quienes img{
    border: 1px solid #004d22;
    width: 100%;
}
.redsocial{
    display: inline-block;
    float: left;
    margin-top: 6px;
    margin-left: 6px;
}
.redsocial_img{
    float: left;
}
.red{
    display: block;
    position: relative;
    margin-bottom: 20px;
}
.home h1 > span{
    color: #004d22;
    text-shadow: 1px 1px 2px #FFFFFF;
}
.texto_principal_quienes{
    color: #004d22;
}
.texto_principal_quienes p{
    font-style: italic;
}
#foo1 li{
    height: 401px;
    position: relative;
}
.caroufredsel_wrapper{
    width: 100% !important;
}
.page-id-54 .bloque1 img, .page-id-54 .bloque3 img{
    float: left;
    margin-right: 20px;
    border: 1px solid #004d22;
}
.page-id-54 .bloque{
    width: 100%;
    float: left;
    margin-bottom: 40px;
}
.page-id-54 .bloque2 img{
    float: left;
    margin-right: 20px;
    border: 1px solid #004d22;
}
.bloque_t{
    float: left;
    width: 495px;
}
.titulo_banner{
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    padding: 10px 0px;
}
.datos_contacto{
    height: auto;
}
.home h1{
    text-align: center;
    font-size: 22px;
    margin: 20px auto;
    font-weight: bold;
    background: #fff;
    padding: 0px 15px;
    width: 230px;
    margin-top: 40px;
}
.home .linea{
    border-bottom: 1px solid #004d22;
    height: 1px;
    width: 100%;
    display: block;
    position: absolute;
    margin-top: 13px;
    z-index: -1;
}
.home #main{
    position: relative;
}
.desc_web{
    margin: 0 auto;
    width: 800px;
    text-align: center;
}
.site-info .enlaces_footer{
    padding: 20px 0px;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    padding-top: 0px;
}
.site-info .enlaces_footer li{
    display: inline-block;
    padding: 0px 10px;
    border-right: 1px solid #fff;
    line-height: 13px;
}
.site-info .enlaces_footer li:nth-child(3){
    border-right: 0px;
}
.home #primary, .singular .contenido, .blog article, .archive article, .archive .page-header, .archive .archive-header{
    background: #FFFFFF;
    padding: 25px;
    border: 1px solid #E2E2E2;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 30px;
}
#menu-menu_superior li:last-child a{
    padding-right: 0px;
}
.blog #main-content, .archive #primary{
    float: left;
    width: 788px;
    margin-right: 30px;
}
.blog #secondary, .archive #secondary{
    float: left;
    width: 282px;
    background: #FFFFFF;
    padding: 25px;
    border: 1px solid #E2E2E2;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 30px;
    box-sizing: border-box;
}
.single-post #primary{
    background: #FFFFFF;
    padding: 25px;
    border: 1px solid #E2E2E2;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 30px;
    width: 788px;
    float: left;
    margin-right: 30px;
    box-sizing: border-box;
}
.single-post #secondary{
    background: #FFFFFF;
    padding: 25px;
    border: 1px solid #E2E2E2;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 30px;
    width: 282px;
    box-sizing: border-box;
    float: left;
}
#secondary li{
    list-style: none;
}
#comments label{
    width: 100%;
    display: block;
}
#comments input{
    margin-bottom: 0px;
}
#comments #submit{
    background: #004d22;
    color: #fff;
    height: 50px;
    width: 200px;
}
#comments{
    margin-top: 30px;
}
.nav-links span{
    margin-right: 20px;
}
.search-field{
    width: 175px;
    height: 35px;
}
.search-submit{
    width: 50px;
    height: 35px;
    background: #004d22;
    color: #fff;
    font-size: 13px;
}
.widget-title{
    font-weight: bold;
}
#secondary aside{
    margin-bottom: 30px;
}
.comment-reply-title{
    font-weight: bold;
}
.screen-reader-text{
    font-weight: bold;
}
.single-post #comment{
    width: 100%;
}
.trabajadores .parte_izq{
    float: left;
    width: 396px;
    margin-right: 25px;
}
.trabajadores .parte_izq img{
    height: 565px;
    width: 396px;
}
.trabajadores .parte_dcha{
    float: left;
    width: 526px;
}
.more-link{
    margin: 20px 0px;
    color: #004d22;
    display: block;
    font-weight: bold;
}
.post-thumbnail img{
    width: 100%;
    height: auto;
}
.post-thumbnail{
    margin-bottom: 20px;
      display: block;
}
.single-post article{
    margin-top: 0px;
}
.sub-menu{
    display: none;
    position: absolute;
    background: #fff;
    color: #004d22;
    left: 0px;
    width: 270px;
}
.sub-menu li a{
    color: #004d22;
}
.page-template-page-templatespsicoterapia-php .bloque{
    padding-bottom: 15px;
    border-bottom: 1px solid #004d22;
}
.page-template-page-templatespsicoterapia-php .bloque:last-child{
    border-bottom: 0px;
}
#conditions{
    width: auto;
}
.entry-title a, .entry-title {
    line-height: normal;
}