/* CSS para el website principal */
*{
    margin:auto;
    padding:auto;
}
body{
    background:none repeat scroll 0 0;
    font-family:Verdana,sans-serif;
    font-size:12px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
    margin:0;
    border-top:2px solid;
}
input{
    border:1px solid;
    padding:2px;
    font-family:Verdana,sans-serif;
    font-size:12px;
}
a{
    text-decoration:none;
}
ul,ol{
    list-style-type:none;
    list-style-position:outside;
    list-style-image:none;
}
object{
    position:relative;
    z-index:1;
}
#wrapper{
    padding:0 25px;
    position:relative;
    z-index:1;
}
.spacer{
    clear:both;
}
#header-wrapper{
    overflow:hidden;
    padding-bottom:20px;
}
#content-wrapper{
    overflow:hidden;
    padding:25px 0;
    width:100%;
}
#sidebar-wrapper{
    float:right;
    height:auto !important;
    width:365px;                                     /* Equivale a 380px por el padding */
    background:transparent url(../images/vertical-line.png) repeat-y top left;
    padding:10px 0 10px 15px;
    margin:0;
}
#content-main{
    height:auto !important;
    margin:0;
    padding:0;
    margin-right:400px;
}
#content-main-inner{
    float:left;
    width:100%;
}
#footer-wrapper{
    overflow:hidden;
    width:100%;
}
.main-footer{
    border:1px solid;
    border-left:0;
    border-right:0;
    padding:10px 10px 20px;
    margin:auto;
}
.main-footer-inner{
    margin:auto;
    width:60%;
}
.footer-info{
    width:28%;
    float:left;
    margin:0;
    padding:0 10px;
}
.footer-info h2{
    font-family:georgia,trebuchet ms,times new roman;
    font-size:20px;
    font-style:italic;
    margin:0 0 10px;
    padding:3px 0 3px 3px;
    text-align:left;
    border-bottom:1px solid;
}
.footer-info p{
    font-size:100%;
    line-height:1.6em;
    text-align:justify;
    padding:0;
    margin:0;
}
.subfooter{
    padding:10px;
}
.subfooter p{
    text-align:center;
    padding:0;
    margin:0;
}
.subfooter p a{
    text-decoration:none;
}
.subfooter p a:hover{
    text-decoration:underline;
}
.logo{
    float:left;
    padding-top:25px;
}
.logo-inner{}
.logo-inner a{
    display:block;
}
.logo-inner span{
    display:block;
    text-align:center;
    font-style:italic;
    margin:-15px 0 0;
}
.logo-inner img{
    border:0;
}
.searcher{
    float:right;
    width:240px;
    height:60px;
    padding:10px;
    border:1px solid;
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
}
.searcher-inner{
    height:100%;
    border-left:1px solid;
    padding:0 5px;
    line-height:150%;
}
.searcher-inner label{
    display:block;
    padding-top:5px;
}
.line{
    background:transparent url(../images/horizontal-line.png) repeat scroll 0 0;
    height:1px;
    overflow:hidden;
}
.input-searcher{
    width:160px;
}
.buttomSearch{
    cursor:pointer;
    border:1px solid;
    padding:4px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
}
.menu{
    clear:both;
    overflow:hidden;
    padding:25px 0 0;
}
.main-menu{
    float:left;
    display:inline;
}
.main-menu ul{
    float:left;
    list-style-type:none;
    list-style-position:outside;
}
.main-menu ul li, .main-menu ul li.selected{
    border-right:2px solid;
    display:inline;
    float:left;
    font-family:Arial;
    font-size:14px;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
    height:23px;
    letter-spacing:-1px;
    line-height:14px;
}
.main-menu ul li.noline{
    border:0;
}
.main-menu ul li a{
    float:left;
    padding:4px 8px 10px;
    text-decoration:none;
}
.dupa{
    float:right;
    display:inline; 
    padding:0 10px 0 0;
    margin-top:-15px;
}
.dupa p{
    text-align:right;
    padding:0;
    margin:0;
}
.empty-block{
    float:left;
    width:100%;
    height:50px;
}
.mini-section{
    float:left;
    clear:left;
    width:150px;
    margin-bottom:20px;
}
.mini-section h4{
    font-family:Arial,Helvetica,sans-serif;
    font-size:13px;
    margin:0;
    padding:3px 0 3px 5px;
    text-align:left;
    font-weight:normal;
    background-color:#FF8014;
    color:white;
}
.mini-section p{
    margin:0;
    padding:5px 0;
}
.mini-section ul{
    margin:0;
    padding:0;
}
.mini-section ul li{
    padding:4px 5px 2px;
    border-bottom:1px solid;
}
.mini-section img{
    border:0;
}
.big-section{
    float:right;
    clear:right;
    width:350px;
    border:1px solid;
    padding:10px 5px;
    margin-bottom:20px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-bottomleft:5px;
}
.big-section p{
    padding:5px;
    margin:0;
}
.big-section ul{
    list-style-position:outside;
    list-style-type:disc;
    margin:0 0 0 10px;
    padding:0 5px 0 10px;
}
.big-section ul li{
    padding:0 0 5px;
}
.big-section ul a:hover{
    text-decoration:underline;
}
.half-section{
    float:right;
    clear:right;
    width:190px;
    border:1px solid;
    padding:10px 5px;
    margin-bottom:20px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-bottomleft:5px;
}
.half-section h3, .big-section h3{
    font-family:Arial,Helvetica,sans-serif;
    font-size:16px;
    margin:0 0 10px;
    padding:3px 0 3px 3px;
    text-align:left;
    font-weight:normal;
    border-bottom:1px solid;
}
.half-section ul{
    list-style-position:outside;
    list-style-type:none;
    margin:0;
    padding:0 5px 0 10px;
}
.half-section ul li{
    padding:4px 5px 2px;
    border-bottom:1px solid;
}
.half-section ul li a{
    text-decoration:none;
}
.title{
    position:relative;
    padding-bottom:15px;
}
.title h1{
    font-family:Verdana,sans-serif;
    font-size:18px;
    padding:0;
    margin:0 80px 0 0;
}
.title h1.more{
    font-size:20px;
}
.title p{
    font-size:11px;
    padding:0;
    margin:0;
}
.p-time{
    border-left:4px solid;
    padding-left:7px;
    position:absolute;
    right:0;
    top:0;
    width:80px;
}
.p-time strong{
    float:left;
    letter-spacing:-1px;
}
.p-time .day{
    -x-system-font:none;
    font-family:Helvetica;
    font-size:34px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:30px;
    padding-right:7px;
}
.p-time .month-year{
    -x-system-font:none;
    font-family:Arial;
    font-size:14px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
    line-height:15px;
    text-transform:lowercase;
}
.article{
    padding-bottom:30px;
}
.article p{
    margin:0;
    padding:0 20px 15px 0;
}
.article p.with_image{
    text-align:center;
}
.article p.with_image img{
    border:5px solid;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    float:none;
    clear:both;
    margin:auto;
}
.article_images{
    margin:0 auto 15px;
    width:600px;
    border:5px solid;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
}
.article_images img{
    float:left;
    margin:0;
    border:0;
}
.article_images span{
    font-size:11px;
    display:block;
    float:left;
    padding:4px 0 2px 5px;
}
.article_summary{
    padding-top:10px;
}
a.leer-post{
    background:url(../images/icono_leer.bmp) no-repeat;
    display:block;
    float:left;
    width:130px;
    height:32px;
    padding:6px 0 0 40px;
}
a.comentarios{
    background:url(../images/nube-comentario.png) no-repeat;
    display:block;
    float:left;
    width:130px;
    height:32px;
    padding:6px 0 0 40px;
}
.article_summary a:hover{
    text-decoration:underline;
}
.comments-wrapper{
    float:left;
    width:90%;
    padding:10px;
}
.comments-wrapper h1{
    font-size:16px;
    font-weight:normal;
    padding:0;
    margin:0;
    color:#000;
}
.comment{
    float:right;
    width:90%;
    border:1px solid;
    margin:5px 10px 5px 0;
    padding:10px;
}
.comment .title-comment{
    border-bottom:1px solid;
}
.comment .title-comment p{
    float:left;
    display:inline;
    padding:0 3px 2px;
    margin:0;
}
.comment .title-comment span{
    float:right;
    font-size:.9em;
    padding-right:3px;
}
.comment p{
    padding:10px 10px 5px;
    margin:0;
}
.form-comment{
    float:left;
    margin:25px 0 5px;
    padding:0 20px;
}
.form-comment h2{
    padding:0 0 10px;
    margin:0;
    font-size:20px;
    font-weight:normal;
}
.form-comment .item{
    padding:5px 0;
}
.form-comment .item input{
    border:1px solid;
    width:300px;
}
.form-comment .item input.buttomSearch{
    width:auto;
}
.form-comment .item textarea{
    border:1px solid;
    padding:2px;
    width:400px;
    height:100px;
}
.form-comment .item em{
    font-size:11px;
    color:#DC5B5B;
    padding-left:10px;
}
#shadow{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1001;
    opacity:0.9;
}
#shadow-message-wrapper{
    position:absolute;
    z-index:1050;
    border:1px solid;
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    width:40%;
    top:25%;
    left:30%;
    padding:5px;
}
#shadow-message{
    border:5px solid;
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    padding:10px;
    opacity:1;
}
#shadow-message p.cerrar{
    text-align:right;
}
p.flash{
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    border:1px solid;
    padding:4px;
}
p.flash img{
    float:left;
    margin:1px 5px;
}
p.flash span{
    padding-left:5px;
}
.underlined{
    border-bottom:1px dashed;
}
.paginator{
    float:right;
}
.paginator span{
    border:1px solid;
}
.paginator span a{
    padding:6px 4px;
}
.terminal_code{
    padding:5px 10px;
    margin-bottom:15px;
    border:1px dashed #fff;
    color:#ccc;
    background-color:#333;
}
.terminal_code p{
    margin:0;
    padding:0;
}
.php_code{
    padding:5px 10px;
    margin-bottom:15px;
    border:1px solid;
}
.php_code .tag_php{
    display:block;
    padding:4px 0;
}
.php_code .function_php, .text_php, .comment_txt{
    display:inline;
    padding:4px 0;
}
.feeds{
    float:left;
    padding:3px 0 0 100px;
}
.link_feeds{
    background:url(../images/feed.png) no-repeat left top;
    padding-left:20px;
}
.adsense{
    width:468px;
    height:60px;
    margin-bottom:25px;
}
#warning_ie{
    display:none;
    position:fixed;
    bottom:10px;
    right:10px;
    z-index:9;
}
.article-tags{
    padding:5px 0 15px;
}
ul.tag-cloud{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}
ul.tag-cloud li{
    display:inline;
    padding:2px 5px;
}
.compartir{
    font-weight:bold;
    margin:10px 0;
}
