/* CSS Document */
/* -------- *Plantilla leer* ---------- /
--------- *Victor Vilardell* ---------/
----------- *17-03-2009* -------------/
------------------------------------ */

/*---- RESET ----*/

* {margin:0;padding:0;border:0;}
body {text-align:center; font-family:Arial, Helvetica, sans-serif;font-size:62.5%;font-style:normal;font-weight:normal;font-variant:normal;}
    a img, iframe {border:none;}
    acronym, abbr {border:none;cursor:help; font-style:italic;}
    caption, legend {display:none;}
    img, map {display:block;}
    a abbr {cursor:pointer;}
    h1, h2, h3, h4, h5, h6, p {margin:0;padding:0;}
    input {font-size:1em;}
    ol, ul, li {list-style:none;}
    a:link, a:visited {color:#000;text-decoration:underline; cursor:pointer;}
    a:hover {color:#000;}
    .clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
    .clearfix {display:inline-block;}
    .clear {clear:both}
    .subratllat {text-decoration:underline;} 
    .hide {visibility:hidden; display:none}
    .visible {visibility:visible;}
    .nofloat {float:none;}
    .floatesq {float:left;}
    .floatdre {float:right;}
    
/*---- FIN reset ----*/

body {
    background:url(images/fondo.gif) repeat;
}

#page {
    width:90.3em;
    margin:0 auto;
    text-align:left;
}

    #header {
        background:#FFFFFF;
        overflow:hidden;
    }
    
    * html #header {
        width:90.9em;
    }
    
        #header ul {
            margin:1em;
            overflow:hidden;
            float:left;
        }
        
            #header ul li {
                float:left;
                border-left:0.1em solid #000000;
                font-family:"Trebuchet MS", Verdana;
                padding:0 1em;
            }
            
            #header ul li.first {
                border-left:none;
            }
            
                #header ul li a {
                    font-size:1.1em;
                    font-weight:bold;
                    text-decoration:none;
                }
                
                #header ul li a.selec {
                    text-decoration:underline;
                }
            #header .buscador {
                float:right;
                margin:0.5em;
            }
            
                #header .buscador img {
                    margin-bottom:1em;
                }
                
                #header .buscador form {
                    font-family:"Trebuchet MS", Verdana;
                }
                
                    #header .buscador form label {
                        font-size:1.5em;
                        font-weight:bold;
                        color:#d54c12;
                    }
                    
                    #header .buscador form input {
                        border:0.1em solid #626262;
                        font-size:1.2em;
                        padding:0.1em;
                        margin:0 0.5em;
                    }
                    
                        #header .buscador form input.buton {
                            /*background:url(images/btn_Ir.gif) no-repeat left 0.1em;
                            border:none;
                            width:3.7em;
                            height:2.1em;
                            font-size:1.4em;
                            font-weight:bold;
                            color:#ffffff;
                            margin:0;
							*/background:url(images/btn_Ir.gif) no-repeat left 0.1em;
                            border:none;
                            width:4.2em;
                            height:2.1em;
                            font-size:1.4em;
                            font-weight:bold;
                            color:#ffffff;
                            margin-top:0.2em!important;
                        }
                    
    #menu {
        overflow:hidden;
        margin-top:-3em;
        width:100%;
        float:left;
    }
    
    * html #menu {
        width:90.9em;
    }
        
    
        #menu img.logLeer {
            margin:1em 2em;
            float:left;
            display:inline;
        }
            
        #menu ul {
            float:right;
            margin:3.5em 0 0 0;
        }
        
        /*:first-child+html #menu ul {
            width: 55.6em;
        }*/
        
        * html #menu ul {
            width: 55.7em;
        }
        
            #menu ul li {
                float:left;
                border-left:none;
                padding:0;
            }
        
        #menu div.subMenu {
            width:100%;
            clear:both;
            background:#000000;
            overflow:hidden;
            font-family:"Trebuchet MS", Verdana;
        }
        
            #menu div.subMenu img.primera {
                float:left;
            }
            
            #menu div.subMenu img.segunda {
                float:right;
            }
        
            #menu div.subMenu ul {
                margin:0;
                float:left;
                margin:2em 0;
            }
            
                #menu div.subMenu ul li {
                    display:inline;
                    border-left:0.2em solid #ffffff;
                    padding:0 0.7em;
                }
                
                #menu div.subMenu ul li.sinBorde {
                    border-left:none;
                }
                
                #menu div.subMenu ul li a {
                    text-decoration:none;
                    color:#FFFFFF;
                    font-size:1.5em;
                    font-weight:bold;
                }
    
    #destacant { position:relative;}
        #destacant .posicionadorDestacant {
        position:absolute;
        width:90.3em;
        overflow:hidden;
        top:0;
        left:0;
        }
            #destacant .posicionadorDestacant .left {
                width:40.5em;
                overflow:hidden;
                float:left;
            }
            
                #destacant .posicionadorDestacant .left p {
                    color:#FFFFFF;
                    display:block;
                    float:right;
                    font-size:2.4em;
                    width:7.8em;
                    font-family:Trebuchet MS, verdana;
                    clear:both;
                    margin-right:1em;
                }
                
                * html #destacant .posicionadorDestacant .left p {
                    display:inline;
                }
                
                #destacant .posicionadorDestacant .left span.grande {
                    font-size:1.3em;
                }
                
                #destacant .posicionadorDestacant .left span.small {
                    font-size:0.6em;
                }
                
                #destacant .posicionadorDestacant .left a {
                    display:block;
                    clear:both;
                    float:right;
                    margin-top:2.5em;
                }

            #destacant .posicionadorDestacant .right {
                float:right;
                padding-right:4em;
                width:17.4em;
                margin-top:2em;

            }
            
            * html #destacant .posicionadorDestacant .right {
                padding-right:2.8em;
            }
            
                #destacant .posicionadorDestacant .right ul li {
                    color:#FFFFFF;
                    font-size:1.3em;
                    margin:1em 0;
                }
                
                #destacant .posicionadorDestacant .right ul li a {
                    font-weight:bold;
                    text-decoration:underline;
                    color:#ffffff;
                }
            
    #content { overflow:hidden;}
    
    #content .primSeccion {
        position:relative;
    }
    
        #content .posicionadorPrimSeccion {
            position:absolute;
            top:0;
            left:0;
            width:90.3em;
            height:40.8em;
        }
        
            #content .posicionadorPrimSeccion .left {
                float:left;
                left:5em;
                position:absolute;
                top:4em;
                width:42em;
            }
            
                #content .posicionadorPrimSeccion .left p {

                    font-family: "Trebuchet MS", verdana;

                    font-size:1.2em;
                }
                
                #content .posicionadorPrimSeccion .left p.principal {
                    width:23em;
                    display:block;
                    margin:0.5em 0;
                }
                
                #content .posicionadorPrimSeccion .left p.especial {
                    width:15em;
                    display:block;
                    margin:0.5em 0 1em 0;
                }
            
            #content .posit {
                left:38.5em;
                position:absolute;
                top:12em;
                width:20em;
            }
    
                #content .posit p {
                    font-size:1.2em;

                    font-family: "Trebuchet MS", verdana;

                    margin:0.5em 0;
                }
                
                #content .posit p strong {
                    font-size:1.2em;
                    font-weight:bold;
                }
                
                #content .posit .boton {
                    margin-left:4em;
                    display:block;
                }
                
            #content .posicionadorPrimSeccion .right {
                position:absolute;
                top:22em;
                left:64em;
            }
            
                #content .posicionadorPrimSeccion .right p {
                    display:block;
                    width:14.5em;
                    font-family:"Trebuchet MS", Verdana;
                    font-size:1.4em;
                    text-align:center;
                    font-weight:bold;
                    padding:0 1em;
                }
                
                #content .posicionadorPrimSeccion .right p span {
                    font-size:0.8em;
                    color:#d94b00;
                }
                
                #content .posicionadorPrimSeccion .right .masFotos {
                    display:block;
                    float:right;
                    margin-top:6em;
                }
                
                * html #content .posicionadorPrimSeccion .right {
                    width:24em;
                }
                
                *:first-child+html #content .posicionadorPrimSeccion .right {
                    width:24em;
                }
                
                
        #content .segundaSeccion {
            position:relative;
        }
                
            #content .posicionadorSegundaSeccion {
                width:90.6em;
                height:70.3em;
                position:absolute;
                top:0;
            }
            
                #content .posicionadorSegundaSeccion .viedeo {
                    width:34em;
                    position:absolute;
                    left:4em;
                }
                    
                    #content .posicionadorSegundaSeccion .viedeo h2 {
                        margin: 2em 0 1em 0;
                        overflow:hidden;
                        font-size:1em;
                    }
                    
                    * html #content .posicionadorSegundaSeccion .viedeo h2 {
                        margin:1em 0 0.5em 0;
                    }
                    
                    *:first-child+html #content .posicionadorSegundaSeccion .viedeo h2 {
                        margin:1em 0 0.5em 0;
                    }
            
                    #content .posicionadorSegundaSeccion .visideoFila {
                        clear:both;
                        overflow:hidden;
                        margin-bottom:1em;
                    }
                    
                        #content .posicionadorSegundaSeccion .viedeo img {
                            float:left;
                            margin-right:1em;
                        }
                    
                        #content .posicionadorSegundaSeccion .viedeo p {
                            font-family:"Trebuchet MS", Verdana;
                            font-size:1.3em;
                            font-weight:bold;
                        }
                    
                #content .posicionadorSegundaSeccion .papel {
                    left:42em;
                    position:absolute;
                    top:12em;
                    width:20em;
                }
                
                    #content .posicionadorSegundaSeccion .papel h2 {
                        overflow:hidden;
                        margin-bottom:0.5em;
                        font-size:1em;
                    }
                
                    #content .posicionadorSegundaSeccion .papel p {
                        font-family:"Trebuchet MS", Verdana;
                        font-size:1.2em;
                        margin-bottom:2em;
                    }
                    
                    #content .posicionadorSegundaSeccion .papel a.boton {
                        float:right;
                    }
                    
                #content .posicionadorSegundaSeccion .teVeo {
                    left:4em;
                    position:absolute;
                    top:39em;
                    width:25.5em;
                }
                    
                    #content .posicionadorSegundaSeccion .teVeo h2 {
                        font-size:1em;
                    }
                
                    #content .posicionadorSegundaSeccion .teVeo p {
                        font-family:"Trebuchet MS", Verdana;
                        font-size:1.4em;
                        font-weight:bold;
                        text-align:center;
                    }
                    
                    #content .posicionadorSegundaSeccion .teVeo p span {
                        font-size:0.8em;
                        font-weight:normal;
                        color:#d94b00;
                    }
                    
                #content .posicionadorSegundaSeccion .autoresDestacados {
                    left:33em;
                    position:absolute;
                    top:37.5em;
                    width:28em;
                }
                
                    #content .posicionadorSegundaSeccion .autoresDestacados h2 {
                        margin:1em;
                        font-size:1em;
                    }
                    
                    * html #content .posicionadorSegundaSeccion .autoresDestacados h2 {
                        margin:0.5em;
                    }
                    
                    *:first-child+html #content .posicionadorSegundaSeccion .autoresDestacados h2 {
                        margin:0.5em;
                    }
                    
                    #content .posicionadorSegundaSeccion .autoresDestacados ul li {
                        clear:both;
                        margin-bottom:1.5em;
                        display:inline;
                    }
                    
                        #content .posicionadorSegundaSeccion .autoresDestacados ul li img {
                            float:left;
                            margin: 0 1em;
                        }
                                    
                        #content .posicionadorSegundaSeccion .autoresDestacados ul li p {
                            font-family:"Trebuchet MS", Verdana;
                            font-size:1.2em;
                            display:block;
                            float:left;
                            width:15em;
                            line-height:1em;
                        }
                        
                        * html #content .posicionadorSegundaSeccion .autoresDestacados ul li p {
                            width:14em;
                        }
                        
                        #content .posicionadorSegundaSeccion .autoresDestacados ul li a {
                            color:#D84B00;
                            font-size:1.2em;
                            font-weight:bold;
                            text-decoration:none;
                            display:block;
                            margin:0.4em 0;
                        }
                        
                        #content .posicionadorSegundaSeccion .autoresDestacados ul li span {
                            font-weight:bold;
                            font-size:1.2em;
                            text-decoration:underline;
                            padding:0 0 0.5em 0;
                            display:block;
                        }
                        
                #content .posicionadorSegundaSeccion .right {
                    float:right;
                    margin:5em 3.6em 0 0;
                    width:21em;
                    font-family:"Trebuchet MS", Verdana;
                }
                
                * html #content .posicionadorSegundaSeccion .right {
                    margin:3em 1.8em 0 0;
                }
                
                    #content .posicionadorSegundaSeccion .right div {
                        margin:2em 0;
                    }
                
                    #content .posicionadorSegundaSeccion .right div.elBlog p {
                        font-size:1.2em;
                    }
                    
                    #content .posicionadorSegundaSeccion .right div.elBlog ul li a {
                        font-size:1.4em;
                        font-weight:bold;
                    }
                    
                    #content .posicionadorSegundaSeccion .right div.elBlog ul li a span {
                        color:#d84a00;
                    }
                    
                    
                #content .posicionadorSegundaSeccion .right div.videoJuegos {
                    overflow:hidden;
                }
                
                    #content .posicionadorSegundaSeccion .right div.videoJuegos p.subTitulo {
                        font-size:1.8em;
                        font-weight:bold;
                        color:#d84a00;                    
                    }
                
                    #content .posicionadorSegundaSeccion .right div.videoJuegos a {
                        font-size:1.4em;
                        font-weight:bold;
                    }
                    
                    #content .posicionadorSegundaSeccion .right div.videoJuegos span.actualizado {
                        display:block;
                        font-size:1.2em;
                    }
                    
                    #content .posicionadorSegundaSeccion .right div.videoJuegos img {
                        margin:1em 0 0 0;
                    }
                    
                    #content .posicionadorSegundaSeccion .right div.videoJuegos .botonLeer {
                        float:right;
                        font-size:1em;
                    }
                
                #content .posicionadorSegundaSeccion .right div.otrosBlogs {
                    overflow:hidden;
                }
                    
                    #content .posicionadorSegundaSeccion .right div.otrosBlogs ul li a {
                        font-size:1.4em;
                        font-weight:bold;
                    }
                    
a span.resalta {
    color:#d84a00;
}

    #footer {
        margin-bottom:2em;
    }
    
    * html #footer {
        width:90.9em;
    }
        
        #footer .subFooter {
            color:#ffffff;
            font-family:"Trebuchet MS", Verdana;
            overflow:hidden;
        }
            
            #footer .subFooter div.content {
                background:#000000;
                overflow:hidden;
                height:1.8em;
                float:left;
                width:96%;
                padding:1.5em 1em;
                
            }
        
            #footer .subFooter img.footerLeft {
                float:left;
                width:0.8em;
                height:4.8em;
            }
            
            #footer .subFooter img.footerRight {
                float:right;
                width:0.8em;
                height:4.8em;
            }
        
            #footer .subFooter a.copyRight {
                color:#ffffff;
                display:block;
                float:left;
                font-size:1.2em;
                font-weight:bold;
            }
            
            #footer .subFooter ul {
                display:block;
                float:right;
                font-family:"Trebuchet MS", Verdana;
            }
    
                #footer .subFooter ul li {
                    float:left;
                    margin:0 1em;
                }
                
                #footer .subFooter ul li a {
                    font-size:1.2em;
                    font-weight:bold;
                    color:#ffffff;
                }        

                
.ministerio {
    width:24.2em;
    height:5.5em;
}

.logLeer {
    width:26.1em;
    height:6.7em;
}

.imgLeer {
    width:20.6em;
    height:5.2em;
}

.imgFamilia {
    width:16.8em;
    height:5.2em;
}

.imgDocentes {
    width:18.2em;
    height:5.2em;
}

.imgFondoUno {
    width:90.3em;
    height:37em;
}

* html .imgFondoUno {
    width:90.9em;
    height:37.2em;
}

    .imgLeerEs {
        width:35.1em;
        height:9.1em;
        margin:3em 0 0 3em;
    }
    
    .imgMasInfo {
        width:12.4em;
        height:2.1em;
    }
    
    .imgTituloAgenda {
        width:18.3em;
        height:7.5em;
    }
    
    .imgMasEventos {
        width:16.6em;
        height:3.1em;
    }
    
.imgFondoDos {
    width:90.3em;
    height:40.8em;
}

* html .imgFondoDos {
    width:90.9em;
    height:41em;
}
    .imgBienvenidos {
        width:41.8em;
        height:3.7em;
    }
    
    .imgHoyDesta {
        width:17.2em;
        height:2.6em;
    }
    
    .imgMasInformacion {
        width:18.6em;
        height:4.8em;
    }
    
    .imgActividad {
        width:18.3em;
        height:2.9em;
    }
    
    .imgMasInfoDos {
        width:15.5em;
        height:5.2em;
    }
    
    .imgVerMasFotos {
        width:18.7em;
        height:4.8em;
    }
    
.imgFondoTres {
    width:90.3em;
    height:70.6em;
}

* html .imgFondoTres {
    width:90.9em;
    height:71em;
}

    .imgTituloNoticias {
        width:7.6em;
        height:2.1em;
    }
    
    .imgLeerMas {
        width:13.8em;
        height:5em;
    }
    
    .imgTeLPO {
        width:14.1em;
        height:2.3em;
    }
    
    .imgMasVideos {
        width:18.6em;
        height:4.9em;
    }
    
    .imgAutores {
        width:19.6em;
        height:2.2em;
    }
    
    .imgParticipaGana {
        width:18.1em;
        height:2.6em;
    }
    
    .imgParticipaAqui {
        width:15.8em;
        height:4.9em;
    }
    
    .imgBlogLeer {
        width:18.5em;
        height:2.9em;
    }
    
    .imgBlog {
        width:11.9em;
        height:2.6em;
    }
    
    .imgLeerBtn {
        width:10.3em;
        height:4.9em;
    }
    
    .imgBlogRecom {
        width:20.8em;
        height:2.6em;
    }

.imfFondoPie {
    width:90.3em;
    height:8.3em;
}

* html .imfFondoPie {
    width:90.9em;
    height:8.3em;
}

/* ----------------------------------------------------------------------------*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.fondo {
    background:#D94B00 url(images/fondoRepit.gif) repeat-y;
    overflow:hidden;
    padding-bottom:2em;
}

* html .fondo {
    width:90.9em;
}

.libreta {
    width:55.4em;
    height:27em;
    background:#FFFFFF;
    margin:0 2em 2em;
    position:relative;
    float:left;
    display:inline;
}

    .libreta .esquina {
        width:10.7em;
        background: url(images/roundUp.gif) no-repeat bottom right;
        overflow:hidden;
        height:8em;
        position:absolute;
        top:19.9em;
        left:45.4em;

        /*z-index:0em;*/

    }

    .libreta .interiorLibreta {
        width:24em;
        margin:1em 2em;
        position:relative;
    }
    
    .libreta .interiorLibreta .camara {
        left:26em;
        position:absolute;
        top:1em;
    }
    
        .libreta .interiorLibreta .camara img {
            width:29.6em;
            height:20.6em;
        }
    
        .libreta .interiorLibreta h3 {
            font-size:1.7em;
            font-weight:bold;
            color:#d44c12;
            margin-bottom:0.5em;
        }
        
            .libreta .interiorLibreta h3 span {
                font-size:1.4em;
            }
            
            .libreta .interiorLibreta p {
                font-size:1.3em;
                margin-bottom:1em;
            }
            
                .libreta .interiorLibreta p span {
                    font-size:1.1em;
                    font-weight:bold;
                    display:block;
                    margin-bottom:0.5em;
                }
                
            .libreta .interiorLibreta a {
                float:right;
            }
    
    .cabeceraInterior{
        position:relative;
        font-family:"Trebuchet MS", Verdana;
        margin-bottom:2em;
    }
    
        .cabeceraInteriorPosition {
            position:absolute;
            top:0em;
            width:90.3em;
            height:14.2em;
        }
        
        .cabeceraInterior .left {
            float:left;
            width:64.4em;
        }
        
            .cabeceraInterior .left h2 {
                color:#d94c00;
                font-size:4.8em;
                margin:0.5em 0 0 3em;
                padding:0;
                line-height:0.9em;
            }
            
            .cabeceraInterior .left h3 {
                font-size:2.1em;
                margin:0 0 0.4em 7.1em;
                padding:0;
            }
            
            .cabeceraInterior .left ul {
                margin-left:3em;
            }
            
                .cabeceraInterior .left ul li {
                    font-family:Verdana, Arial, Helvetica, sans-serif;
                    font-size:1.1em;
                    font-weight:bold;
                    display:inline;
                }
                
                    .cabeceraInterior .left ul li a {
                        text-decoration:none;
                    }
        
        .cabeceraInterior .right {
            float:right;
            width:20.9em;
            margin:0.5em 3em 0 0;
            display:inline;
        }
        
        .cabeceraInterior .right p {
            font-size:1.7em;
            font-weight:bold;
            margin-bottom:0.5em;
        }
        
            .cabeceraInterior .right p span {
                font-size:0.8em;
            }
            
        .cabeceraInterior .right a {
            float:right;
        }
        
    .positEsquina {
        width:27em;
        height:27em;
        background:#ffe60e;
        position:relative;
        float:left;
        margin:0 1.3em 2em;
    }
    
        .positEsquina .esquina {
            background:url(images/roundUpPosit.gif) no-repeat bottom right;
            height:10.8em;
            left:17.9em;
            position:relative;
            top:-9em;
            width:10em;
            z-index:1;
        }
        
        
    .cajaEsquina {
        width:27em;
        height:29em;
        position:relative;
        background:#ffffff;
        float:left;
        margin:0 0 2em 2em;
    }
    
        .cajaEsquina .esquina {
            position:absolute;
            width:10.7em;
            height:8em;
            background:url(images/roundUp.gif) no-repeat bottom right;
            top:75.5%;
            left:17em;
        }
        
        .cajaEsquina .interior a.izq {
            float:left;
        }
        
        
    .libretaAnillas {
        background: #DEDEDE url(images/fondoLibreta.gif) repeat-y;
        width:27.7em;
        height:29em;
        position:relative;
        float:left;
        margin: 0 0 2em 2em;
    }
    
        .interior {
            font-family:"Trebuchet MS",Verdana;
            position:relative;
            z-index:2;
            overflow:hidden;
            margin:1em 2em 0 2em;
        }
        
        .interior h3 {
                font-size:1.7em;
                font-weight:bold;
                color:#d44c12;
            }
                
                .interior h3 span {
                    font-size:1.4em;
                }
            
            .interior p {
                font-size:1.3em;
                margin-bottom:0.5em;
            }
            
                .interior p span {
                    font-size:1.1em;
                    font-weight:bold;
                    display:block;
                    margin-bottom:0.5em;
                }
                
            .interior a {
                float:right;
            }
            
            
        .colorines {
            left:34em;
            position:absolute;
            top:84em;
        }
            
            .colorines img {
                width:19.8em;
                height:17.5em;
            }
        
.cabeceraInterior img.fondo {
    width:90.3em;
    height:14.2em;
    padding:0;
}

.cabeceraInterior .btnCabecera {
    width:12.5em;
    height:3.8em;
}

.bordePapel {
    width:55.4em;
    height:1.7em;
}

.btnEnviar14 {
    width:14.3em;
    height:5em;
}

.btnEnviar10 {
    width:10.8em;
    height:4.8em;
}        

.btnEnviarPosit {
    width:10.7em;
    height:3.4em;
    margin-bottom:0.4em;
}

#header h1 {
    font-size:1em;
}

.cabeceraBlogLeer {

    /*widows:90.3em;*/

    height:23.1em;
}

    .menuBlog {
        background:#000000;
        float:left;
        overflow:hidden;
        width:98%;
        padding:0.2em 1em;
        vertical-align:middle;
    }
    
        .menuBlog img.logMenuBlog {
            float:left;
            width:3.7em;
            height:2.7em;
        }
        
        .menuBlog input {
            float:left;
            font-size:1.2em;
            padding:0.1em 0.3em;
            margin:0.4em 1em 0;
        }
        
        #header .menuBlog ul {
            float:left;
            margin:0;
        }
        
            #header .menuBlog ul li {
                display:inline;
                border-left:none;
                padding:0;
                position:relative;
                margin:0.2em 0.5em;
            }
            
                #header .menuBlog ul li a {
                    position:absolute;
                    display:block;
                    top:0.2em;
                    font-size:1.3em;
                    font-weight:bold;
                    color:#ffffff;
                    margin-left:1em;
                }

        .menuBlog .rss{
            width:2.6em;
            height:2.5em;
            float:right;
        }
        
        .menuBlog span { 
            float:right;
            color:#ffffff;
            font-size:1.2em;
            font-weight:bold;
            margin:0.5em 1em 0 0;
        }
        
    #content .contenido {
        width:65em;
       /* overflow:hidden;*/
        font-family:"Trebuchet MS", Verdana;
        float:left;
    }
    
    #content .menu {
        float:right;
        overflow:hidden;
        width:23em;
        margin-right:1em;
    }
    
        #content .menu div {
            background:#FFFFFF;
            position:relative;
            width:22.1em;
            overflow:hidden;
        }
        
            #content .menu div img.titulo {
                width:22.1em;
                height:5.2em;
            }
        
            #content .menu div h2 {
                font-size:1.6em;
                /*font-weight:bold;*/
                color:#ffffff;
                position:absolute;
                top:0.6em;
                margin-left:0.7em;
            }
            
            #content .menu div.tema ul {
                margin:0 0 1em 1em;
            }
            
            #content .menu div.tema ul li {
                background:url(images/listStyle.gif) no-repeat left center;
                padding:0.5em 0 0.5em 2.8em;
            }
            
                #content .menu div.tema ul li a {
                    font-size:1.2em;
                    color:#000000;
                    text-decoration:none;
                    font-family:"Trebuchet MS", Verdana;
                    font-weight:bold;
                }
            
            #content .menu div h2 span {
                display:block;
                font-size:0.8em;
            }
            
            #content .menu div.ultimaEntrada ul {
                margin:0 0 1em 0;
            }
            
                #content .menu div.ultimaEntrada ul li {
                    margin:0.5em 0;
                }
                
                    #content .menu div.ultimaEntrada ul li a {
                        text-decoration:underline;
                        color:#000000;
                        font-size:1.2em;
                        font-family:"Trebuchet MS", Verdana;
                        font-weight:bold;
                        margin-left:1em;
                    }
                    
                        #content .menu div.ultimaEntrada ul li a span.mas {
                            text-decoration:none;
                                color:#d84a00;
                                font-weight:bold;
                                text-decoration:none;
                        }

                #content .menu div.misFotos ul {
                    margin:0.5em 0 1em;
                    overflow:hidden;
                }
                        
                    #content .menu div.misFotos ul li {
                        float:left;
                    }
                    
                    
                    #content .menu div.ultimoArchivo input.buton {
                        background: url(images/btn_Ir.gif) no-repeat scroll left 0.2em;
                        border:medium none;
                        color:#FFFFFF;
                        font-size:1.4em;
                        font-weight:bold;
                        height:2.1em;
                        margin:0;
                        width:3.7em;
						
						
						
                    }
                    
                    #content .menu div.ultimoArchivo select {
                        margin:1em 1em;
                        border:0.1em solid #000000;
                        width:8em;

                        /*font-size-adjust:0.9em;*/
						font-size:0.9em;

                        font-family:"Trebuchet MS", Verdana;
                    }
            
            #content .menu div.fin{
                margin:1.5em 0;
				padding-top:2em;
            }
                    
                    #content .menu div.fin .Ministerio {
                        float:left;
                        margin:1.8em 0.3em 0.3em;
                    }
                    
                    #content .menu div.fin .leer {
                        float:left;
                            margin:1.5em 0.3em 0.3em 0.5em;

                    }

            

    .blog {

        background:#D94B00 url(images/fondoRepit.gif) repeat-y;

        overflow:hidden;

    }



        .contenido .bienvenido {
            background:#FFFFFF none repeat scroll 0 0;
            width:62.3em;
            margin-left:1em;
        }
        
            .contenido .bienvenido .imgBlogBienvenido {
                padding:8em 2em 1.5em 2em;
            }
        
            .contenido .bienvenido p{
                font-size:1.3em;
                font-family:"Trebuchet MS", Verdana;
                padding:0em 2em 2em 2em;
            }
            
            .contenido .bienvenido p span {
                color:#d44c12;
                font-size:1.5em;
                font-weight:bold;
            }
        
            .contenido .bienvenido a.botonBlog {
                position:relative;
                display:block;
                text-decoration:none;
                float:right;
                margin:0 2.3em 2em 0;
            }
            
                .contenido .bienvenido a.botonBlog span {
                    display:block;
                    position:absolute;
                    color:#FFFFFF;
                    top:0.2em;
                    font-size:1.2em;
                    font-weight:bold;
                    left:1em;
                }
                
        .comentario {
            background:#FFFFFF none repeat scroll 0 0;
            margin-left:1em;
            margin-right:0em;
            width:62.3em;
            overflow:hidden;
            float:left;
            
        }        

        .comentario img.imgBlogCategoria {
            float:left;
            /*margin:2em 1em 1em 2em;*/
        }
        
        .comentario .caracteristicas {
            float:left;
            width:34em;
            margin-top:2em;
        }
        
        .comentario .caracteristicas h3 {
            font-size:1.7em;
            font-weight:bold;
            color:#d44c12;
            margin-bottom:0.5em;
            padding:0;
        }
        .comentario .caracteristicas h3 a{
            font-size:1em;
            font-weight:bold;
            color:#d44c12;
            text-decoration:none;
        }
        
            .comentario .caracteristicas ul li {
                clear:both;
                margin-bottom:1em;
                font-family:"Trebuchet MS", Verdana;
                font-size:1.2em;
                overflow:hidden;
            }
                
                .comentario .caracteristicas ul li p {
                    display:block;
                    float:left;
                    margin:0.3em 0 0 0.5em;
                }
            
                .comentario .caracteristicas ul li span {
                    color:#d44c12;
                    font-weight:bold;
                }
                    
            .comentario .caracteristicas ul li img {
                float:left;
            }

        .comentario p.coment {
            font-size:1.2em;
            font-family:"Trebuchet MS", Verdana;
            margin:0 2em;
        }
        
        .comentario .globoComent {
            float:right;
            margin:0 2.3em 1em 0;
        }
        
            .comentario .globoComent img {
                float:left;
                width:2.5em;
                height:1.8em;
                margin-right:1em;
            }
            
            .comentario .globoComent a {
                display:block;
                float:left;
                font-family:"Trebuchet MS", Verdana;
                font-size:1.1em;
                font-weight:bold;
                color:#d44c12;
            }
        
        div.mitad {
            width:42.1em;
            margin:0 0 2em 2em;
            height:36em;
            display:inline;
        }
            
            div.mitad .esquina {
                left:32.1em;
                position:absolute;
                bottom:-5em;
                z-index:1;
            }
            
        div.completo {
            width:85.4em;
            height:34em;
        }
        
            div.completo .nuestrosBlogs {
                position:relative;
                z-index:2;
            }
        
            div.completo .esquina {
                left:75.4em;
                position:relative;
                z-index:1;
                top:-5.6em;
            }
            
            * html div.completo .esquina { 
                top:0.9em;
                left:76.2em;
            }
            
                * html div.amigos .esquina {
                    left:76em;
                }
            
            .DestacadoFotoGrande {
                position:absolute;
                z-index:2;
                overflow:hidden;
            }
            
                .DestacadoFotoGrande h3 {
                    font-size:1.7em;
                    color:#d44c12;
                    font-weight:bold;
                    text-transform:uppercase;
                    padding:0 2em 0 1.5em;
                    margin:0.8em 0;
                }
            
                .DestacadoFotoGrande h4 {
                    font-size:1.4em;
                    color:#d44c12;
                    font-weight:bold;
                    padding:0 2em 0 1.5em;
                    margin:0.5em 0;
                }
                
                .DestacadoFotoGrande p {
                    font-size:1.2em;
                    font-family:"Trebuchet MS", Verdana;
                    padding:0 2em 0 1.5em;
                }
                
                .DestacadoFotoGrande a {
                    float:right;
                    padding:0 2em 0 1.5em;
                }
                
                div.completo .nuestrosBlogs h3 {
                    font-size:1.7em;
                    font-weight:bold;
                    text-transform:uppercase;
                    color:#d44c12;
                    font-family:"Trebuchet MS", Verdana;
                    margin:1em 1em;
                }
                
                div.completo .nuestrosBlogs ul li {
                    float:left;
                    width:16.5em;
                    margin:0 2em 0 2em;
                }
        
                    div.completo .nuestrosBlogs ul li h4 {
                        font-size:1.4em;
                        font-weight:bolder;
                        color:#d44c12;
                    }
                    
                    div.completo .nuestrosBlogs ul li p {
                        font-size:1.2em;
                        font-family:"Trebuchet MS", Verdana;
                    }
                    
                    div.completo .nuestrosBlogs ul li img {
                        margin:0.5em 0;
                    }
                    
                    div.completo .nuestrosBlogs ul li a {
                        color:#d44c12;
                        text-decoration:none;
                        font-weight:bold;
                    }
                    
                    div.amigos {
                        height:46em;
                    }
                    
                    div.amigos .esquina {
                        top:-4.9em;
                    }
                    
                    div.amigos ul {
                        margin:2em;
                    }
                    
                    div.amigos ul li {
                        width:38em;
                        float:left;
                        margin-bottom:1.5em;
                    }
                    
                div.amigos h3 {
                    font-size:1.7em;
                    font-weight:bold;
                    text-transform:uppercase;
                    color:#d44c12;
                    font-family:"Trebuchet MS", Verdana;
                    margin:1em 1em;
                }
                        
                    
                div.amigos ul li img {
                    float:left;
                }
                
                div.amigos ul li p {
                    float:left;
                    font-family:"Trebuchet MS", Verdana;
                    font-size:1.6em;
                    font-weight:bold;
                    color:#d44c12;
                    width:17em;
                    margin-left:1em;
                }
                
                    div.amigos ul li span.blogde {
                        color:#000000;
                        font-size:0.7em;
                    }
                    
                    div.amigos ul li span.fecha {
                        color:#000000;
                        font-size:0.7em;
                        font-weight:normal;
                    }
                
        
        

#content div.videojocs {
    position:relative;

    float:right; /* cambio */

    margin-right:0.4em;

}

    #content div.videojocs .posicionador {
        position:absolute;
        top:7em;
        background:none;
        margin-left:0.2em;
    }

        #content div.videojocs .posicionador .tema, #content div.videojocs .posicionador .ultimaEntrada, #content div.videojocs .posicionador .ultimoArchivo {
            background:none;
            margin-left:1em;
        }
        
        #content .menu div.tema ul {
            margin:1em 0;
        }
        
            #content div.videojocs .posicionador .tema ul li {
                background:url(images/libretaFonoCarton.gif) no-repeat left center;
                margin:0.5em 0;    
            }
            
        
        #content div.videojocs .posicionador .ultimaEntrada ul li a {
            margin:0;
            padding:0;
        }
        
        #content div.videojocs .posicionador .misFotos {
            background:none;
            margin-left:0.5em;
        }
        
        #content div.videojocs .posicionador .misFotos h3 {
            margin-left:0.5em;
        }
        
        #content div.videojocs .posicionador .ultimoArchivo {
            margin:0;
        }
        
            #content div.videojocs .posicionador .ultimoArchivo h3 {
                margin-left:1em;
            }
        
            #content div.videojocs .posicionador .ultimoArchivo .celo {
                background:url(images/celo.gif) no-repeat 0 0.3em;
                float:left;
                width:16em;
            }
            
            #content div.videojocs .posicionador .ultimoArchivo a {
                display:block;
                margin-top:0.5em;
            }
            
            #content div.videojocs .posicionador .fin {
                background:none;
                margin-top:13em;
            }
            
            .fecha {
                float:left;
                display:inline;
                margin:1em 3em 0;
                font-size:1.2em;
                font-family:"Trebuchet MS", Verdana;
            }
            
            .autor {
                float:right;
                display:inline;
                margin:1em 4em 0;
                font-size:1.2em;
                font-family:"Trebuchet MS", Verdana;
            }
                
                .fecha img, .autor img {
                    display:inline;
                    vertical-align:middle;
                }
                
                .autor span {
                    color:#d44c12;
                }
                
            .interioresBlog {
                overflow:hidden;
                padding-bottom:2em;
                margin-top:3.5em;
            }
                
        .interioresBlog h3 {
            font-family:"Trebuchet MS", Verdana;
            font-size:1.7em;
            font-weight:bold;
            color:#D44C12;
            margin:1em 2.1em;
        }
        
        .interioresBlog p {
            font-size:1.2em;
            font-family:"Trebuchet MS", Verdana;
            margin-top:1em;
            padding:0 3em;
        }
        
        .interioresBlog p a {
            color:#d44c12;
        }

        

        .interioresBlog ul.favicon {

            float:left;
            margin:2em 3.5em;
            width:100%;
        }
        

        .interioresBlog ul.favicon li {

            display:inline;
            float:left;
            font-size:1.3em;
            font-weight:bold;
            font-family:"Trebuchet MS", Verdana;
        }

            

            
    .basica {
        background:#FFFFFF;
        margin:3em 0 0 3em;
        padding:1em 3em;
        overflow:hidden;
    }
    
        .basica h3, .logoSeccion {
            float:left;
        }
        
        .basica h3 {
            font-size:1.4em;
            color:#d44c12;
            font-weight:bold;
            margin-left:0.5em;
        }
        
        .logoSeccion {
            clear:right;
        }
        
        .comentari dl {
            margin:1.5em 0;
        }
        
        .comentari dt {
            font-family:"Trebuchet MS", Verdana;
            font-size:1.4em;
            font-weight:bold;
            color:#d44c12;
        }
        
        .comentari dd {
            font-family:"Trebuchet MS", Verdana;
            font-size:1.2em;
            margin-bottom:1em;
            
        }
        
            .comentari dd span {
                display:block;
                font-size:1.1em;
                font-weight:bold;
                font-family:"Trebuchet MS", Verdana;
            }
            
        .formComent p {
            font-size:1.2em;
            font-family:"Trebuchet MS", Verdana;
            margin:2em 0;
        }
        
        .formComent label {
            float:left;
            font-size:1.2em;
            clear:both;
            margin-bottom:0.5em;
        }
        
        .formComent input {
            float:left;
            clear:none;
            border:0.1em solid #000000;
            font-size:1.2em;
        }
        
        .formComent span {
            display:inline;
            clear:right;
            font-size:1.2em;
            clear:right;
        }
        
        .formComent span.tamano {
            width:4em;
            display:block;
            float:left;
        }
        
        .formComent textarea {
            clear:both;
            float:left;
            border:0.1em solid #000000;
            margin-left:4.8em;
            font-family:"Trebuchet MS", Verdana;
            font-size:1.2em;
            width:30em;
            height:7em;
        }
        
        .formComent .valida {
            float:left;
            clear:both;
            margin:1em 0 0 6em;
			width:45em!important;
        }
        
        .formComent .valida input {
            margin-right:0.5em;
        }
        
        .formComent .botonEnvia {
            background:url(images/btnMediogif.gif) no-repeat;
            font-size:1.4em;
            font-family:"Trebuchet MS", Verdana;
            font-weight:bold;
            color:#FFFFFF;
            border:none;
            clear:both;
            width:8em;
            height:1.7em;
            margin:1em 0 3em 4em;
        }
        
        .formComent {
            margin-bottom:3em;
        }
        
.fn {
    color:#D44C12;
    font-size:1.5em;
    font-weight:bold;
}
.says{
    color:#D44C12;
    font-size:1.5em;
    font-weight:bold;
}

.alt {
    margin: 0;
    padding: 10px;
    }

.commentlist {
    padding: 0;
    text-align: justify;
    }

.commentlist li {
    margin: 5px 0 10px;
    padding: 0px 5px 10px 10px;
    list-style: none;

    }
.commentlist li ul li { 
    margin-right: -5px;
    margin-left: 10px;
}

.commentlist p {
    margin: 10px 5px 10px 0;

    font-size:1.3em;

}

.commentlist a {
    text-decoration:none;
    font-weight:bold;

    font-size:1em;

    color:#D94B00;

    
}
.children { padding: 0; }

#commentform p {
    margin: 0px 0;
    }

.nocomments {
    text-align: center;
    margin: 0;
    padding: 0;
    }

.commentmetadata {
    margin: 0;
    display: block;
    }
/* End Comments */        

.paginador{
    clear:both;
    background:url(images/fondoPaginador.jpg) no-repeat 0 0;
    height:8.5em;
    padding: 1.5em 0 0 13.0em;
    margin:0 0 -3.5em;
    }
    .paginador li{
        display:inline;
        font-family:"Trebuchet MS", Verdana;
        font-size:1.9em;
        font-weight:bold;
        padding:0.4em;
        
        }
        .paginador li a{
            text-decoration:none;
            
        }
        .paginador li img{
            display:inline;
            vertical-align:middle;
            }
            
.buton{
                            /*background:url(images/btn_Ir.gif) no-repeat left 0.1em;
                            border:none;
                            width:3.7em;
                            height:2.1em;
                            font-size:1.4em;
                            font-weight:bold;
                            color:#ffffff;
                            margin:0;*/
							background:transparent url(images/btn_Ir.gif) no-repeat scroll left 0.1em;
						border:medium none;
						color:#FFFFFF;
						font-size:1.4em;
						font-weight:bold;
						height:2.3em;
						margin-bottom:0;
						margin-left:0;
						margin-right:0;
						margin-top:0 !important;
						padding-bottom:0.2em !important;
						width:4.2em;
                        }            
#recentcomments {
    background: url('images/ultimos_comentarios.png') no-repeat;
    padding-top:30px;
    color:#D94B00;
    display:block;
}

#recentcomments a{
    display:block;
    padding-bottom:5px;

}



.widget_meta, #fondo_sidebar .widget_meta {

    background: url('images/meta_sidebar.png') no-repeat;

    padding-top:0px;

    color:#D94B00;
    display:block;
    width:17em;
	padding-bottom:0;
	height:30px;
	margin-bottom:0;

}



.widget_pages, #fondo_sidebar .widget_pages {

    background: url('images/paginas_sidebar.png') no-repeat;

    padding-top:0px;

    color:#D94B00;
    display:block;
    width:17em;
		padding-bottom:0;
	height:30px;
	margin-bottom:0;
	padding-top:0px;

}
.widget_archive {
    background: url('images/archivos_sidebar.png') no-repeat;
    padding-top:30px;
    color:#D94B00;
    display:block;
    width:17em;
}

.widget_links {
    background: url('images/enlaces_sidebar.png') no-repeat;
    padding-top:30px;
    color:#D94B00;
    display:block;
    width:17em;
}

.widget_recent_entries {
    background: url('images/ultimas_entradas.png') no-repeat;
    padding-top:30px;
    color:#D94B00;
    display:block;
    width:17em;
}


.widget_categories {
    background: url('images/categorias_sidebar.png') no-repeat;
    background-position:10px 0px;
    padding-top:30px;
    color:#D94B00;
    display:block;
    width:17em;
}

.widget_categories ul li {

   /*width:220px;*/
   width:202px;

   background:url(images/libretaFonoCarton.gif) no-repeat;
   line-height:28px;
}
.widget_categories ul li a{
    padding-left:30px;
}

#fondo_sidebar {
    background: url('images/fondo_sidebar.gif') repeat-y;
    float:left;
    height:auto;
    padding-top:5px;
    width:222px;
    font-size:1.2em;
}

#fondo_sidebar ul {
    margin-bottom:15px;
	margin-top:0;
    padding-left:10px;
	padding-top:0;

}

#fondo_sidebar ul li{
    padding:0px;
    margin-bottom:3px;
}

#fondo_sidebar h3{
    padding-bottom:5px;
}
.topSidebar {
    margin:0px;
}
.leersidebar {
    margin-left:10px;
}

.lista_comentarios p {
    margin:0em;
    padding:0em;
}
.autor_comentario {
    font-size:1em;
    color:#D94B00;
    font-weight:bold;
    margin-top:1em;
    
}
.fecha_comentario {
    font-size:0.7em;
    color:#333333;
}
.contenido_comentario {
    color:#000000;

    font-size:0.7em;

    margin-top:1em;
}
.contenido_comentario a{
    font-size:1em;
    font-weight:normal;
    text-decoration:underline;
}

/*
    addons ssola
*/
.post-content-div img {
    display:block;
    margin-left:auto;
    margin-right:auto;
}

.post-content-div ul {
    font-size: 1.2em;
    margin-top: 1em;
    margin-left:4.5em;
}

.post-content-div ul li {
    list-style-type: disc;
    list-style-position: inside;
}

.post-content-div ol {
    font-size: 1.2em;
    margin-top: 1em;
    margin-left: 4.5em;
}

.post-content-div ol li {
    list-style-type: decimal;
    list-style-position: inside;
}


.index-content {font-family:"Trebuchet MS",Verdana;
font-size:1.2em;
margin:0 2em;}

.index-content img {

	display:block;

}

.index-content ul {
    font-size: 1.2em;
    margin-top: 1em;
    margin-left:4.5em;
}

.index-content ul li {
    list-style-type: disc;
    list-style-position: inside;
}

.index-content ol {
    font-size: 1.2em;
    margin-top: 1em;
    margin-left: 4.5em;
}

.index-content ol li {
    list-style-type: decimal;
    list-style-position: inside;
}

.aligncenter  { display:block;
margin-left:auto;
margin-right:auto;  }

blockquote { margin-right:2em;margin-left: 2em; background:#ececec; padding:0.5em;margin-bottom:1em;margin-top:1em;}

.inicio {z-index:999;}
.wordtube{margin-left:auto;margin-right:auto;text-align:center;}
object embed {margin-left:19%;margin-right:auto;text-align:center;}
.index-content p { margin-bottom:1em; }
.post-content-div object { margin-left:30px; }
.index-content object { margin-left:30px; }
#comparteIconos {
   padding-left:4em;
        padding-top:2em;
	       }
.oculto{
	display:none;
}
.contenido h2.result_busqueda{
text-align:center;color:#FFFFFF;padding-top:20px;
}
div.h10{
	height:10px;
}
.index-content p.wd46em{
	width:46em;
}
.pdl55{
	padding-left:55px;
}
.divcaptcha{
	clear:both;
	float:left;
	font-size:1.2em;
	margin-bottom:0.5em;
	padding-left:55px;
}
.interioresBlog h3 a.txtcolord94{
	text-decoration:none;color:#D94C00;
}
h2 .entradas_pt20{
	text-align:center;color:#FFFFFF;padding-top:20px;
}
.menuBlog span.oculto{
	display:none;
}


.interioresBlog ul.lista05{
	font-size:62.5%; padding: 0pt 3em; font-size: 1.2em; font-family: "Trebuchet MS",Verdana; margin-top: 1em;
}

.interioresBlog ul.lista05 li a{
	color:#D44C12;
	text-decoration:underline;
}

.postSolo_tools{
	border-bottom:1px solid #EEEEEE;
height:100px;
padding-bottom:5px;
padding-top:5px;
text-align:right;
width:595px;
}

.postSolo_tools a {
    display:inline;
    float:right;
}

 .interioresBlog ul.favicon {

            float:left;

            margin:2em 3.5em;

            width:100%;

        }

        

        .interioresBlog ul.favicon li {

            display:inline;

            float:left;

            font-size:1.3em;

            font-weight:bold;

            font-family:"Trebuchet MS", Verdana;

        }
		
		.interioresBlog ol {

            font-size:1.2em;

            font-family:"Trebuchet MS", Verdana;

            margin-top:1em;

            padding:0 3em;

        }
		.flotaleftbold{
		float:left;font-weight:bold;
		}
		
		.flotarightbold{
			float:right;font-weight:bold;
		}
.menuBlog input.butonir {
background:transparent url(images/btn_Ir.gif) no-repeat scroll left 0.1em;
border:medium none;
color:#FFFFFF;
font-size:1.4em;
font-weight:bold;
height:2.2em;
margin-bottom:0;
margin-left:0;
margin-right:0;
padding-top:0;
width:4em;
margin-top:0;
}
.divolvr_inicio{
	padding-left:3.5em;
	padding-top:1em;
	font-size:1.2em;
	font-weight:bold;
}
a.volvr_inicio:link, a.volvr_inicio:visited, a.volvr_inicio:hover{
	text-decoration:none;
	color:#D47212;
}
.lista_comentarios {
padding:0;
text-align:justify;
}
.lista_comentarios li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:5px 0 10px;
padding:0 5px 10px 10px;
}
.lista_comentarios p{
	font-size:1.5em;
}
.widget_categories, .ultimaEntrada{
	padding-left:10px;
}
#fondo_sidebar h3.widget_recent_entries {

    background: url('images/ultimas_entradas.png') no-repeat;
    padding-top:0;
    color:#D94B00;
    display:block;
    width:17em;
	padding-bottom:0;
	height:20px;
	margin-bottom:0;
}
.widget_categories ul li {
line-height:28px;
}
.ultimaEntrada .rsswidget.title{
font-size: 14px; font-weight: bold; float:left; width:13.5em; padding-bottom:1em;
}
.ultimaEntrada li .rsswidget{
font-size:1em; font-weight: normal;
}
/*
.ultimaEntrada li .rsswidget img{
border: medium none ; background: transparent none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; color: white; padding-left: 0.7em; padding-right: 0.5em;
}*/
.ultimaEntrada .rsswidget.img{
width:14px; float:left; margin-right:0.5em;
background:orange;color:white;border:none;
}
.interioresBlog ul {
font-size:1.2em;
margin:0;
padding:1.5em 0 1.5em 4.5em;
}
.interioresBlog ul {
float:none;

}
.interioresBlog ul li {
list-style-position:inside;
list-style-type:disc;
}
.recentcomments li{
	padding-bottom:0.5em;
}
#fondo_sidebar ul.ulRss li{
	padding-bottom:0.7em;
}
#fondo_sidebar ul#recentcomments li, #fondo_sidebar ul.ul_recent_entries li{
	padding-bottom: 0.5em;
}
span.span_italic{
	font-style:italic;
}
p.pdnglft{
	padding-left: 30px;
}
.interioresBlog ul.simple{
	font-size:1.2em;
	margin:0;
	padding:0 0 1.5em 3em;
}

.interioresBlog ul.simple li{
	list-style-type:none;
}
#fondo_sidebar ul#recentcomments{
	padding-top:30px;
}
.h27px{
	height:27px;
}
.interioresBlog h4, .interioresBlog h2{
	padding: 1.5em 2.5em 0;
	font-family:"Trebuchet MS",Verdana;
	font-size:1.4em;
}
.interioresBlog ul.lista_inv{
	margin:0;
	padding:0 3em;
}
.interioresBlog ul.lista_inv li{
	float:none;
	margin:0;
	padding:0;
	list-style:none;
	list-style-type:none;
}
.interioresBlog .lista_inv a:link, .interioresBlog .lista_inv a:visited, .interioresBlog .lista_inv a:hover {
color:#D44C12;
}
.comentario .index-content .flotaleft_bold{
float:left;font-weight:bold;
}
.comentario .index-content .flotaright_bold{
float:right;font-weight:bold;
}
.h10px{
	height:10px;
}
.comentario .interioresBlog .nodeco_d94c:link, .comentario .interioresBlog .nodeco_d94c:visited, .comentario .interioresBlog .nodeco_d94c:hover{
text-decoration:none;color:#D94C00;
}
.blogTop{
	background: transparent url(images/blogTop.gif) no-repeat 0 0 scroll;
	width:623px;
	height:15px;
	float:left;
}
.cajaBottom{
	background: transparent url(images/cajaBottom.gif) no-repeat 0 0 scroll;
	width:623px;
	height:15px;
	float:right;
}
.separador{
	background: transparent url(images/separador.gif) no-repeat 0 0 scroll;
	width:20px;
	height:159px;
	float:left;
}
.autorimg{
	background: transparent url(images/rana.gif) no-repeat 0 -1px scroll;
	width:auto;
	height:20px;
	padding-left:30px;
	padding:0 0 6px 30px;
	float:left;
	margin-right:5px;
}
div.autorimg{
	background: transparent url(images/rana.gif) no-repeat 0 -1px scroll;
	width:auto;
	height:20px;
	padding-left:30px;
	padding:0 0 6px 30px;
	float:right;
	margin:1em 3em 0;
	font-size:1.2em;
}
div.autorimg span{
	color:#D44C12;
}
.fechaimg{
	background: transparent url(images/sol.gif) no-repeat 0 -1px scroll;
	width:auto;
	height:20px;
	padding-left:30px;
	padding:0 0 6px 30px;
	float:left;
	margin-right:5px;
}
div.fechaimg{
	background: transparent url(images/sol.gif) no-repeat 0 -1px scroll;
	width:auto;
	height:20px;
	padding-left:30px;
	padding:2px 0 6px 30px;
	float:left;
	margin:1em 3em 0;
	font-size:1.2em;
}
.categoriaimg{
	background: transparent url(images/libreta.gif) no-repeat 0 -1px scroll;
	width:auto;
	height:20px;
	padding-left:30px;
	padding:0 0 6px 30px;
	float:left;
	margin-right:5px;
}
.comentariosimg{
	background: transparent url(images/coment_little.gif) no-repeat 0 0 scroll;
	width:auto;
	height:14px;
	padding-left:30px;
	padding:0 0 6px 35px;
	float:left;
	margin-right:5px;
}
.comentariosimg:link, .comentariosimg:visited, .comentariosimg:hover{
	background: transparent url(images/coment_little.gif) no-repeat 0 0 scroll;
	width:auto;
	height:14px;
	padding-left:30px;
	padding:0 0 6px 35px;
	float:left;
	margin-right:5px;
}
.basica h3.formularioOpinaimg{
	background: transparent url(images/formularioOpina.gif) no-repeat 0 0 scroll;
	width:auto;
	height:24px;
	padding-left:30px;
	padding:0 0 6px 30px;
	float:left;
	margin-right:5px;
	margin-left:0;
}
.basica h3.comentariosimg{
	background: transparent url(images/coment_little.gif) no-repeat 0 0 scroll;
	width:auto;
	height:24px;
	padding-left:35px;
	padding:0 0 6px 30px;
	float:left;
	margin-right:5px;
	margin-left:0;
}
.comentario .index-content .flotaleft_bold ul{
	margin:0;
}
.comentario .index-content .flotaleft_bold ul li{
	list-style-type:none;
}
.comentario .index-content .flotaleft_bold ul li a{
	font-size:0.8em;
	font-family:"Trebuchet MS",Verdana;
}
.fondo_top_sidebarimg{
	width:24.4em;
	height:69px;
	background: transparent url(images/fondo_top_sidebar.gif) no-repeat 0 0 scroll;
}
.pieLeftimg{
	background: transparent url(images/pieLeft.gif) no-repeat 0 0 scroll;
	width:8px;
	height:48px;
	float:left;
}
.pieRightimg{
	background: transparent url(images/pieRight.gif) no-repeat 0 0 scroll;
	width:8px;
	height:48px;
	float:right;
}
.formComent .valida input.noborder{
	border:0 none;
}
ul.mb15 li{
	margin-bottom:1.5em;
}

.interioresBlog h3, .postSolo_tools h3 a:link, .postSolo_tools h3 a:visited,
.postSolo_tools h3 a:hover {
            font-family:"Trebuchet MS", Verdana;
            font-size:1.7em;
            font-weight:bold;
            color:#D44C12;
            margin:1em 2.1em;
        }
         .postSolo_tools h3 a:link, .postSolo_tools h3 a:visited,
.postSolo_tools h3 a:hover{
		 	font-size:1em;
			text-decoration:none;
			margin:0;
			float:none;
			
		 }