
/*  General controls  */

* {
    font-family: Verdana, Arial;
}

html {
    margin: 0;
    padding: 0;
    background: #6699AA;
}

body {
    margin: 0;
    padding: 0;
    background: #6699AA;
    font-size: 62.5%;
}

object, embed {  outline: none;  }

div {
    border: 0;
    margin: 0;
    padding: 0;
    position: relative;
}

p {
    margin: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    border: 0;
}

.clean {  clear: both;  }



/*  Main structure   */

#container{
    width: 980px;
    margin: 0 auto;
}

#content {
    padding: 12px;
    background: #FFF;
}

#column_left {
    float: left;
    width: 644px;
}

#column_right {
    float: right;
    width: 300px;
}

#footer {
    width: 956px;
    height: 35px;
    margin-top: 5px;
    padding: 15px 12px 0 12px;
    background: #FFFFFF;
}



/*  News structure  */

.news_wrap {
}

.news {
    padding: 10px;
    height: 534px;
    text-align: justify;
    border: 1px solid #CCC;
}

.news_image {
    z-index: 2;
    float: right;
    padding-left: 15px;
    margin-bottom: 10px;
    background-color: #FFF;
}

.news_subheadline {
    color: #6F6F6F;
    font-size: 120%;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 0;
}

.news_headline {
    font-size: 160%;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 0;
    color: #4b6CA3;
}

.news_date {
    color: #ba543d;
    font-weight: bold;
    padding: 7px 0 1px 0;
    border-bottom: 1px solid #9C9A9C;
}

.news_text {
    margin: 8px 0 2px 0;
    font-size: 120%;
    line-height: 150%;
}

.news_text p {
    margin: 8px 0 2px 0;
}

.news_footer {
    background: #ECEAE0;
    font-weight: bold;
    padding: 5px 10px;
}



/*  Video structure  */

#video_deportes {
    margin-top: 20px;
}

#video_headline {
    padding: 8px;
    color: #FFFFFF;
    background: #333333;
}

#video_lateral {
    width: 300px;
    height: 253px;
    background: #ECEAE0;
}

#video_title {
    padding: 5px 8px;
    background-color: rgb(234, 234, 234);
}



/*  Footer structure  */

#footer a {  color: #000000;  }

#footer_line1 {  height: 20px; position: absolute; left: 20px; top: 11px;  }
#footer_line1 a {  line-height: 20px; font-size: 120%; font-weight: bold;  }

#footer_line2 {  height: 20px; position: absolute; left: 20px; bottom: 8px;  }
#footer_line2 a {  line-height: 20px;  }
