@charset "utf-8";
body {
    background:#ccc url('../images/bg.png') repeat-x;
    font-family: arial,verdana;
    margin:0px;
    padding:0px;
    font-size: 14px;
}
td{
    vertical-align:top;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration:underline;
}
/*toda la web*/
#todo{
    width:995px;
    margin:0 auto;
}
#cabezera #login{
    height:30px;
    background-color:#202020;
    margin-left: 5px;
    padding-left: 20px;
    color: #666;
}
#login a{
    color: #fff;
    font-weight: bold;
}
#login .camp_form{
    background-color: #ccc;
    border: 0px;
}
#cabezera #head{
    height:135px;
    background-image: url(../images/head-bg.png);
    background-repeat:repeat-x;
}
#head #logo{
    height:135px;
    width:209px;
    background-image:url('../images/logo.png');
    float:left;
    /*background-position:left;
    background-repeat:no-repeat;*/
    position: absolute;
}
#head #menusup{
    height: 83px;
}
#head #menusup ul{
    list-style:none;
    margin:0;
    padding:0;
    margin-left: 250px;
}
#head #menusup ul li {
    padding:0;
    float:left;
    padding-top: 5px;
}
#head #menusup ul li a {
    display:block;
    width:98px;
    height:83px;
}
#head #menusup ul li a span {
    display:none;
}
#head #menusup ul li a:hover {
    background-position:bottom;
}
#head #menu1{
    background-image:url('../images/inicio.png');
}
#head #menu2{
    background-image:url(../images/contacto.png);
}
#head #menu3{
    background-image:url(../images/libro.png);
}
#head #menu4{
    background-image:url(../images/herramienta.png);
}
#head #menu5{
    background-image:url(../images/blog.png);
}
#head #menu6{
    background-image:url(../images/buscar.png);
}
#head #submenu{
    margin-top: 7px;
    margin-left: 250px;
    height: 45px;
    background-image:url(../images/head-submenu-bg.png);
    background-repeat:repeat-x;
}
#submenu ul{
    display:inline;
}
#submenu ul li{
    display: inline;
    vertical-align: middle;
    padding-top: 12px;
    margin-left: 10px;
}
#submenu ul li a{
    color: #fff;
    font-weight: bold;
}
#contenido{
    background-color:#142634;
    width: 990px;
    margin-left: 5px;
}
#contenido #izquierda{
    width:650px;
}
#result .itemRss{
    vertical-align: top;
    margin-bottom: 10px;
}
#result .itemRss span{
    font-weight: bold;
}
#contenido #derecha{
    width: 325px;
    margin-left: 5px;
}
.title{
    height: 40px;
    padding-left: 30px;
    padding-top: 3px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.modulo1 .title{
    background-image: url(../images/mod1-head-bg.png);
}
.modulo2 .title{
    background-image: url(../images/mod2-head-bg.png);
}
.modulo3 .title{
    background-image: url(../images/mod3-head-bg.png);
}
.modulo4 .title{
    background-image: url(../images/mod4-head-bg.png);
}
.cont{
    padding-left: 3px;
    padding-right: 3px;
}
.modulo1 .cont{
    background-color: #C76607;
}
.modulo2 .cont{
    background-color: #fff;
}
.modulo3 .cont{
    background-color: #fff;
}
.modulo4 .cont{
    background-color: #3B5A6D;
}
.foot{
    height: 19px;
    margin-bottom: 5px;
}
.modulo1 .foot{
    background-image: url(../images/mod1-foot.png);
}
.modulo2 .foot{
    background-image: url(../images/mod2-foot.png);
}
.modulo3 .foot{
    background-image: url(../images/mod3-foot.png);
}
.modulo4 .foot{
    background-image: url(../images/mod4-foot.png);
}
#foot_cont{
    height: 9px;
    margin-left: 5px;
    background-image: url(../images/body-shadow-f.png);
    background-repeat: repeat-x;
}
#mi_footer{
    height: 58px;
    background-image: url(../images/footer-bg.png);
    margin-left: 5px;
    text-align: center;
    color: #fff;
}
#mi_footer #copy{
    padding-top: 15px;
}

