/* dev */
/*
div { border: 1px solid black }
div.clr { border: 1px solid #800000 }
*/
* { border: none; padding: 0; margin: 0; }

/* layout */
body { background-color: #FFF; color: #8d8d8d; background-image: url("/web/files/bg.png");}
body * { font-family: verdana, helvetica, sans-serif; font-size: 12px; }

a { text-decoration: underline; color: #8d8d8d;}
a:hover { color: #92330f; }

.extern {
    padding-right:15px;
    background:url("/atencoresiste/files/extlink.png") no-repeat right center;}
}

.flLeft { float:left; }
.flRight { float:right; }

div.clr { clear: both; line-height: 0; height: 0; }
* html div.clr { font-size: 0; }

div#bar_top { width: 200px; height: 100px; background-color: #FFF; text-align:left; padding-bottom: 3px; float:left;}
div#lang_select{float: right; width: 200px; text-align: right; margin-right: 10px; margin-top: 5px; color: #8d8d8d;  font-weight: bold;}
div#lang_select a:hover, .active_lang_nav{
   color: #92330f;
}
div#toolbar { background-color: #92330f; height: 35px;}

/* navigation */
a.prilvlnav { display: block; width: 98px; height: 35px; color: #dcd5d3; 
  float: left; margin-right: 2px; text-decoration: none; background-color: #92330f; 
  text-align: center; vertical-align: middle;}
a.prilvlnav span { display: block; font-size: 13px; padding-top: 12px; }
a.prilvlnav:hover, a.active_prilvlnav { background-color: #dcd5d3; color: #92330f; }

img#logo { float: left; background-color: #8d8d8d; padding-bottom: 3px;}

/* sec level nav */
table.seclvlnav { width: 200px; float: left; margin-top: 20px; border-collapse: collapse;}
table.seclvlnav td { }
table.seclvlnav a { color: white; display: block; padding-left: 14px; text-decoration: none; font-size: 12px;
  padding-top: 5px; padding-bottom: 5px; }
table.seclvlnav a:hover, table.seclvlnav a.active_seclvlnav { background-color: #dcd5d3; color: #92330f;}
/* ghost */
div.seclvlnav { width: 200px; float: left;}

div#infobartop {float: right; color: #8d8d8d; margin-right: 8px; margin-top: 20px;}
div#infobar { /* border: 1px solid red; */ color: #79C25C; padding-top: 20px; }
div#infobar a, div#infobartop a { color: #8d8d8d; }
div#infobartop a:hover { color: #92330f; }

/* content */
#margin-content { width: 97px; height: 40px; float: left; }
div#content { width: 570px; float: left; margin-top: 20px;  margin-left: 16px;}
div#content h1 { font-size: 14px; font-weight: bold; padding-bottom: 3px; margin-bottom: 4px; color: #92330f;}
div#content div.subhl { color: #383737; font-weight: bold; margin-bottom: 10px;}
div#content p {margin-bottom: 12px; line-height: 18px; color: #383737;}

div#content div.text { padding-bottom: 20px; }
div#content div.separator { margin-bottom: 20px; width: 100%;}

/*	Images
------------------------------------------------------------------------------*/
div#content div.image { margin-top: 2px; margin-bottom:5px; }
div#content div.image p { margin:0; font-size:0.9em; color: #383737; }
div#content div.flLeft { margin-right:10px; }
div#content div.flRight { margin-left:10px; }
    /* simple Gallery */
div.simple_gallery img{
    padding-right: 10px;
    padding-bottom: 10px;
}

div.simple_gallery_controls{
    margin-top: 20px;
}

div#content .message_error { color: #FFF08C;}















