
body{
   font-size:12px;
   font-family: "Times New Roman";
   text-align: center;
   color:#FFFFFF;
   background-color:#003C5B;
   background-image: url(img/body_bg.gif);
   background-repeat: repeat-x; background-position: top center;
   margin: 0; padding: 0; 
}
img { border-style: none; margin:0; }

table {
	padding: 0px; width: 100%; font-size:11px;
	border-collapse: collapse;
	text-align: center; border: none; 
}

a:link, a:active, a:visited { color: #FFFFFF; text-decoration: none; }
a:hover { color: #FFFFFF; font-weight: normal; text-decoration: underline; }

strong { color:#5CCBFE; }
h1 { font-size:17px; margin-bottom:15px; }
p { margin:0; margin-bottom:10px; }

#main_table { height: 100%; }
#main_table #td_top { height: 413px; }
#main_table #td_middle { height: 100%; }
#main_table #td_bottom {
   height:25px;
   position:relative;
   text-align:center;
   background-image: url(img/body_bg_bottom.gif);
   background-repeat: repeat-x; background-position: top center; 
}

#container {
   height:100%; width:100%;
   background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
}

#contener{
   width:940px;
   height:413px;
   background-color:#FFFFFF;
   margin:auto;
   position:relative;
}

#menu {
    height:28px; margin-left:110px; position:relative; 
}
#menu .element{
    height:100%; float:left;
}

#content_top {
   height:70px; position:relative;
   background-image: url(img/content_top.jpg);
   background-repeat: no-repeat; background-position: top left;
}
#content_top #oferta_link { 

    width:125px; height:50px;
    position:absolute; top:7px; right:115px;
}

#content {
   height:343px; position:relative; font-size:15px;
   background-image: url(img/content.jpg);
   background-repeat: no-repeat; background-position: top left; 
}

#content .txt{
    text-align:right; padding-right:15px; height:260px;
    position:absolute; right:110px; top:50px;
    overflow:auto; width:350px; 
}

