@import url("carousel.css");
body{
    font-family: helvetica;
}
.background-supersize li{
    text-align: center;
}

.background-supersize li img {
    /* for image with height < width */
    /**/
    width:auto;
    height:100%;
    
    /* for image with height > width */
    /*
    width:auto;
    height:100%;
    */
}

body{
    background-color: #2F2D2E;
}
img{
    border:0;
}
#wrapper{
    width:924px; /*Columan * 6*/
    margin: 0 auto 0 auto;
}
.columna{
    width: 134px;  /*Cambiar wrapper*/
    float:left;
    padding: 0 10px 0 10px;
}

.columna img{
    margin: 0 0 10px 0;
}

.index{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
}
.header{
    width:924px;
    height: 155px;
}
.floatIzq{
    float:left;
}
.logo{
    margin: 0 50px 0 0;
}
.imgArt{
    margin: 0 0 0 20px;
}
h3{
    color: #FFFFFF;
    margin:0;
}
h4{
    color: #FFFFFF;
    font-weight: normal;
    margin:0
}
.divArticulo{
    margin:20px 0 0 0
}
.articulo{
    color:#FCEE21;
    margin:0;
}
.more{
    text-align: right;
}
.more a{
    color:#FFFFFF;
    font-size: 10px;
}
.fixPs{
    position: absolute;
    margin: 50px 0 0 300px;
}