* {margin:0;padding:0;}

body {
    font-family:Tahoma,Verdana,sans-serif;
    font-size:11px;
    line-height:20px;
    color:#222;
    background:#96aebe;
}
#container {
    width:960px;
    margin:20px auto;
}
#top {
    width:960px;
    height:140px;
    background:url(../images/bg-top.jpg);
}
#content {
    width:872px;
    padding:0 36px 0 52px;
    background:#FFF url(../images/bg-content.jpg);
}
#footer {
    width: 830px;
    padding:10px 50px 0 80px;
    padding-top:10px;
    background:url(../images/bg-footer.jpg) no-repeat;
}
/* MAIN MENU */
#left-col {
    width:140px;
    padding-left:13px;
    margin-right:0px;
    float:left;
}
#left-col ul li {
    margin:0 5px;
    margin-bottom:1px;    
    
    text-align:right;
    background:url(../images/bg-menu.jpg);
}
#left-col a:LINK, #left-col a:VISITED {
    color:#FFF;
    text-decoration:none;
    display:block;
    float:left;
    border-bottom:1px solid #FFF;
    width:120px;
    padding:6px 0;
}
#left-col a:HOVER {
    font-weight:bold;
    background:#e42b23;
    padding:6px 0;
}
.active {
    font-weight:bold;
    padding:6px 0;
}
#center-col {
    width:380px;
    padding:0 0 0 205px;
    float:left;
    text-align:justify;
    min-height:450px;
}
#center-col-oferta {
    width:590px;
    float:left;
    text-align:justify;
    min-height:450px;
}
#right-col {
    width:125px;
    float:right;
}

#right-col img {
    border:3px solid #CCC;
    text-align:right;
}
#galeria {
    margin: 0 0 0 152px;
    padding:0 0 0 205px;
    text-align:justify;
    min-height:450px;
}
.galeria img { padding:3px; border:1px solid #CCC;}

/* SELECTORS */
img         {border:0;}
img.border  {border:1px solid #CCC;padding:4px;background:#FFF;margin-right:4px;}
ul, ul li   {list-style:none;}
small       {font-size:11px;font-family:Tahoma,Verdana,sans-serif}
big         {font-size:16px;}

textarea {font-size:11px; font-family:Tahoma,Verdana,sans-serif;line-height:14px;}

/* table */
table       {width:100%;}
table, table tr td, table tr th {border:0px solid #222;border-collapse:collapse;}
table tr th, table tr td {vertical-align:top;}
table.border0, table.border0 tr td {border:0;}
table th    {text-align:left;}
table tr.light td {background:#CCC;}

p,h1,h2,h3,h4,blockquote {margin-bottom:20px;}

hr {border:0;background:#CCC;height:1px;}

/* headers */
h1,h2,h3,h4 {font-family:Tahoma,Verdana,sans-serif;font-weight:normal;}
h1          {font-size:16px;color:#eb3d00;font-weight:bold;}
h2          {font-size:16px;}
h3          {font-family:Georgia,Times,serif;font-size:16px;}
h4          {font-size:14px;}

/* default links */

a:LINK, a:VISITED {color:red;text-decoration:none;}
a:HOVER, a.active {text-decoration:underline;}

/* CLASS */

/* text-align */
.center     {text-align:center;}
.right      {text-align:right;}
.left       {text-align:left;}
.justify    {text-align:justify;}

/* borders */
.border     {border:1px solid #CCC;}
.border0    {border:0;}
.borderT    {border-top:1px solid #CCC;}
.borderR    {border-right:1px solid #CCC;}
.borderL    {border-left:1px solid #CCC;}
.borderB    {border-bottom:1px solid #CCC;}

/* padding */
.padding0   {padding:0;}
.padding5   {padding:5px;}
.padding10  {padding:10px;}
.padding15  {padding:15px;}

/* float */
.floatL     {float:left;}
.floatR     {float:right;}

/* other */
.clr        {clear:both;}
.inline     {display:inline;}
.text-box        {
    border:1px solid #CCC;
    padding:5px;
}
.red        {color:red;}
.green      {color:green;}

/* email_form */
#email_form input, #email_form textarea {width:100%;}
#email_form textarea {height:100px;}
#email_form input#submit {width:100px;}

/* ul.lista */
ul.lista, ul.lista li {
    list-style-position:outside;
    list-style-type:disc;
}

/*img center-oferta */
#center-col-oferta img {padding:3px; border:1px solid #CCC;margin-right:5px;}
