@charset "utf-8";
html * { padding: 0; margin: 0; }
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #323843;
	background-color: #FFFFFF;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-weight: normal;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
h1 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #99B333;
	margin: 0px;
	height: 33px;
}
h2{
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #D98026;
	margin: 0px;
	height: 33px;
}
h3 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #99B333;
	margin: 0px;
	height: 33px;
}
h4 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	height: 33px;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	color: #FF6600;
}
a:hover {
	color: #6B7992;
	text-decoration: underline;
}

a:active {
	color: #616D85;
	text-decoration: underline;
}

#menuv {
	height: 43px;
	text-align: center;
	width: 980px;
	background-image: url(../images/bg_menu.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding-left: 20px;
}

#menuv a {
	text-decoration: none;
	color: #798A9F;
	font-size: 13px;
	padding-top: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	height: 30px;
	width: 137px;
	background-image: url(../images/bt_normal.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
}

#menuv a:hover {
	background-image: url(../images/bt_over.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #FFFFFF;
	font-weight: normal;
}

#header {
	height: 316px;
	width: 1000px;
	background-image: url(../images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#content {
	width: 1000px;
	/*height: auto;*/
	background-color: #FFFFFF;
	padding-bottom: 10px;
	background-image: url(../images/bg_sup.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#izquierda {
	float: left;
	width: 342px;
	padding-top: 18px;
	padding-right: 43px;
	padding-left: 21px;
	background-image: url(../images/bg_about.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 268px;
}
#izquierda img {
	float: left;
	margin-right: 10px;
}

#centro {
	width: 280px;
	float: left;
	padding-top: 18px;
	background-image: url(../images/bg_events.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 19px;
	padding-left: 19px;
}
#centro a {
	text-decoration: none;
	color: #495265;
	display: block;
	width: 260px;
	font-size: 11px;
	background-image: url(../images/flecha.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #B6BCC9;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#centro a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #FF9900;
}
#derecha {
	float: left;
	width: 266px;
	padding-top: 18px;
	padding-right: 0px;
	padding-left: 10px;
	clear: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#footer {
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 21px;
	width: 980px;
	clear: both;
	text-align: right;
	padding-top: 10px;
	padding-right: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #C6D492;
}
#footer a {
	font-weight: normal;
	color: #C6D492;
	text-decoration: none;
}
#login {
	width: 170px;
	padding-right: 29px;
	padding-left: 29px;
	float: left;
	padding-top: 115px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	height: 155px;
}
.textfield {
	border: 1px solid #677916;
	width: 168px;
	background-image: url(../images/bt_formulario.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #434B5A;
	height: 20px;
	margin-top: 3px;
}
.textarea {
	border: 1px solid #677916;
	width: 168px;
	background-image: url(../images/bt_formulario.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #434B5A;
	margin-top: 3px;
}
.button {
	border: 1px solid #F2D959;
	width: 168px;
	background-image: url(../images/bt_enter.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	height: 20px;
	margin-top: 3px;
	background-color: #F2D959;
}
#news {
	width:417px;
	height:18px;
	clear: both;
	padding-top: 16px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 94px;
}
#header_izq {
	height: 316px;
	width: 531px;
	float: left;
}


#banner {
	height: 316px;
	width: 469px;
	float: right;
	/*clear: right;*/
}

#slogan {
	height: 168px;
	width: 303px;
	float: left;
	padding-top: 102px;
}
#banners {
	width: 1000px;
	clear: both;
	text-align: center;
	padding-top: 10px;
}
#events {
  height: 300px;
  overflow: auto;
}

.eventname{
  font-weight: bold;
  font-size: 12px;
  color: #D98026;
}

.eventdate{
  font-style: italic;
  font-size: 10px;
}

.back{
  float: right;
  margin-right: 5px;
}

/* calendar CSS */

table.calendar {
  width: 259px;
  border-collapse: collapse;
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
  background-image: url(../images/tbbg.jpg);
  background-repeat: no-repeat;
  background-position: 0 26px;
}

table.calendar th.calendardate {color:#fff; background-image: url(../images/thbg.gif); background-repeat: repeat-x; width: 167px; background-position: 0;}
table.calendar th.cell-header { text-transform: none; color: #99B828; height: 25px;}
table.calendar td.cell-today {background-color:#D9E6AA; background-image: none;} /* today in the current month */
table.calendar td.cell-weekend {background-image: url(../images/tdwbg.jpg);height: 37px; background-repeat: no-repeat; background-position: right bottom;}
table.calendar td {background-image: url(../images/tdbg.jpg);height: 37px; background-repeat: no-repeat; background-position: right bottom;}

table.calendar td div.cell-number {
	text-align: right;
	font-size: 8px;
	color: #13151A;
	display: block;
	padding: 0 2px 0 0;
}
table.calendar td div {display: block; font-size: 8px; text-align: left; padding: 0 0 0 2px;}
table.calendar td div a {font-size: 9px;}