/*
*  cuidadoinfantil.net
*  Copyright Summonpress & Artvisual Comunicaciï¿½n Digital SL
*	CSS de blog
*/

/*contenedores*/
/*
.single #web,
.category #web{
    width: 100% !important;
}
*/
.single  .megabanner_header,
.single  #header,
.single  #contenido,
.category  .megabanner_header,
.category  #header,
.category  #contenido{
    width: 1004px !important;
    margin: auto;
    float: none !important;
   
}

.single  #header, .category  #header{
/* 	margin-top: 175px; */
	background: white;
	
}

#contenido #principal.blog{
    width: 1004px;
    margin-left: 0;
}
#principal .single-post .post,
.single-recipe .post,
.author .ficha-experto{
    background: #fff;
    border: 1px solid #ddd;
    -moz-box-shadow: 0px 2px 6px #BBB;
    -webkit-box-shadow: 0px 2px 6px #BBB;
    box-shadow: 0px 2px 6px #BBB;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #CCC;
    float: left;
    padding: 10px 10px 20px;
}
#principal.blog #centro{  
    width: 640px;
     background: #fff;
    border: 1px solid #ddd;

    float: left;
    padding: 10px 10px 20px;
}
#contenido #principal.blog #derecha{
    width: 330px;
}

/*cabecera blog*/
#cabecera-blog{
    width: 100%;
    height: 90px;
    background: none;
    margin: 0;
    border-bottom: none;
}
#container-cabecera{
    width: 1004px;
    height: 90px;
    margin: 0 auto;
    position: relative;
    background: white;
}
#tit-cabecera-blog{
    position: absolute;
    right: 130px;
}
#cabecera-blog .title{
   text-align: left;
   padding-bottom: 0;
   font-size: 28px;
   margin: 20px 0 0;
   font-weight: bold;
   line-height: 140%;
}
#cabecera-blog .title a{
    color: #429BDA;
    text-decoration: none;
}
#cabecera-blog .title a:hover{
    color: #365F9E;
    text-decoration: none;
}
#cabecera-blog h2.cat-name{
    font-size: 18px;
    color: #FF731F;
    margin: 0;
}
#banner-revistas{
    width: 1044px;
    height: 136px;
    margin: 0 auto;
}

/*menu blog*/
#cabecera-blog #nav-blog{
    position: absolute;
    bottom: 0;
}
#cabecera-blog #nav-blog ul li{
    float: left;
    margin: 0 5px 10px 0;
    position: relative;
}
#cabecera-blog #nav-blog ul li:hover{
    cursor: pointer;
}
#cabecera-blog #nav-blog ul li a{
    padding: 11px 30px 11px;
    background: #429BDA;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
#cabecera-blog #nav-blog ul li.current-menu-item a,
#cabecera-blog #nav-blog ul li.current_page_item a{
    background: #fff;
    color: #666;
    border: 1px solid #ccc;
    border-bottom: none;
    padding: 10px 30px 10px;
}
#cabecera-blog #nav-blog ul li.desplegable a{
    background: #429BDA url(../images/sprite_flechas.png) no-repeat 105px -581px;
    padding: 11px 35px 11px 30px;
}
#cabecera-blog #nav-blog ul li.desplegable a:hover{
    background: #365F9E url(../images/sprite_flechas.png) no-repeat 105px -581px;
}
#cabecera-blog #nav-blog ul li a:hover,
#cabecera-blog #nav-blog ul li ul.sub-menu li.current-menu-item a:hover,
#cabecera-blog #nav-blog ul li ul.sub-menu li.current_page_item a:hover{
    background: #365F9E;
    text-decoration: none;
    color: #fff;
}
#cabecera-blog #nav-blog ul li.current-menu-item a:hover,
#cabecera-blog #nav-blog ul li.current_page_item a:hover{
    text-decoration: none;
    color: #999;
    background: #fff;
}
#cabecera-blog #nav-blog ul li ul.sub-menu{
    position: absolute;
    top: 28px;
    display: none;
    z-index: 10000;
}
#cabecera-blog #nav-blog ul li.desplegable:hover > ul.sub-menu{
    display: block;
}
#cabecera-blog #nav-blog ul li ul.sub-menu li{
    margin: 0;
    width: 200px;
}
#cabecera-blog #nav-blog ul li ul.sub-menu li a{
    padding: 10px 0 10px 30px;
    display: block;
    text-transform: lowercase;
    border-bottom: 1px solid #fff;
    background: #429BDA;
}
#cabecera-blog #nav-blog ul li ul.sub-menu li a:hover{
    background: #365F9E;
}
#cabecera-blog #nav-blog ul li ul.sub-menu li.current-menu-item a,
#cabecera-blog #nav-blog ul li ul.sub-menu li.current_page_item a{
    border:none;
    border-bottom: 1px solid #fff;
    padding: 10px 10px 10px 30px;
    background: #365F9E;
    color: #fff;
}


/*cabecera post*/
.entry-header{
    width: 100%;
}
.entry-header a{
    text-decoration: none !important;
}
.entry-header h2.title:hover{
    color: #429BDA !important;
    text-decoration: none !important;
}
.entry-header a.titulo-post{
    text-decoration: none !important;
    float: left;
    width: 100%;
}
h2.title.blog{
    font-family: 'Helvetica',Arial,sans-serif;
    font-size: 26px;
    color: #666;
    line-height: 100%;
    border-left: none;
    padding: 0;
    margin-bottom: 0;
    font-weight: bold;
}
.meta-post{
    float: left;
    font-size: 11px;
    margin-top: 5px;
}
.meta-post span{
    display: block;
    margin: 4px 0;
    line-height: 100%;
}
.autor a{
    text-decoration: none !important;
    text-transform: capitalize;
}
img.avatar{
    border: none !important;
    margin: 0 5px 0 0 !important;
}

/*foto post*/
#centro.blog .hentry .imagen {
    border-top: 1px dotted #429BDA;
    padding-top: 20px;
    margin-top: 10px;
    float: left;
    width: 100%;
    border-radius: 0;
}
#centro.blog .hentry .imagen img{
    border: none !important;
    -webkit-border-radius: 0; 
    border-radius: 0;
    padding: 0 !important;
    margin: 0 0 20px 0 !important;
}


/*post*/
.excerpt-galeria{
    margin-top: 22px;
}
.entry-content p{
    margin-bottom: 10px !important;
}
#centro.blog  p{
    line-height: 130%;
}
#centro.blog  p iframe{
    z-index: 0;
}
#centro.blog  .post,
#centro.blog  .articulos{
    border:none;
    padding: 10px 0;
    border-bottom: 1px dotted #999999;
    clear: both;
    overflow: hidden;
}
#centro.blog .hentry{
    margin: 0 0 50px 0;
}
.read-more{
    float: right;
    font-family: 'Helvetica',Arial,sans-serif;
    font-size: 20px;
    line-height: 100%;
    color: #1392C4;
    text-transform: uppercase;
    text-decoration: none !important;
    margin: 0 15px 0 0;
}
.read-more:hover{
    color: #365F9E;
}
.fotogaleria{
    float: left;
    margin: 0 20px 10px 0;
    width: 130px;
}
.fotogaleria:hover > .tit-fotogaleria a{
    color:#429BDA;
}
.tit-fotogaleria{
    float: left;
    margin: 0;
}
.tit-fotogaleria a{
    color: #6F737E;
    font-size: 15px;
    font-weight: bold;
    font-family: 'Helvetica',Arial,sans-serif;
    text-transform: uppercase;
    text-decoration: none !important;
}
.tit-fotogaleria a:hover{
    color: #429BDA;
}
.fotogaleria img{
    margin: 5px 0 0 0 !important;
}

/*post navigation*/
.post-navigation{
    width: 460px;
    height: 45px;
    margin: 30px 0;
    background: #eee;
	float:left;
    padding: 10px;
	position:relative;
}
.post-navigation a{
    color: #6E727E;
    font-weight: bold;
    float: left;
    line-height: 120%;
}
.post-navigation a:hover{
    text-decoration: none;
    color: #545454;
}
.post-navigation .anterior{
    float: left;
    width: 45%;
    height: 45px;
    overflow: hidden;
}
.post-navigation .siguiente{
    float: right;
    width: 45%;
    height: 45px;
    text-align: right;
}
.post-navigation .anterior a{
    font-size: 13px;
    color: #6E727E;
    padding: 0 0 0 55px;
    float: left;
    height: 45px;
    text-decoration: none;
    background: transparent url(../images/sprite_flechas.png) no-repeat left -48px;
}
.post-navigation .anterior a:hover{
    background-position: left -144px;
}
.post-navigation .siguiente a{
    font-size: 13px;
    color: #6E727E;
    padding: 0 55px 0 0;
    float: right; 
    height: 45px;
    text-decoration: none;
    background: transparent url(../images/sprite_flechas.png) no-repeat right top;
}
.post-navigation .siguiente a:hover{
    background-position: right -96px;
}

/*paginacion*/
.navigation{
    float: right;
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: bold;
    padding:  0 0 0 20px;
}
.wp-paginate{
    padding: 20px 4px 20px 20px;
    width: 100%;
}
.wp-paginate a{
    background: #6F737E;
    color: #fff;
    border: none;
    padding: 4px 7px;
    
}
.wp-paginate a:hover{
    background: #55A4F2;
    color: #fff;
}
.wp-paginate .current{
    background: #55A4F2 !important;
    border: none;
    padding: 4px 7px;
}

/*sidebar*/
#derecha.blog{
    background: #F2F2F2;
    width: 300px;
    margin: 0 0 30px 10px;
    padding: 20px 0;
       border: 1px solid #ddd;
}
.single-attachment #derecha.blog{
    width: 344px;
    margin-top: 10px;
}
.separador{
    border-top:1px solid #ccc;
    height: 1px;
    width: 330px;
    margin-top: 25px;
}
.num-articulos{
    font-size: 60px;
    color: #555;
    text-align: center;
    line-height: 100%;
    font-weight: bold;
    float: left;
    margin: 0 5px 20px 30px;
}
.num-articulos.hoy{
    color: #429BDA;
}
.num-articulos.hoy.single{
    margin: 0 auto 20px;
    float: none;
}
.num-articulos a{
    text-decoration: none;
    color: #429BDA;
}
.num-articulos a:hover{
    text-decoration: none;
    color: #365F9E;
}
.tit-articulos{
    font-size: 14px;
    line-height: 100%;
    color: #555;
}

/*menu categorias sidebar*/
#menu-categorias li{
    background: #666;
    margin: 5px 0 5px -1px;
    width: 320px;
    padding: 35px 0 30px 15px;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}
#menu-categorias li:hover{
    background: #429BDA;
    cursor: pointer;
}
#menu-categorias a,
#menu-categorias a:hover{
    text-decoration: none;
}
#menu-categorias li img{
    position: absolute;
    right: 6px;
    top: 6px;
    margin: 0;
}

/*publicidad sidebar*/
.publicidad{
    border-top: 1px solid #fff;
    padding-top: 20px;
}
.tit-publi{
    color: #777;
    font-size:12px;
    text-align: center;
    margin-bottom: 10px;
}
.publicidad #div-gpt-ad-1332921966786-4{
    margin: 15px auto;
    width: 300px;
    border-radius: 0;
    border: 1px solid #CCC !important;
    padding: 2px;
}
.single-attachment .patrocinados{
    float: left;
    width: 300px;
    margin: 0px 15px 15px 15px;
    padding: 2px;
    border: 1px solid #CCC;
}

/*articulos sidebar*/
.art_sidebar{
    padding: 20px 20px 30px 20px;
    color: #545454;
    border-top: 1px solid #fff;
}
h3.tit_art_sidebar{
    margin-bottom: 5px;
}
h3.tit_art_sidebar a{
    color: #545454 !important;
    line-height: 120%;
    font-size: 15px !important;
    font-family: 'VagBold', 'Helvetica',Arial,sans-serif;
    text-decoration: none;
}
h3.tit_art_sidebar a:hover{
    color: #429BDA !important;
    text-decoration: none;
}
.art_sidebar .fecha{
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}
.art_sidebar .read-more{
    float: left;
    font-size: 14px;
    margin: -5px 0 0 0;
    text-transform: none;
    color: #999;
}
.art_sidebar .read-more:hover{
    color: #429BDA;
}

/*pÃ¡gina categorias*/
h1.titulo.cat{
    line-height: 100%;
    margin-bottom: 5px;
}
.blog-15 .entry2{
    margin-bottom: 20px;
}

/*single*/
h1.titulo_blog{
    font-family: 'Helvetica',Arial,sans-serif;
    font-size: 28px;
    color: #666;
    line-height: 100%;
    border-left: none;
    padding: 0;
    margin: 0 0 10px 0;
    padding-bottom: 15px;
    border-bottom: 1px dotted #1594C4;
    font-weight: bold;
}
.cat-name{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
h1.cat-name{
    font-size: 28px;
    color: #1493C4;
    margin-bottom: 0;
}
h2.cat-name a{
    color: #1493C4;
    text-decoration: none !important;
}
h2.cat-name.taxletra a{
    color: #666;
}
h2.cat-name a:hover{
    color: #365F9E;
    text-decoration: none !important;
}
#descripcion-cat{
    margin-bottom: 20px;
}
.comentarios a{
    color: #424242;
    font-weight: bold;
    float: right;
    font-size: 16px;
    margin-right: 10px;
}
.comentarios a:hover{
    color: #365F9E;
}

/*single sidebar*/
.volver_grande{
    background: #429BDA;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 80px;
    margin: 0 23px 20px;
    -webkit-border-radius: 5px; /* Saf3-4, iOS 1-3.2, Android â‰¤1.6 */
    border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4+, iOS 4, Android 2.1+ */
    font-size: 15px;
    font-weight: bold;
    float: left;
    text-decoration: none;
}
.volver_grande:hover{
    text-decoration: none;
    background: #365F9E;
    color: #fff;
}

/*widget autor*/
#derecha.blog li.widget{
    margin: 0 auto 20px;
    -webkit-border-radius: 0px;
    -moz-border-radius:0px;
    border-radius: 0px;
    border:none;
    border-top:1px solid #fff;
    overflow:hidden;
    padding:0;
    box-shadow: 0 0 0 #DDDDDD;
    -webkit-box-shadow: 0 0 0 #DDDDDD;
    width: 280px;
    padding-top: 20px;
    font-weight: bold;
    font-size: 12px;
}
#derecha.blog  .widget .widgettitle{
    color: #365F9E;
    background: transparent;
}
#derecha.blog  .widget .item-title{
    height: 60px;
}
#derecha.blog  .widget .item-title .name{
    display: inline;
}
#derecha.blog  .widget .item-avatar img{
    padding: 2px;
    border: 1px solid #ccc;
}
.boton-autor{
    background: #365F9E;
    color: #fff;
    -webkit-border-radius: 5px; /* Saf3-4, iOS 1-3.2, Android â‰¤1.6 */
    border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4+, iOS 4, Android 2.1+ */
    font-weight: bold;
    display: block;
    text-align: center;
    padding: 5px;
}
.boton-autor:hover{
    color: #fff;
    text-decoration: none;
    background: #429BDA;
}

/******Comentarios******/
#allcomments{
    margin: 30px 0 0 0;
}
div.post #allcomments ol{
    margin: 0;
    clear: both;
}
#comment-content{
    background:url("../images/profile_menu_button_sin_borde.png") repeat-x scroll 0 0 #FFFFFF;
    border:1px solid #CCCCCC;
    display:block;
    font-size:13px;
    margin:40px 0 10px 55px;
    min-height:10px;
    padding:5px 15px;
    color: #2885CA;
}
h3.respond{
    color: #2885CA;
    font-size: 17px;
}
h3#titulo-art{
    margin-top: 15px;
    float: left;
}
.comment-info{
    border-bottom: 1px solid #E4E4E4;
    font-size: 12px;
    margin: 10px 0;
    padding: 3px 0;
}
.comment-info a,
.comment-info strong{
    color: #888888;
}
#comment-content.comentario p{
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 15px;
}

/*carousel foros*/
#out-slider.foros{
    width: 295px;
    height: 270px;
    float: right;
    /*background: #F2F2F2;*/
    margin: 20px 0;
    padding: 10px 0;
    /*-moz-box-shadow: 0px 2px 6px #BBB;
    -webkit-box-shadow: 0px 2px 6px #BBB; 
    box-shadow: 0px 2px 6px #BBB; */
    -webkit-border-radius: 3px; 
    border-radius: 3px; 
    border: 2px dashed #DDDDDD;
}
#out-slider.foros .slider-stage{
    width: 270px;
    height: 227px;
    border: none;
    -webkit-border-radius: 0; 
    border-radius: 0; 
    -webkit-box-shadow: 0px 0px 0px 0px #ffffff;
    box-shadow: 0px 0px 0px 0px #ffffff;
    margin: 10px 0 0 10px;
}
#out-slider.foros .slider-list .not{
    height: 227px !important;
    width: 275px;
    /*border: 1px solid #ddd;*/
    margin: 0 25px 10px 0;
    background: #fff;
    padding: 0 !important;
    -webkit-border-radius: 3px; 
    border-radius: 3px;
    float: left;
}
#out-slider.foros .slider-list .not .imagen-banner{
    max-height: 170px;
    overflow: hidden;
}
#out-slider.foros .slider-list .not img{
    height: auto !important;
    width: 265px !important;
    overflow: hidden;
    border: 1px solid #EDEDED;
    border:none;
}
#out-slider.foros .slider-list .not:hover > h5{
    text-decoration: none;
    color: #0088CC;
    text-align: left;
}
#out-slider.foros .slider-list h5{
    font-size: 18px;
    font-weight: normal;
    line-height: 100%;
    max-height: 50px;
    overflow: hidden;
    margin-top: 10px;
    text-align: left;
}
#out-slider.foros .slider-list h5:hover{
    color: #0088CC;
    text-decoration: none;
}
#out-slider.foros .ir{
    color: #999;
    font-size: 12px;
    margin-left: 15px;
    text-decoration: none;
    font-style: italic;
    font-weight: bold;
    padding-bottom: 1px;
}
#out-slider.foros .ir:hover{
    border-bottom: 1px dotted #ccc;
}
#out-slider.foros .tit-banner-blog{
    font-size: 24px;
    font-weight: bold;
    margin: 0 10px 0 10px;
    color: #429BDA;
    text-decoration: none;
}
#out-slider.foros .tit-banner-blog:hover{
    color: #0088CC;
}
#out-slider.foros a.next{
    display:none;
}
#out-slider.foros a.previous{
    display:none;
}