/* Normal, standard links. */
a:link
{
	color: #ECBF8A;
	text-decoration: none;
}
a:visited
{
	color: #ECBF8A;
	text-decoration: none;
}
a:hover
{
	color: #ECBF8A;
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #ccc;
	text-decoration: none;
}
a.nav:hover
{
	color: #ffffff;
	text-decoration: underline;
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use verdana in white. */
body, td, th , tr
{
	color: #ffffff;
	font-size: 13px;
	font-family: verdana, sans-serif;
}

/* The main body of the entire forum. */
body
{
	background-color: #9F9180;
    background : url(images/wood72.jpg);
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

p {
	margin: 5px 0px 10px 0px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #000000;
	font-family: verdana, sans-serif;
}
input, button
{
	font-size: 90%;
}

textarea
{
	font-size: 100%;
	color: #000000;
	font-family: verdana, sans-serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 90%;
	font-weight: normal;
	color: #000000;
	font-family: verdana, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #ECBF8A;
	background-color: #ECBF8A;
}

/* No image should have a border when linked */
a img{
border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #D7DAEC;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.4em;
}

.quote td
{
	color: #000000;
	background-color: #D7DAEC;
	font-size: x-small;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #dddddd;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #000000;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #ffffff;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
	cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
	color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 96%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
	color: #ffffff;
	background-color: #806848;
}
.windowbg2
{
	color: #ffffff;
	background-color: #724419;
}
.windowbg3
{
	color: #ffffff;
	background-color: #84591F;
}
/* the today container in calendar */
.calendar_today
{
	background-color: #724419;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
	color: white;
	font-style: normal;
	background: url(images/titlebg.jpg) #C5B9A9 repeat-x;
	border-bottom: solid 1px #532512;
	border-top: solid 1px #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: black;
	font-style: normal;
}

.titlebg a:hover
{
	color: #404040;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: white;
	font-style: normal;
	text-decoration: underline;
}

.titlebg2 a:hover
{
	text-decoration: underline;
}

/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td
{
	background: url(images/catbg.jpg) #A59989 repeat-x;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
	background: url(images/catbg2.jpg) #A1BFD9 repeat-x;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3, tr.catbg td , tr.catbg2 td , tr.catbg3 td
{
	/*border-bottom: solid 1px #375576;*/
	border-bottom: solid 1px #532512;
	border-top: solid 1px #FFFFFF;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: white;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: white;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #e0e0ff;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #ADADAD;
	padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	padding: 1px;
	border: 1px solid #646464;
	background-color: #806848;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: verdana, sans-serif;
}
.middletext
{
	font-size: 90%;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}


/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}

/* Sometimes there will be an error when you post */
.error{
	color: red;
}


/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
	color: white;
	text-transform: uppercase;
	vertical-align: top;
}
.maintab_back, .maintab_active_back
{
	color: white;
	text-decoration: none;
	font-size:  9px;
	vertical-align: top;
	padding: 2px 6px 6px 6px;
	font-family: tahoma, sans-serif;
}

.maintab_first
{
	background: url(images/maintab_first.gif) left bottom no-repeat;
	width: 10px;
}
.maintab_back
{
	background: url(images/maintab_back.gif) left bottom repeat-x;
}
.maintab_last
{
	background: url(images/maintab_last.gif) left bottom no-repeat;
	width: 8px;
}
.maintab_active_first
{
	background: url(images/maintab_active_first.gif) left bottom no-repeat;
	width: 6px;
}
.maintab_active_back
{
	background: url(images/maintab_active_back.gif) left bottom repeat-x;
}
.maintab_active_last
{
	background: url(images/maintab_active_last.gif) left bottom no-repeat;
	width: 8px;
}

/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited
{
	color: white;
	text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
	color: #ffff00;
	text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	color: white;
	text-transform: uppercase;
	vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
	color: white;
	text-decoration: none;
	font-size: 9px;
	vertical-align: bottom;
	padding: 6px 6px 2px 6px;
	font-family: tahoma, sans-serif;
}

.mirrortab_first
{
	background: url(images/mirrortab_first.gif) no-repeat;
	width: 10px;
}
.mirrortab_back
{
	background: url(images/mirrortab_back.gif) repeat-x;
}
.mirrortab_last
{
	background: url(images/mirrortab_last.gif) no-repeat;
	width: 6px;
}
.mirrortab_active_first
{
	background: url(images/mirrortab_active_first.gif) no-repeat;
	width: 6px;
}
.mirrortab_active_back
{
	background: url(images/mirrortab_active_back.gif) repeat-x;
}
.mirrortab_active_last
{
	background: url(images/mirrortab_active_last.gif) no-repeat;
	width: 8px;
}

/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
	color: white;
	text-decoration: none;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	color: #ffff00;
	text-decoration: none;
}

/* The AJAX notifier */
#ajax_in_progress
{
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
/*Para el footer*/
#footerarea span.smalltext
{
	font-size: x-small;
    color: #aaa;
	font-family: verdana, sans-serif;
}
#footerarea a:link
{
	color: #aaa;
	text-decoration: none;
}
#footerarea a:visited
{
	color: #aaa;
	text-decoration: none;
}
#footerarea a:hover
{
	color: #ffffff;
	text-decoration: underline;
}
/*Para el header*/
#header {
height : 126px;
width : 100%;
background : url(images/header.jpg);
}
#top-top {
padding-top : 0px;
height : 23px;
width : 100%;
background : transparent;
}
#top-der {
margin : 0;
padding: 0px;
width : 40px;
height : 33px;
float : right;
background : url(images/header_r.jpg);
padding-left : 0px;
padding-top : 0px;
vertical-align : top;
}
#topmenu {
height : 20px;
float : right;
width : 550px;
padding-top : 10px;
}
ul#mainlevel-nav {
list-style : none;
padding : 0;
margin : 0;
float : right;
white-space : nowrap;
}
ul#mainlevel-nav li {
width : auto !important;
width : 5%;
float : right;
margin : 0;
font-size : 14px;
height : 23px;
line-height : 23px;
white-space : nowrap;
margin-right : 1px;
background : #aca092;
}
ul#mainlevel-nav li a {
font-weight : normal;
font-family : 'Trebuchet MS', verdana, sans-serif;
font-size : 14px;
height : 23px;
display : block;
padding-left : 5px;
padding-right : 10px;
text-decoration : none;
color : #d7d7d7;
margin-left : 5px;
white-space : nowrap;
background : #806848;
}
ul#mainlevel-nav li a:hover {
text-decoration : underline;
color : #7E310F;
background : #BAA871;
}
.clr {
clear : both;
}
/*#logo {
font-family : 'Trebuchet MS', verdana, sans-serif;
height : 80px;
width : 210px;
padding: 0px 0px 0px 30px;
background : transparent;
float : left;
}*/
#murciatur {
width : 85px;
height : 39px;
float : left;
margin : 23px 0px 0px 0px;
background : #ffffff;
border: 2px solid #A39159;
}
* #murciatur_1 {
width : 129px;
height : 36px;
margin : 0px 0px 0px 0px;
background : #ffffff;
  display: none;
  border: 2px solid #F3C742;
  position: absolute;
  top: 15px;
  left: 237px;
  z-index: 2000;
  padding: 0px 0px 0px 0px;
}
#banner-2 {
width : 417px;
height : 69px;
float : right;
padding-right : 15px;
padding-top : 10px;
background : transparent;
text-align : right;
font-family : 'Trebuchet MS';
font-size : 21px;
line-height : 26px;
color : #ffffff;
}
.pathway {
color : #ffffff;
font-family : 'Trebuchet MS', verdana, sans-serif;
font-size : 14px;
text-decoration : none;
font-weight : normal;
}
#pathway {
width : 100%;
height : 28px;
padding-left : 0px;
padding-top : 5px;
background-color : #9F9180;
text-align : left;
text-indent : 20px;
}
#smfFadeScroller
{
background: transparent;
color: #ffffff;
}
.google
{
	padding: 5px 7px 7px 7px;
}
* #logo-med {
  position: absolute;
  top: 0px;
  left: 20px;
  /*z-index: -1;*/
}

* #footer-100x100 a {
text-decoration : none;
font-weight : bold;
border : none;
color : #ffffff;
}
* #footer-100x100 a:hover {
text-decoration : underline;
color : #ffff00;
border : none;
}
* #footer-r {
background : url(images/footer_r.jpg);
}
* #footer-100x100 {
height : 40px;
width : 100%;
padding-top : 0px;
background : url(images/footer.jpg);
}
* #footer {
width : 100%;
margin : 0;
padding: 5px 0px 0px 26px;
font-size : 11px;
font-family : 'Trebuchet MS', verdana, sans-serif;
text-align : center;
background : transparent;
vertical-align : top;
}

div.menu_top {
margin: 0px auto 25px auto;
padding: 0;
}

div.arriba {
margin: 25px auto 25px auto;
padding: 0;
}

div.play {
margin: 0px auto 10px auto;
padding: 0;
}

/* horizontal pill menu */
table.menu {
    padding: 0;
    margin: 0px auto 0px auto;
	width: auto;
}

td.menu_m {
  background: url(images/top_menu_button_marron.png) repeat-x;
  padding: 0;
  margin: 0;
}

td.menu_ma {
  background: url(images/top_menu_button_morado.png) repeat-x;
  padding: 0;
  margin: 0;
}

td#menu_l, td#up_l, td#play_l {
  background: url(images/top_menu_left_marron.png) no-repeat;
  width:  26px;
  height: 25px;
}

td#menu_r, td#up_r, td#play_r {
  background: url(images/top_menu_right_marron.png) no-repeat;
  width:  26px;
  height: 25px;
}

td.menu_sep {
  background: url(images/top_menu_spacer.png) no-repeat;
  width:  12px;
  height: 25px;
}

table.menu a:link, table.menu a:visited {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  white-space: nowrap;
  font-size: 12px;
  font-weight: bold;
  float:left;
  display:block;
  height: 25px;
  line-height: 26px;
  text-indent: 0;
  padding: 0 8px;
  margin: 0;
  color: #fff;
  text-decoration: none;
}

table.menu a:hover {
  background: url(images/button_bg_anim.gif) repeat-x;
  color: #fff;
}

table.menu a#active {
  background: url(images/top_menu_button_morado.png) repeat-x;
  color: #fff;
}

table.menu a#active:hover {
  background: url(images/button_bg_anim.gif) repeat-x;
  color: #fff;
}

div#borde_ext {
		height: 100%;
        text-align: center;
		margin-left: auto;
		margin-right: auto;
		min-width: 900px;
		max-width: 1050px;
}

.resaltar {
font-size: 130%;
color: #F3B306;
}

.fecha {
font-size: 130%;
color: #ffff00;
}

.last_img {
border: 2px solid #ffffff;
}