body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
}

a {
	font-size: 12px;
	color: #336600;
}

.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
 color: #003300;}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	background-color: #FFFFFF;
	color: #005C00;
}

.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 10px;
	padding: 5px;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
	border: thin solid #000000;
}

.sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	padding: 3px;
	color: #003333;
}

.sidebarHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #003300;
	background-color: #FFFFFF;
}

.sidebarFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #F0FFF2;
	font-style: italic;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #ACFFBE;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #006600;
}

.footer {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	background-color: #CCFF99;
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

.box1 {
	border-width: thin;
	border-color: #99FF99 #003300 #003300 #99FF99;
 border-style: double;
 }

.promo {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
}

.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #336699;
}

.dingbat {
	font-family: Arial, Helvetica, sans-serif;
	color: #006600;
	font-weight: bolder;
	font-size: large;
 }

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}
.flotar_izquierda {
	float: left;
	padding: 10px;
}
.flotar_derecha {
	float: right;
	padding: 10px;
}
.sidebarnoticias {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 3px;
	color: #006600;
	font-weight: bold;
	line-height: 12px;
}
/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/*CALENDARIO*/
/* Calendar: a Javascript class for Mootools that adds accessible and unobtrusive date pickers to your form elements <http://electricprism.com/aeron/calendar> */
/* Default CSS for Calendar (navigation: 1), Copyright (c) 2007 Aeron Glemann <http://electricprism.com/aeron>, MIT Style License. */

input.calendar,
select.calendar {
	width: 99px;
}

	<style>

	* { font-size: 100.01%; margin: 0; padding: 0; }
	html { font-size: 62.5%; }
	body, form { font: 1.1em/1.2em Verdana, "Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif; }
	code { font: 1.2em "Courier New", Verdana;padding:.5em;}
	/* CSS CALENDAR */
	#ncalendar table {padding:0px; width:180px;margin:0 auto}
	#ncalendar table th {
	padding:0px;
	font-size:1em;
	background-color: #999999;
}
	#ncalendar table tr {padding:0px;}

	#ncalendar {
	background:url('../img/calendario/back.gif') no-repeat;
	width:205px;
	height:245px;
	font-size : 0.8em;
	padding-top : 1em;
	opacity : 0;
	cursor:  pointer;
	position :  absolute;
	}

	#ncalendar div {
	 cursor:move;
	 text-align:center;
	 height:35px
	 width:200px;
	 display:block;
	}
	#ncalendar table {
	margin-top:1em;
	width:95%;
	border:0px;
	}
	img {
		cursor:pointer;
	}
	.dayselected {
	background-color: #FFFFFF;
}
	.noday {
	padding:0em;
	text-align:center;
	background-color: #FF9900;
}
	.sunday {
	background-color: #FF9999;
}
	.today {
	color:maroon;
	padding:0em;
	text-align:center;
	background-color: #666633;
}
	td.isToday {
	font-weight:bold;
	background-color: #9BCDFF;
	}
	#ncalendar table td {padding:0px;padding:.2em;}
	</style>
/* BOCADILLOS*/
#bubble {
	position: absolute;
	display: none;
  }
#bubbleImg {
	border: 1px solid #BBBBBB;
}
div.Article {
  background:  url("../images/bubble_topleft.gif") top left no-repeat;
  position:relative;
  } 
 div.Article .ArticleHeader {
  position:relative;
  background:  url("../images/bubble_topright.gif") top right no-repeat;
  height: 22px;
  right: -22px;
  }
div.ArticleBody {
  background:  url("../images/bubble_right.gif") top right repeat-y;
  position:relative;
  right: -22px;
  font-size:1px; /* ie hack */
  }
div.ArticleFooter {
  background:  url("../images/bubble_bottomleft.gif") bottom left no-repeat;
  position:relative;
  height: 30px;
  top:43px;
  margin-top: -43px;
  }
div.ArticleFooter .ArticleFooterBottomRight {
  background:  url("../images/bubble_bottomright.gif") bottom right no-repeat;
  position:relative;
  height: 30px;
  right: -22px;
  }
div.ArticleFooterTail {
  background:  url("../images/bubble_tail.gif") bottom left no-repeat;
  position:relative;
  top:43px;
  height: 27px;
  }

/*BOCADILLOS*/

#bubble {
	position: absolute;
	display: none;
  }
#bubbleImg {
	border: 1px solid #BBBBBB;
}
div.Article {
  background:  url("../images/bubble_topleft.gif") top left no-repeat;
  position:relative;
  } 
 div.Article .ArticleHeader {
  position:relative;
  background:  url("../images/bubble_topright.gif") top right no-repeat;
  height: 22px;
  right: -22px;
  }
div.ArticleBody {
  background:  url("../images/bubble_right.gif") top right repeat-y;
  position:relative;
  right: -22px;
  font-size:1px; /* ie hack */
  }
div.ArticleFooter {
  background:  url("../images/bubble_bottomleft.gif") bottom left no-repeat;
  position:relative;
  height: 30px;
  top:43px;
  margin-top: -43px;
  }
div.ArticleFooter .ArticleFooterBottomRight {
  background:  url("../images/bubble_bottomright.gif") bottom right no-repeat;
  position:relative;
  height: 30px;
  right: -22px;
  }
div.ArticleFooterTail {
  background:  url("../images/bubble_tail.gif") bottom left no-repeat;
  position:relative;
  top:43px;
  height: 27px;
  }
.filo {
	border: thin solid #006600;
}

