body{
    background: white;
    font-family: "Trebuchet MS";
    color: #888;
    text-align:center;
}
form{
    text-align:right;
}
img{
    border:0;
}
.wrapper{
    width:960px;
    height:800px;
    text-align:left;
    margin:auto;
}
.nav{
    text-align:center;
}
.titulo{
    font-size:2em;
    font-family: "Century Gothic" "Trebuchet MS";
}
.texto{
    font-size:1.2em;
    padding:1em;
    margin-bottom:50px;
}
.texto p{
    margin:0;
}
.datos{
    font-size: .8em;
    font-family: "Courier New";
    text-align: center;
}
.footer{
    text-align:center;
}
a:link, a:active, a:visited, a:hover {
    text-decoration: none;
    color: black;
}
a:hover {
    color: #ddd;
}
b, strong {
    color: #666;
}
.entrada{
    margin-bottom:50px;
}
.siguiente{
    float:right;
}
.contenido{
    padding-right: 20%;
}
.comentarios hr{
    clear:both;
    border:1px solid #eee;
}
.com{
    float:left;
    clear:left;
    width:70%;
}
.res{
    float:right;
    clear:right;
    width:70%;
}
.com dd p, .res dd p{
    padding-left: 40px;
    margin:0;
}
.com dt, .res dt{
    font-family: "Century Gothic" "Trebuchet MS";
    font-weight:bold;
    margin-top: 20px;
}
.res dt{
    color:black;
}
.comform{
    clear:both;
    float:right;
    width: 70%;
    margin-top:20px;
}
.comform textarea{
    width:100%;
    height:250px;
}
.comform input[name="autor"]{
    width:90%;
    background-color:white;
    color:black;
    font-family: "Century Gothic" "Trebuchet MS";
    font-weight:bold;
    font-size: 16px;
}
.post{
    width:50%;
    margin: 20px;
}
.footer{
    clear:both;
    margin-bottom:40px;
}

.normal .texto {
    _background: url('/images/normal.jpg') no-repeat top right;
}

.minimenu {
    position:fixed;
    top:10px;
    left:10px;
    font-size:50%;
    text-align:left;
    width:200px;
    padding:0;
}
.minimenu h1 {
    margin:0;
}
.minimenu ol, .minimenu ul {
    -moz-padding-start:10px;
    -webkit-padding-start:10px;
    background:white;
}