* {margin:0;padding:0;}

body {
    font-family:Tahoma,Verdana,sans-serif;
    font-size:11px;
    line-height:20px;
    color:#222;
    background:#EEE;
}
#container {
    width:600px;
    margin:auto;
    background:#FFF;
}
#top {
    width:600px;
    height:112px;
    background:url(../images/bg-top.jpg);
}
#content {
    width:580px;
    height:auto;
    padding:10px;
    background:url(../images/bg-content.jpg) repeat-y;
}
#left-col {
    width:160px;
    float:left;
}
#right-col {
    width:410px;
    float:right;
    text-align:justify;
}
#footer {
    background:#EEE;
    border-top:3px solid #2c277c;
}

/* MAIN MENU */

#left-col ul li {
    width:150px;
    height:25px;
    margin-bottom:4px;
    text-align:center;
    background:url(../images/bg-menu.jpg);
}
#left-col a:LINK, #left-col a:VISITED {
    color:#111;
    text-decoration:none;
}
#left-col a:HOVER, .active {
    font-weight:bold;
}

/* 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,img {margin-bottom:20px;}

/* headers */
h1,h2,h3,h4 {font-family:Tahoma,Verdana,sans-serif;font-weight:normal;}
h1          {font-size:16px;}
h2          {font-size:16px;}
h3          {font-size:16px; color:#445993}
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;}
.box        {
    border:1px solid #CCC;
    padding:5px;
}
.red        {color:red;}
.green      {color:green;}

/* email_form */
#email_form table {border:1px solid #777;padding:10px;}
#email_form table td {padding:4px 10px;}
#email_form table td.left-cols {width:100px;}
#email_form input, #email_form textarea {width:100%;}
#email_form textarea {height:100px;}
#email_form input#submit {width:100px;}

/* news_form */
#news_form table { border:1px solid #777;padding:10px;}
#news_form table td {padding:4px 10px;}
#news_form table td.left-cols {width:100px;}
#news_form input {width:300px;}
#news_form textarea {width:300px;height:100px;}

/* table auta */
table#auta td {
    padding:0 10px;
}
table.galeria img {
    padding:3px;
    background:#FFF;
    border:1px solid #999;
}

.left-cols { width:120px;}
