/* 
Document   : stylesheet
Created on : 23-mar-2009, 12:22:17
Author     : xxx
Description:
Purpose of the stylesheet follows.
*/

/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body {
    margin:0;padding:0;
    background-color:#481550; /* #25002B; */
    font-family: "trebuchet MS";
font-weight:normal;
color: #DED8E3;
text-decoration: none;
word-spacing: normal;
text-align: left;
letter-spacing: 0;
line-height: 1.2em;
font-size: 8pt;
}
/* layout */


#web{ width:882px; }

#web {

    background-color: #481550;
    margin: 0 auto;

/* para los navegadores de verdad */
   height:100%;
/* Para que explorer lo interprete como alto minimo */
   min-height:100%;
}


#logo {
 padding-bottom:30px;
float:left;
}

#lienzo {
    background-color:#25002B;
padding-left:22px;
height: 100%;
height: auto!important; /* para los browsers buenos */
     height: 100%; /* para IE5+ */
     min-height: 100%; /* para los browsers buenos */
padding-bottom:44px;


}

#page {
padding-top:22px;
width: 688px;
}

.post {
width:172px;
padding-top: 22px;
}
.contenido {
width: 145px;
height: 75px;
}
.enlaces {
padding-top: 11px;
}


.post2 {
width:812px;
padding-top:22px;
padding-right:22px;
clear:both;
padding-bottom:22px;
border-bottom: 1px solid #DED9E3;
}

.left_promo {
float:left;
padding-right:22px;
}

img {border:0; }
/* alineaciones */

.right {
    float:right;
}

.left {
    float:left;
}


#lienzo a {
color: #DED8E3;
text-decoration:none;
font-size: 9pt;
}
#lienzo a:hover {
color: #F7941D;
}

.post a img {
border: 2px #25002B solid;
}

.post a:hover img {
border: 2px #F7941D solid;
}
