
/* Nivo-Slider */

#slider_acuarelas
{
    position: relative;
    /*width: 30200px;
    height: 200px;*/
    margin: auto;
    background:url(nivoslider/loading.gif) no-repeat 50% 50%;
}

#slider_acuarelas img
{
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

#slider_acuarelas a
{
    border: 0;
    display: block;
}

#slider_banner ul,
#slider_banner li
{
    margin:0;
    padding:0;
    list-style:none;
}

#slider_banner,
#slider_banner li
{
    /*
        define width and height of container element and list item (slide)
        list items must be the same size as the slider area
    */
    /*width:988px;
    height:164px;*/
    width:100%;
    height:174px;
    overflow:hidden;
}

/* Easy Slider */
/*
#slider_revistas ul,
#slider_revistas li
{
    margin:0;
    padding:0;
    list-style:none;
}

#slider_revistas,
#slider_revistas li
{
    
        define width and height of container element and list item (slide)
        list items must be the same size as the slider area
*/
/*width:200px;
height:250px;
overflow:hidden;
}*/
/*
 * Noticias de interes o tweets
*/
#slider_noticias,
#slider_noticias li
{
    /*
        define width and height of container element and list item (slide)
        list items must be the same size as the slider area
    */
    /*width:220px; */
    height:80px;
    overflow:hidden;
    background-image: none;
    padding: 0;
}

#slider_concursos,
#slider_concursos li
{
    /*
        define width and height of container element and list item (slide)
        list items must be the same size as the slider area
    */
    /*width:220px; */
    height:80px;
    overflow:hidden;
    background-image: none;
    padding: 0;
}

.slider-wrapper .item {
    margin: 0 auto;
    text-align: center;
}

.revistas{
    margin: 0 auto;
    text-align: center;
    width: 80%;
}


.container_tweet{
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.container_tweet h1 {
    font-family:verdana;
}

.container_tweet ul {
    background:#333;
    color:#fff;
    padding:10px 20px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    width: 80%;
    height: 80px;
    margin: 0 auto;
}

.container_tweet ul li {
    list-style:none;
    font-family:verdana;
    font-size:12px;
}

.container_concursos{
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.container_concursos h1 {
    font-family:verdana;
}

.container_concursos ul {
    background:#333;
    color:#fff;
    padding:10px 20px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    width: 80%;
    height: 80px;
    margin: 0 auto;
}

.container_concursos ul li {
    list-style:none;
    font-family:verdana;
    font-size:12px;
}


