/*
.right{
    text-align:right;
}
.header-red{
    text-align:right;
    background:#cf0000;
    padding:10px 0;
    margin-bottom:10px;
}
.header-red a{
    text-decoration:none;
    color:#ffffff;
}

.tu-opinion{
    background:url(../img/tu-opinion.gif) top right no-repeat #868686;
    border-radius:8px;
    padding:10px;
    min-height: 90px;
    
}
.tu-opinion p {
    margin:0 3px;
}
.tu-opinion a{
    text-decoration:none;
    color:#ffffff;
}
.titulo{
    background: #868686;
    padding:10px;
    min-height: 90px;
    margin-bottom:10px;
}

.titulo h1{
    color:#fff;
    font-size:26px;
    
}
footer{
    background: #424242;
    color:#ffffff;
    padding:10px 10px 3px 10px;
    
}
.container{
    background: #ffffff;
}
.body{
    background:#ECEEED;
    min-height: 500px;
    
}
h2{
    text-align:center;
    color:#cf0000;
    padding-bottom: 40px;
    
}
*/