/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;}
body {line-height: 1; }
ol, ul {list-style: none; }
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
/* remember to define focus styles! */
:focus {outline: 0;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse; border-spacing: 0;}



body {
    color: #333;
    text-align: center;
    background: #B0B0B0 url(../images/background.png) top repeat-x;
    font-family: Verdana, 'Geneva CE', lucida, sans-serif;
    font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
    font-size: 9pt;
}

a { font-weight: bolder; color: #b42121;}
a:hover {font-weight: bolder;color: #f9e55e;}
img {border: 0;}
h1,h2,h3,h4 {color: #229748;}
h1 {font-size:150%; margin:15px 0 1.5em 0}
h2 {font-size:130%; margin:20px 0 15px 0}
h3 {font-size:120%; margin:15px 0 10px 0}
h4 {font-size:100%; margin:15px 0 10px 0}
h1 a,h2 a,h3 a,h4 a {color:#00872C; text-decoration:none;}

p {margin: 0 0 15px 0; /*padding-top:1.5em;*/}

table {margin:20px}
td, th {padding: 2px 5px; border:1px solid #999}
th {background-color:#D6EFCF}

.right {float:right}
.left  {float:left}
.clear {clear:both; font-size:1px }
.center {text-align:center}
.tleft  {text-align:left}
.tright {text-align:right}
.red   {color:red}
.green {color:green}
.gray  {color:gray}
.redBack   {background-color:red}
.greenBack {background-color:green}
.grayBack  {background-color:gray}
.bold {font-weight:bold}
.w10 {width:10px}
.w20 {width:20px}
.w50 {width:50px}
.w100 {width:100px}
.w150 {width:150px}
.nowrap {white-space:nowrap}

.imgLeft, .imgRight { padding:2px; border:2px solid #eee}
.imgLeft {float:left; margin:5px 25px 5px 0}
.imgRight {float:right; margin:5px 0 5px 25px}

ul.list {margin: -15px 0 0 20px; line-height: 1.5em; padding: 0 0 0 0;}
ul.list li {margin: 0; padding: 0;}

/***** KOSTRA *****/

#head {
    width: 990px;
    height: 255px;
    margin:0 auto;
    background: #B0B0B0 url(../images/head.png) top center no-repeat;
}
#head #logo a {position:relative; top:98px; left:250px;}

#menu {
    position:relative; top:105px; #top:103px; left:20px;
    width:800px;
    margin:0px auto;
    text-align:center;
}
#menu ul .b1, #menu ul .b2, #menu ul .b3, #menu ul .b4, #menu ul .b5 {
    float:left;
    background: green url(../images/menuButtonEnd.png) top right no-repeat;
}
#menu ul .b1 {width:100px}
#menu ul .b2 {width:100px}
#menu ul .b3 {width:200px}
#menu ul .b4 {width:200px}
#menu ul .b5 {width:150px}
#menu ul a {
    padding:15px 0px 15px 20px;margin-right:20px;
    background: green url(../images/menuButton.png) top left no-repeat;
    font-size:18px; color: #FFF; text-decoration:none;
    display:block;
}
#mainCase {width:990px; margin:0 auto}
#main {
    width: 814px;
    background: #FFF url(../images/main.png) repeat-y center;
    margin:0 auto;
}
#content {
    padding:10px 37px;
    min-height: 350px; _height: 350px;
    text-align:justify;
    line-height:1.6;

}
#foot {
    color: #ffffff;
    margin-top:20px;
    height: 27px;
    background: #B0B0B0 url(../images/foot.png) top repeat-x;    
}
#foot .left  {width:7px; height:27px; float:left;  background: #B0B0B0 url(../images/footLeft.png)  top left;}
#foot .right {width:7px; height:27px; float:right; background: #B0B0B0 url(../images/footRight.png) top right;}
#foot .text  {padding-top:5px; font-size:80%;}
#foot a {color:white; text-decoration:none; }


#mapa-right {
  float: right;
  text-align: center;
  width: 350px;
}
#mapa {
  border:1px solid #000000;
  width:350px;
  height:320px;
}
#mapa img {border: none; margin: 0; padding: 0;}
