/*
 * @author ( Angie Radtke )
*/

/* not ready */

/* ##########################  general  ########################### */


@font-face {
  font-family: 'Titillium Maps';
  src: url("../fonts/TitilliumMaps29L002.eot");
  src: local('Titillium Maps'), local('TitilliumMaps'),
  url("../fonts/TitilliumMaps29L002.otf") format("opentype"),
  url("../fonts/TitilliumMaps29L002.woff") format("woff");
}

body{
color: #333;
font-family: 'Montserrat', sans-serif;
}

#all
{
width:900px;
color: #000;
border:solid 0px #ddd  !important ;

}
a:link,
a:visited
{
color:#974478
}

a:hover,
a:active,
a:focus
{
color:#974478;
}

input:focus
{
border:solid 2px;
}

fieldset
{
border:solid 0px #ccc
}

.article-info
{
color:#444;
}

.article-info dd span
{
color:#444;
border-right:solid 0px;

}
/* ##########################  logo  ########################### */
#header {
  background:#fff
}
#logo span
{
color:#555 !important;
margin-top:6px;
font-size:0.4em !important;
letter-spacing:1px
}

.logoheader
{
border-top:solid 0px #555;
color:#555;
background-color:#FFF;
}

#header-image
{
min-height:20px;
background:#eee
}

h1#logo
{
margin:1.2em 20px 10px 20px;
font-size:3em;

}


#line
{
text-align:right;
margin-bottom:10px;
padding-right:20px
}

#header #line form,
#header #line #fontsize,
#header #line form .search
#header #line form .finder
{
display:inline !important;
}

/* ##########################  header  ########################### */


#header ul
{
max-width:670px;
background-color:transparent;
margin: 0 0 0 0;
}

/* ++++++++++++++  lists, skiplinks  ++++++++++++++ */
#header ul.menu
{

margin-top:10px 0 0 0; !important;
list-style-type:none;
}

#header ul.menu li
{
border:0;
}

#header ul.menu li a:link,
#header ul.menu li a:visited
{
  color:#4D4D4D;
  border:0;
  border-right:solid 1px #4D4D4D;
  background:transparent;
  padding:0px 10px;
  font-family: 'Montserrat', sans-serif;
  font-size:10px;
  font-weight:normal;
}

#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu li a:focus
{
  color:#000;
  font-family: 'Montserrat', sans-serif;
  font-size:10px;
  font-weight:bold;
}

#header ul.menu li.active a:link,
#header ul.menu li.active a:visited
{
  color:#00b140;
  border-right:solid 1px #4D4D4D;
  font-family: 'Montserrat', sans-serif;
  font-size:10px;
  font-weight:bold;
}

#header ul.skiplinks
{
width:100%
}
.skiplinks,
.skiplinks li
{
  border:solid 0px #000;
}

#header ul.skiplinks
{
  width:100%;
  text-align:left;
  background:none;
  z-index:20000;
  top:0;
  display:inline;
  padding:0
}

#header ul.skiplinks li a.u2:active,
#header ul.skiplinks li a.u2:focus

{
  background:#333 !important;
  color:#fff !important;
  border:solid 1px;
  top:0px !important;
  z-index:1000000000000 !important;
  left:10px !important;
  display:block;
    width:14em;
    display:block
}

/* ++++++++++++++  fontsize  ++++++++++++++ */

#fontsize
{
  color:#444;
}

#fontsize p a:link,
#fontsize p a:visited
{
  color:#444
}

#fontsize p a:hover,
#fontsize p a:active,
#fontsize p a:focus
{
  background:#555;
  color:#fff
}

#fontsize h3
{
  color:#444;
}


/* ++++++++++++++  search  ++++++++++++++ */

#header form .inputbox
{
  background:url(../images/search-white.png) no-repeat 10px 6px #444;
    border: 0 none;
  font-family: bold 10px 'Montserrat', sans-serif;
    color: #d7d7d7;
    width:150px;
    padding: 6px 15px 6px 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3); 
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
  
}

#header form .inputbox:focus
{
  background: url(../images/search-dark.png) no-repeat 10px 6px #fcfcfc;
    color: #6a6f75;
    width: 150px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

#header form .button
{
  border:solid 1px #999;
  background:#664335 url(../images/searchbutton.png) ;
  color:#fff;
}

/* ##########################  contentarea  ########################### */

#top
{
    background:#eee;
    height:300px;
    padding:15px;
    border:solid 1px #ddd;
}

#contentarea,
#contentarea2
{
  float:left;  
  background:#fff url(../images/box1.png) repeat-x;
  margin:0 0 25px 0;
}


/* ##########################  breadcrumbs  ########################### */

#breadcrumbs {
  width:900px;
  background-color:#FFF;
  font-family: 'Montserrat', sans-serif;
  font-size:10px;
  color:#4D4D4D;
  float:left;
}

#breadcrumbs ul{
  margin:10px 20px;
}

#breadcrumbs ul li{
  display:inline-block;
  list-style:none;
  margin:0 5px 0 0;
}

#breadcrumbs a {
  background:#fff;
  color:#4D4D4D;
  text-decoration:none;
  font-weight:bold;
}

#breadcrumbs span
{
  color:#555;
}

#breadcrumbs span a:link,
#breadcrumbs span a:visited
{
  background:#fff;
  color:#4D4D4D;
  text-decoration:none;
  font-weight:bold;
}

#breadcrumbs span a:hover,
#breadcrumbs span a:active,
#breadcrumbs span a:focus
{
  background:#fff;
  color:#4D4D4D;
  text-decoration:none;
  font-weight:bold;
}


/* ##########################  navigation column  ########################### */

.module_content
{
  border:solid 1px #ddd;
  background:#fff
}
.moduletable_js
{
  border:solid 0px #ddd;
}

#right .moduletable_js
{
  border:0
}

#nav h3
{
  border-bottom:solid 1px #ddd;
  color:#444;
}

h3.js_heading
{
  border-bottom:solid 1px #fff !important;
  background:#eee;
  font-family: 'Titillium Maps', Arial;
}

h3.js_heading span.backh
{
  border:solid 0px #000
}

h3.js_heading span.backh1
{
  color:#444
}

#right h3
{
  color:#377A2E;
  border-bottom:solid 1px #ddd;
}

#right h3 span.backh
{

}

#right h3 span.backh2
{

}

#right h3 span.backh3
{
  color:#664335
}

h3.js_heading a
{
  border:0
}

h3.js_heading a img
{
  border:0
}

h3.js_heading a.opencloselink:hover,
h3.js_heading a.opencloselink:active,
h3.js_heading a.opencloselink:focus
{
  background:none
}

h3.js_heading a:link,
h3.js_heading a:visited,
h3.js_heading a:hover,
h3.js_heading a:active,
h3.js_heading a:focus
{

}

#nav h3
{
  font-family: 'Titillium Maps', Arial;
}

#nav h3.js_heading a:focus
{

}

#nav form
{
  color:#000;
}

#nav form a:hover,
#nav form a:active,
#nav form a:focus
{
  color:#fff;
  background:#669933;
}

/* ++++++++++++++  first level  ++++++++++++++ */
#nav .moduletable-example ul.menu
{
  background:#fff;
  border:0;
}

ul.menu
{
  border:0;
  background:#fff /* url(../images/nav_level_1.gif) repeat-x */;
  border:solid 0px #eee;
}

.module_content ul.menu
{
  border:0;
}

ul.menu li
{
  border-bottom:solid 1px #ddd;
}


ul.menu li a:link,
ul.menu li a:visited
{
  color:#444;
  background:url(../images/karo.gif) 5px 12px no-repeat
}

ul.menu li.active a:link,
ul.menu li.active a:visited
{
  color:#FDBA2F;
}

ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus,
ul.menu li.active a:hover,
ul.menu li.active a:active,
ul.menu li.active a:focus
{
  background: #fff url(../images/nav_level_1.gif) repeat-x ;
  color:#974478 ;
}


/* ++++++++++++++  second level  ++++++++++++++ */

ul.menu li ul
{
  border:solid 0px #eee;
}

 ul.menu li ul li
{
  border:solid 0px #000;
  background:#fff;
}

 ul.menu li.active ul li a:link,
 ul.menu li.active ul li a:visited
{
  color:#444;
  border:0;
  border-bottom:solid 1px #fff;
  background: #e8e8e8
}

 ul.menu li.active ul li.active a:link,
 ul.menu li.active ul li.active a:visited
{
  border:0;
  color:#333;
  border-bottom:solid 1px #fff;
}

 ul.menu li.active ul li a:hover,
 ul.menu li.active ul li a:active,
 ul.menu li.active ul li a:focus
{
  background:#666 !important;
  color:#fff !important;
  margin:0 0 0 0;
}


/* ++++++++++++++  third level  ++++++++++++++ */

ul.menu li ul li ul
{
  border:0 !important;
  padding-bottom:0
}

ul.menu li.active ul li.active ul li a:link,
ul.menu li.active ul li.active ul li a:visited
{
  background:#f5f5f5 ;
  border-bottom:solid 1px #fff;
  color:#444
}

ul.menu li.active ul li.active ul li.active a:link,
ul.menu li.active ul li.active ul li.active a:visited
{
  color:#333;
}



/* ++++++++++++++  fourth level  ++++++++++++++ */

ul.menu li ul li ul li ul
{
  border:solid 1px #eee !important;
  padding-top:10px !important;
  padding-bottom:10px !important;
  background:#transparent url(../images/level4.png) repeat-x !important;
}


ul.menu li.active  ul li.active  ul li.active  ul li  a:link,
ul.menu li.active  ul li.active  ul li.active  ul li a:visited
{
  font-weight:normal;
  padding: 3px 2px 3px 40px;
  font-size:0.9em;
  background:#fff url(../images/arrow_small.png) no-repeat  30px 5px;
  color:#444
}


ul.menu li.active  ul li.active  ul li.active  ul li.active  a:link,
ul.menu li.active  ul li.active  ul li.active  ul li.active a:visited
{font-weight:bold;
color:#333 }



/* ++++++++++++++  fifth level  ++++++++++++++ */

ul.menu li ul li ul li ul li ul
{
  border:solid 0px #eee !important;
  padding-top:5px !important;
  padding-bottom:10px !important;
  background:#transparent url(../images/level4.png) repeat-x !important;
}


ul.menu li.active  ul li.active  ul li.active  ul li.active  ul li  a:link,
ul.menu li.active  ul li.active  ul li.active  ul li.active  ul li a:visited
{
  font-weight:normal;
  padding: 3px 2px 3px 5px;
  font-size:0.9em;
  background:#fff ;
  color:#444;
  margin:0 10px  0 35px;
  border-bottom:solid 1px #ddd
}


ul.menu li.active  ul li.active  ul li.active  ul li.active  ul li.active  a:link,
ul.menu li.active  ul li.active  ul li.active  ul li.active  ul li.active a:visited
{font-weight:bold; color:#333}


/* ##########################  content - main   ########################### */


#main
{
  float:left;
}

#main a:link,
#main a:visited
{

}

#main a:hover,
#main a:active,
#main a:focus
{
  /* background:#974478;
  color:#fff; */
}

#main th a:hover,
#main th a:active,
#main th a:focus
{
  background:#333;
  color:#fff;
}

.items-row
{

}

.column-1,
.column-2
{
  border: solid 0px;
}

.item-separator
{
  border: solid 0px #333333;
}

#main ul li
{

}

.small
{
  border:solid 0;
}

ul#archive-items li.row0,
ul#archive-items li.row1
{
  border-bottom:solid 1px #ddd
}

.archive #adminForm fieldset
{
  border:0;
  padding:0;
  margin:20px 0
}

/* ++++++++++++++  images  ++++++++++++++ */

.image-left
{
    padding:2px;
}

.image-right
{
    border:solid 1px #ddd;
    padding:2px
}


/* ++++++++++++++  leading  ++++++++++++++ */

.items-row
{

}


/* ++++++++++++++++++++ headings +++++++++++++ */

#main h1
{
  color:#444;
  border-top:solid 0px #ddd;
  border-bottom:solid 1px #ddd;
  font-family: 'Titillium Maps', Arial;

}

/* h1 on frontpage */
/*
#main .blog-featured h1
{
  border-top:solid 0px #ddd;
  border-bottom:solid 0px #ddd;
}
*/
.items-row h2
{
  color:#974478;
  border-top:solid 1px #ddd;
  border-bottom:solid 1px #ddd;
}
.items-row h2 a:link,
.items-row h2 a:visited,
.items-leading h2 a:link,
.items-leading h2 a:visited
{
  color:#974478 !important;
}



.items-row h2 a:hover,
.items-row h2 a:active,
.items-row h2 a:focus,
.items-leading h2 a:hover,
.items-leading h2 a:active,
.items-leading h2 a:focus
{color:#fff !important;
text-decoration:none !important
}





.items-leading h2
{
  color:#974478;
}

#main h2
{
  color:#974478;
  font-family: 'Titillium Maps', Arial;

}

#main h2 a
{
  
}


/* ++++++++++++++  readmore  ++++++++++++++ */

.readmore a:link,
.readmore a:visited,
a.readmore:link,
a.readmore:visited
{
  color:#444;
  background:#eee url(../images/arrow1.gif) no-repeat left top;
  border:solid 1px #ddd;
}

.readmore a:hover,
.readmore a:active,
.readmore a:focus,
a.readmore a:hover,
a.readmore a:active,
a.readmore a:focus
{
  background:#555 url(../images/arrow2.gif) no-repeat left 6px !important;
  color:#fff;
}

a.readmore:hover,
a.readmore:active,
a.readmore:focus
{
  background:#555;
  color:#fff;
}

/* ++++++++++++++  icons  ++++++++++++++ */

.actions img
{
  border:0;
}

/* ++++++++++++++  items-more  ++++++++++++++ */

#main .items-more h3
{
  border-bottom:solid 1px #ddd;
  border-top:solid 1px #ddd;
  color:#444;
}

#main .items-more ol
{
  color:#000;
}

#main .items-more ol li a
{
  background:#FFF url(../images/blog_more.gif) no-repeat  !important;
  color: #974478 /* #377A2E */
}

#main .items-more ol li a:hover,
#main .items-more ol li a:active,
#main .items-more ol li a:focus
{
  background: #555 url(../images/arrow2.gif) no-repeat 0px center;
  color:#333;
}

/* ++++++++++++++  pagination  ++++++++++++++ */

#main .pagination
{
  border-top:solid 1px #ddd;
}


/* ++++++++++++++  article index  ++++++++++++++ 

table.contenttoc
{
  border:solid 1px #ccc;
}*/


/* ##########################  right column   ########################### */

#right
{

}

#right .moduletable
{
  border:solid 0px #eee;
  border-top:0;
  margin-bottom:10px;

}

#right h3
{
  color:#333
}

#right h4
{
  color:#444;
  border:solid 0;
}

#right ul
{
  border:solid 0 #ccc;
  color:#333;
}

.moduletable-custom ul li
{
  color:#333;
  background: url(../images/arrow2_grey.png) no-repeat  2px 7px;
}

#right .moduletable-custom h4
{
color:#444
}

#right .moduletable a img
{border:0}

/* ++++++++++++++  button for closing right column  ++++++++++++++ */
#close span
{
  color:#000;
}

/* ##########################  modules  ########################### */

/* ++++++++++++++  mostread, latest news ++++++++++++++ */

.mostread li a:link,
.mostread li a:visited,
.latestnews li a:link,
.latestnews li a:visited
{
  background: url(../images/arrow2_grey.png) 2px 7px  no-repeat ;
}

.mostread li a:hover,
.latestnews li a:hover,
.mostread li a:active,
.latestnews li a:active,
.mostread li a:focus,
.latestnews li a:focus
{
  background:#555 url(../images/arrow_white_grey.png) 2px 6px  no-repeat !important;
}

/* ++++++++++++++  newsfeed  ++++++++++++++ */

ul.newsfeed
{
  border:solid 0px #000;
}

.newsfeed-item
{
  border-bottom:solid 1px #ddd;
}

.newsfeed-item h5 a
{

}

/* ++++++++++++++  newsflash  ++++++++++++++ */
/* newsflash horizontal */

ul.newsflash-horiz
{
  border:solid 1px #eee;
  background:#f5f5f5 url(../images/box.png) repeat-x;
}

.newsflash-horiz li
{
  border:solid 0px #eee;
  background:#f5f5f5;
}

ul.newsflash-horiz li h4
{
  border-bottom:solid 1px #fff;
  font-family: 'Titillium Maps', Arial;
}

/* newsflash vertical */

.newsflash-vert
{

}

/* ++++++++++++++  banner  ++++++++++++++ */

.banneritem
{
  border:0
}

.banneritem a
{
  background:none
}

.banneritem a img
{
  background:none;
  border:0
}

/* ++++++++++++++  login  ++++++++++++++ */

#login-form .inputbox
{
  border:solid 1px #ddd;
  background:url(../images/content_bg.gif) repeat-x;
}

fieldset.input
{
  border:0;
}

input.button,
button.button
{
  background:#FFFFFF url(../images/arrow1.gif) no-repeat left top;
  border:1px solid #DDDDDD;
  color:#444444;
}


/* ++++++++++++++  tabs/ slide  ++++++++++++++ */

ul.tabs
{
  border:solid 1px #ddd;
  border-bottom:0;
  background:#f5f5f5 url(../images/box.png) repeat-x;
}

ul.tabs li
{
  background:#f5f5f5 url(../images/box.png) repeat-x;
  border-right:solid 1px #ddd
}

ul.tabs li a:link,
ul.tabs li a:visited
{
  color:#333;
}

ul.tabs li a:hover,
ul.tabs li a:active,
ul.tabs li a:focus
{
  color:#000
}

.tabcontent
{
  border:solid 1px #ddd;
  background:#fff;
  color:#000;
}

.tabcontent .linkclosed
{
  color:#000;
  border-bottom:solid 1px #e5e5e5;
}

ul.tabs li a.linkopen
{
  background:#fff;
  color:#333;
  border:0
}

ul.tabs li a.linkclosed:hover,
ul.tabs li a.linkclosed:active,
ul.tabs li a.linkclosed:focus,
ul.tabs li a.linkopen:hover,
ul.tabs li a.linkopen:active,
ul.tabs li a.linkopen:focus
{
  background:#555;
  color:#fff
}


/* ++++++++++++++  category-module  ++++++++++++++ */

.category-module li
{
  border-bottom:solid 1px #ddd;
}

.category-module li li
{
  border:0
}

/* ##########################  search   ########################### */

.searchintro img
{
  border:0px
}

.inputbox:focus
{
  border:solid 2px #000;
}

.word
{
  background:#fff;
  border:solid 0px #ccc ;
}

.word input
{
  background:#fff;
  border:solid 1px #999;
  color:#444;
}

.only
{
  border:solid 1px #ccc;
}

.phrases
{
  border:solid 1px #ccc;
}

/* ++++++++++++++  selects  ++++++++++++++ */
.phrases .inputbox
{
  background:#fff;
  color:#000;
}

.phrases .inputbox option
{
  background:#f5f5f5;
  border-bottom:solid 1px #ccc;
}

.phrases .inputbox option a:hover
{
  background:#C00;
  border-color:#CFD0D6;
  color:#fff;
}

/* ++++++++++++++  search results  ++++++++++++++++++ */

dl.search-results
{
  background:#f5f5f5;
}

dl.search-results dt.result-title
{
  border-top:dotted 1px #ddd
}

dl.search-results dd.result-url
{
  border-bottom:solid 5px #fff;
  color:#115599;
}

dl.search-results dd.result-created
{
  border-bottom:solid 5px #fff;
}

/* ##########################  forms   ########################### */

/* ++++++++++++++  form validation  ++++++++++++++ */

.invalid
{
  border-color:red !important;
}

label.invalid
{
  color:red;
}

/* ##########################  user profile  ########################### */

#users-profile-core,
#users-profile-custom
{
  border:solid 1px #ccc;
}

#member-profile fieldset
{
  border:solid 1px #ccc;
}


/* ##########################  tables   ########################### 
table
{
  border:solid 1px #ddd !important
}*/

tbody
{

}

tr.odd,
.cat-list-row1
{
  background:url(../images/news.gif)  repeat-x;
}

table.newsfeeds td,
table.weblinks td
{

}

table.weblinks th,
table.newsfeeds th,
table.category th,
table.jlist-table th
{
  background:#444;
  color:#fff
}

table.weblinks th a,
table.newsfeeds th a,
table.category th a,
table.jlist-table th a
{
  color:#fff !important
}

td.table_footer
{
  background:#ddd url(../images/table_footer.gif) bottom left repeat-x;
}

td.counter
{

}

td.num,
td.hits
{

}

td p
{

}

table.category th a img
{
  border:solid 0px ;
}

/* for opera 
tr, td
{
  border:solid 1px #ddd
}*/

fieldset.filters
{
  border:0;
}


/* ##########################  contacts   ########################### */

.contact form
{
  background:#fff;
  color:#000;
}

.contact input
{
  background:#fff;
  color:#000;
}

.contact input.invalid,
.contact textarea.invalid
{
  border:solid 2px red;
}

.contact label.invalid
{
  color:red;
}


/* ++++++++++++++  Error Message contact form  ++++++++++++++ */

p.error
{
  color:#044b63;
  background:#eee;
  border-top:3px solid #044b63;
  border-bottom:3px solid #044b63;
}

body.contentpane
{
  background:#fff;
}


/* ##########################  footer   ########################### */

#foot
{
  width:900px;
  height:120px;
  background-color:#fff;
  margin:0 auto 0 auto;
}

#baseplecasfoot{
  width:900px;
  height:12px;
  margin:0 0 0 0;
}

#plecafoot1{
  width:625px;
  height:10px;
  float:left;
  background-color:#CCC;
}
#plecafoot2{
  width:25px;
  height:10px;
  float:left;
  background-color:#ccc;
}
#plecafoot3{
  width:250px;
  height:10px;
  float:left;
  background-color:#ccc;
  color:#ccc;
}
#baseinferiorfoot{
  width:900px;
  height:83px;
  float:left;
  background-color:#FFF;
  padding:12px 0 0 0;
}

  #textosfoot{
    width:832px;
    height:48px;
    float:left;
    background-color:#FFF;
    font-family: 'Montserrat', sans-serif;
    font-size:10px;
    font-weight:normal;
    text-align:center;
    color:#000;
    padding:25px 0 0 0;
  }
    #textosfoot a{
      color:#FDBA2F;
      text-decoration:none;
    }
    #textosfoot a:hover{
      color:#FDBA2F;
      text-decoration:none;
      font-weight:normal;
    }
  #logogdffoot{
    width:68px;
    height:83px;
    float:left;
    background-color:#FFF;
  }

#footer-inner
{
  background:#f5f5f5 url(../images/footer.jpg) repeat-x left bottom;
  border-top:solid 1px #ddd
}

#footer-sub a:link,
#footer-sub a:visited
{color:#691C32}



.box1
{
  border-right:solid 1px #ddd
}

.box3
{
  border-left:solid 1px #ddd;
}

.box h3
{
  font-family: 'Titillium Maps', Arial;
}

#bottom a img
{
  border:0 none;
}



/* ##########################  editor  ########################### */

.contentpaneopen_edit img
{
  border:0
}

form.editor fieldset
{
  border:solid 1px #ccc;
}


/* ++++++++++++++  edit  ++++++++++++++ */

form#adminForm
{
  border:solid 0px #000
}

.edit form#adminForm fieldset
{
  border:solid 1px #ddd
}

legend
{font-weight:bold}
/* ++++++++++++++  tooltip  ++++++++++++++ */
.tip
{
  border:solid 1px #333;
  background:#ffffcc;
}
table.pagenav,
table.pagenav tr,
table.pagenav td
{border:0 !important}

#main .categories-list ul
{list-style-type:none}

/* contact  plain */
#main .contact h3
{
  border-bottom:solid 1px #ddd;
  margin: 20px 0
}

.form-required
{
  font-weight:bold;
  margin:10px 0;
  background:#fff url(../images/req.png) no-repeat;
  padding:10px 40px

}

.contact .inputbox
{
  background:#fff url(../images/content_bg.gif) repeat-x ;
  border:solid 1px #ccc;
  padding:3px
}
/* contact  slider */

.panel
{
  border:solid 1px #ddd;
  margin-top:-1px

}
#main .contact .panel h3
{
  margin:0px 0 0px 0;
  padding: 0;
  background:#eee;
  border:0
}
.panel h3 a
{
  display:block;
  padding:6px;
  text-decoration:none;
  color:#444;
  padding:6px;
}


.panel h3.pane-toggler a
{
  background:#f5f5f5 url(../images/slider_plus.png) right  top no-repeat;
}
.panel h3.pane-toggler-down a
{
  background:#f5f5f5  url(../images/slider_minus.png) right  top no-repeat;
  border-bottom:solid 1px #ddd;
}

.pane-slider
{
  border:solid 0px;
  padding:0px 10px !important;
  margin:0;
  background: url(../images/nav_level_1.gif) repeat-x ;
}

.panel .contact-form,
.panel  .contact-miscinfo
{
  padding:10px
}

.contact .panel .contact-form form,
.contact .panel .contact-address
{
  margin:20px 0 0 0
}

.categories-list .category-desc ul li
{list-style-type:square
}
/* tabs */

div.current
{

  background: url(../images/nav_level_1.gif) repeat-x ;
}

#close a
{text-decoration:none}

/*Encyclopedia*/
div.encyclopedia_col1 {
  width:49%;
  float:left;

}
div.encyclopedia_col1 p.img_caption {
  font-size: .6em;
}
div.encyclopedia_col2 {
  width:49%;
  float:right;
  padding-left:3px;
  margin-left: 2px;
}
div.encyclopedia_col2 p {
  padding-left:3px;
  margin-left: 2px;
}

div.encyclopedia_links ul
{
        display:block;
        margin:0px 0px 1px 0px;
        list-style-type:none;
        padding:10px 0px 10px 0px;
        width:100%
}
div.encyclopedia_links ul li
{
        display:inline ;
        padding:2px ;
        margin:2px;
        white-space:nowrap;

}
/* ########################## sample module styling  ########################### */

div.sample-module {
    border: 2px dashed #ddd;
    padding: 10px;
    background-color: #f5f5f5;
}

/* ESTILOS TOP MENU */

#basetopmenu {
  width:900px;
  height:50px;
/*<!--  background-image:url(../images/fondotopmenu.jpg);-->*/
  background-position:right;
  background-repeat:repeat-y;
  display:block;
}
#topmenu {
/*  width:670px;*/
  height:50px;
  float:left;
}
#basebuscador {
  width:0px;
  height:40px;
  margin:10px 0 0 17px;
  float:left;
}
#logotipos {
  width:900px;
  margin:0 0 0 0;
  display:block;
  clear:both;
}
#logogdf{
  width:100px;
  height:100px;
  float:left;
  margin:0 25px 0 0;
}
#logosedema{
  width:80px;
  height:80px;
  float:left;
  margin:20px 25px 0 0;
}
#logomhnca{
  height:90px;
  float:left;
  margin:10px 0 0 0;
  font-family: 'Montserrat', sans-serif;
  font-size:24px;
  color:#4D4D4D;
}
#baseurllogosedema{
  float:right;
  margin:59px 0 0 0;
}
#urllogosedema{
  font-family: 'Montserrat', sans-serif;
  font-size:24px;
  font-weight:bold;
  text-align:right;
  color:#000000;
}
#textourllogosedema{
  font-family: 'Montserrat', sans-serif;
  font-size:12px;
  text-align:right;
  color:#000000;
}
/*#baseplecaslogotipos{
  width:900px;
  height:12px;
  margin:25px 0 0 0;
  float:right;
}*/
#baseplecaslogotipos{
  width:900px;
  float:right;
}
#plecalogotipos1{
  width:750px;
  height:12px;
  float:left;
  background-color:#CCC;
}
#plecalogotipos2{
  width:25px;
  height:12px;
  float:left;
  background-color:#FDBA2F;
}
#plecalogotipos3{
  width:125px;
  height:12px;
  float:left;
  background-color:#4D4D4D;
}
#mainmenu{
  width:900px;
  height:150px;
  background-color:#F5F5F5;
  float:left;
}
#slideshow{
  width:900px;
  margin:0 0 0 0;
  padding:25px 0 0 0;
  float:left;
}

#basepaginaprincipal{
  width:900px;
  margin:0;
  float:left;
  font-family: 'Montserrat', sans-serif;
  font-size:12px;
  font-weight:normal;
}

#basepaginaprincipal h3 {
    margin:0;
    padding:11px 0 12px 0;
    background-color:#00b140;
    font-family: 'Montserrat', sans-serif;
    font-size:12px;
    font-weight:bold;
    text-align:center;
    color:#FFFFFF;
    text-transform:uppercase;
  }
#basepaginaprincipal img {
    border:none;
  }
#basepaginaprincipal h4 {
    margin:5px 0 0 0;
    padding:0;
    font-family: 'Montserrat', sans-serif;
    font-size:12px;
    font-weight:bold;
    color:#235B4E;
    text-transform:uppercase;
  }
#basepaginaprincipal p {
    margin:0;
    padding:0;
    font-family: 'Montserrat', sans-serif;
    font-size:12px;
    font-weight:normal;
    color:#4d4d4d;
    text-align:justify;
  }
#basepaginaprincipal ul {
    margin:10px 0;
    padding:0;
  }
  #basepaginaprincipal ul li {
      font-family: 'Montserrat', sans-serif;
      font-size:12px;
      font-weight:normal;
      color:#4d4d4d;
      text-align:left;
    }
  #basepaginaprincipal a {
    text-decoration:none;
  }

#columna01{
  float:left;
}
  div.piezadelmes {
    width:284px;
    margin:0 24px 0 0;
    padding:0;
  }
    #columna01 div.piezadelmes h3 {
      margin:25px 0 0 0;
    }
    div.piezadelmes img{
      margin:0;
      padding:0;
    }
  
    div.piezadelmes a {
      font-family: 'Montserrat', sans-serif;
      font-size:12px;
      font-weight:normal;
      color: #974478;
    }
    div.piezadelmes a:hover {
      font-family: 'Montserrat', sans-serif;
      font-size:12px;
      font-weight:normal;
      color: #ccc;
    }

  div.tesorosdelmuseo {
    width:284px;
    margin:0 24px 0 0;
    padding:0;
  }
    #columna01 div.tesorosdelmuseo h3 {
      margin:25px 0 0 0;
    }
    div.tesorosdelmuseo img {
      margin:0;
      padding:0;
    }
    div.tesorosdelmuseo a {
      font-family: 'Montserrat', sans-serif;
      font-size:12px;
      font-weight:normal;
      color: #974478;
    }
    div.tesorosdelmuseo a:hover {
      font-family: 'Montserrat', sans-serif;
      font-size:12px;
      font-weight:normal;
      color: #ccc;
    }
  
#columna02{
  float:left;
}
  div.elmuseocercadeti {
    width:284px;
    margin:0 24px 0 0;
    padding:0;
  }
    #columna02 div.elmuseocercadeti h3 {
      margin:25px 0 0 0;
    }
    div.elmuseocercadeti p {
      margin:0;
    }
    div.elmuseocercadeti img {
      margin:7px 8px 0 0;
    }
    div.elmuseocercadeti ul li {
      list-style-type:none;
    }
    div.elmuseocercadeti div.elmuseocercadeti ul li img{
      margin:5px 5px 0 0;
      padding:0;
      vertical-align:middle;
    }
    #basepaginaprincipal div.elmuseocercadeti div.elmuseocercadeti ul li {
      padding: 0 0 13px 0;
    }
    #basepaginaprincipal div.elmuseocercadeti div.elmuseocercadeti ul li:last-child {
      padding: 0 0 0 0;
    }
    div.elmuseocercadeti div.elmuseocercadeti ul li a {
      font-family: 'Montserrat', sans-serif;
      font-size:12px;
      font-weight:normal;
      color: #974478;
      text-decoration:none;
    }
    div.elmuseocercadeti div.elmuseocercadeti ul li a:hover {
      font-family: 'Montserrat', sans-serif;
      font-size:12px;
      font-weight:normal;
      color: #ccc;
      text-decoration:none;
    }
  
  div.proximamente {
    width:284px;
    margin:0 24px 0 0;
    padding:0;
  }
    #columna02 div.proximamente h3 {
      margin:25px 0 0 0;
    }
    div.proximamente img {
      margin:0;
      padding:0;
    }
    div.proximamente a {
      font-family: 'Montserrat', sans-serif;
      font-size:12px;
      font-weight:normal;
      color: #974478;
    }
    div.proximamente a:hover {
      font-family: 'Montserrat', sans-serif;
      font-size:12px;
      font-weight:normal;
      color: #ccc;
    }

#columna03{
  float:left;
}
  div.talleres {
    width:284px;
    margin:0 0 0 0;
    padding:0;
  }
    #columna03 div.talleres h3 {
      margin:25px 0 0 0;
    }
    div.talleres img {
      margin:0;
      padding:0;
    }
    div.talleres a {
      font-family: 'Montserrat', sans-serif;
      font-size:12px;
      font-weight:normal;
      color: #974478;
    }
    div.talleres a:hover {
      font-family: 'Montserrat', sans-serif;
      font-size:12px;
      font-weight:normal;
      color: #ccc;
    }
  
  div.lacienciaaldia {
    width:284px;
    margin:0 0 0 0;
    padding:0;
  }
    #columna03 div.lacienciaaldia h3 {
      margin:25px 0 0 0;
    }
    #basepaginaprincipal div.lacienciaaldia div.lacienciaaldia ul li {
      list-style-type:disc;
      list-style-position:inside;
      border-bottom:solid 1px #ddd;
      text-indent:-13px;
      padding: 7px 0 8px 13px !important;
    }
   
    div.lacienciaaldia div.lacienciaaldia ul a {
      font-family: 'Montserrat', sans-serif;
      font-size:12px;
      font-weight:normal;
      color: #974478;
    }
    div.lacienciaaldia div.lacienciaaldia ul a:hover {
      font-family: 'Montserrat', sans-serif;
      font-size:12px;
      font-weight:normal;
      color: #ccc;
      text-decoration:none;
    }

#fila-inferior {
  float:left;
  margin:0 0 0 0;
}
  div.trivia {
    float:left;
    width:592px;
    height:50px;
    margin:25px 24px 0 0;
    padding:0;
    background:#e5d0dc;
  }
    #fila-inferior div.trivia div.trivia {
      float:left;
      margin:0;
      padding:0;
    }
    #fila-inferior div.trivia div.trivia h4 {
      margin:3px 20px 0 0;
      padding:0 0 0 10px;
      font-family: 'Montserrat', sans-serif;
      font-size: 36px;
      font-weight: bold;
      text-transform:none;
      color: #974478;
      float:left;
    }
    #trivia-txt {
      height:40px;
      padding:10px 10px 0 0;
      float:left;
    }
    #trivia-txt p {
      font-size:10px;
      text-align:right;
      line-height:11px;
    }
    #trivia-txt a {
      font-family: 'Montserrat', sans-serif;
      font-size:10px;
      font-weight:normal;
      color: #974478;
    }
    #trivia-txt a:hover {
      font-family: 'Montserrat', sans-serif;
      font-size:10px;
      font-weight:normal;
      color: #fff;
    }
  
  #paginasamigas {
    width:284px;
    height:50px
    margin:0;
    padding:0;
    float:left;
  }
    #paginasamigas h3 {
      margin:25px 0 8px 0;
      padding:0;
      background-color:transparent;
      font-family: 'Montserrat', sans-serif;
      font-size:12px;
      font-weight:bold;
      text-align:center;
      color:#974478;
      text-transform:uppercase;
    }
    #paginasamigas ul {
      margin:0 0 25px 0;
      padding:0;
    }
   

/* SECCIONES */
  div.submenu {
    max-width: 225px;
    float:left;
    -webkit-border-radius:5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #e6e6e6;
    padding: 10px 10px 10px 10px;
    margin: 0 25px 25px 0;
  }
    div.submenu ul {
      max-width:203px;
    }
    div.submenu ul.nav.menu {
      margin:0;
      padding:0;
    }
    div.submenu ul li {
      list-style-type:none;
    }

  
/* ESTILOS TEXTOS */

#main {
  margin:0;
  padding:0;
}
  #main h3 {
    font-family: 'Montserrat', sans-serif;
    font-size:1.3em;
    color:#000;
  }
  #main h4 {
    font-family: 'Montserrat', sans-serif;
    font-size:1.2em;
    color:#000;
  }
  #main h5 {
    font-family: 'Montserrat', sans-serif;
    font-size:1.1em;
    color:#000;
  }
  #main h6 {
    font-family: 'Montserrat', sans-serif;
    font-size:1em;
    color:#000;
  }
  #main p {
    font-family: 'Montserrat', sans-serif;
    font-size:12px;
    line-height:16px;
    color:#000;
    text-align:justify;
  }
  #main img {
    margin:1.4em 0;
  }


  #main p.texto-pie-img{
    font-family: 'Montserrat', sans-serif;
    font-size:10px;
    color:#000;
    text-align:center;
    line-height:8px;
    margin:0 0 25px 0;
  }

/*TABLAS*/

/*Tabla de datos*/
.datagrid table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}
.datagrid {
  font: normal 11px/150% 'Montserrat', sans-serif;
  background: #fff;
  overflow: hidden;
  border: 1px solid #E6E6E6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datagrid table td, .datagrid table th {
  padding: 3px 3px;
}
.datagrid table thead th {
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7ba640), color-stop(1, #7ba640) );
  background:-moz-linear-gradient( center top, #7ba640 5%, #7ba640 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ba640', endColorstr='#7ba640');
  background-color:#7ba640;
  color:#ffffff;
  font-size: 11px;
  font-weight: bold;
  border-left: 1px solid #FFFFFF;
}
.datagrid table thead th:first-child {
  border: none;
}
.datagrid table tbody td {
  color: #333333;
  border-left: 1px solid #E6E6E6;
  font-size: 11px;
  font-weight: normal;
}
.datagrid table tbody .alt td {
  background: #EBEBEB;
  color: #333333;
}
.datagrid table tbody td:first-child {
  border-left: none;
}
.datagrid table tbody tr:last-child td {
  border-bottom: none;
}
/*Termina tabla de datos tabla de datos*/
.tablalistado table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}
.tablalistado {
  font: normal 12px/150% 'Montserrat', sans-serif;
  background: #fff;
  overflow: hidden;
  border: 0px solid #E6E6E6;
  border-radius: 4px;
}
.tablalistado table td, .tablalistado table th {
  padding: 1px 1px;
  
}
.tablalistado table tbody .alt td {
  width:32px;
  text-align:left;
}