/* 
    Document   : style
    Created on : 24/02/2010, 09:29:58 PM
    Author     : CAS
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body{
    background: #000 url(../images/interfaz/bg.jpg) repeat-y top center;
    font-family: Arial, sans-serif;
    font-size:12px;
    color: #24110B;
    margin: 0px;
    padding: 0px;
}

a{
    text-decoration: none;
    color: #24110B;
}

a:hover{
    text-decoration: none;
    font-weight: bold;
}

img{
    border:0px;
}

.title{
    padding: 10px;
}

#contenedor{
    width: 1000px;
    margin: 0 auto;
}


#top{
    width: 1000px;
    height: 459px;
   /* background: url(../images/interfaz/top.png) no-repeat;*/
}

#content{
    width: 1000px;
    margin-top: 10px;
}

#main{
    width:652px;
    float:left;
}

#left{
    width: 302px;
    float:left;
    margin-left: 30px;
}

#news{
    width: 620px;
    height: 250px;
    padding: 19px 7px 20px 25px;
    background: url(../images/interfaz/bgnews.png) no-repeat;
}

#news a{
    color: #FFFFFF;
}

#social{
    width: 620px;
    height: 250px;
    padding: 18px 12px 18px 15px;
    background: url(../images/interfaz/bgsocial.png) no-repeat;
}
#news{
    width: 620px;
    height: 250px;
    padding: 19px 7px 20px 25px;
    background: url(../images/interfaz/bgnews.png) no-repeat;
}
#socialTabs{
    margin-top:40px;
}

#videods{
    width: 620px;
    height: 420px;
    padding: 60px 7px 20px 25px;
    margin-top:20px;
    color:#FFCC66;
    background: url(../images/interfaz/bgvideos.png) no-repeat;
}
.gaget{
    width: 236px;
    height: 242px;
    padding: 27px 33px 27px 33px;
    background: url(../images/interfaz/bggag.png) no-repeat;
    font-size: 11px;
}





