.navigation:link, .navigation:visited {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #C90;
	display: block;
	padding: 6px 8px 6px 10px;
	width: 140px;
	text-decoration: none;
	background-color: #000000;
}

.navigation:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #C90;
	display: block;
	padding: 6px 8px 6px 10px;
	width: 140px;
	text-decoration: none;
	text-align: center;
}

.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C90;
	line-height: 20px;
	padding: 0px;
	margin: 3px 32px 6px 12px;
	
}
.main a: link {
	color: #C90;
}
.main a: visited {
	color:#C90;
}


.italicsbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #C90;
	text-align: center;
}

/** new styles added for menu page **/

.breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C90;
	line-height: 19px;
	padding: 3px;
	margin: 0px;
	text-decoration: none;
}

.menu_header {
	font: bold 18px 'Trebuchet MS';
	display: block;
	padding: 3px 3px 3px 12px;
	border-bottom: 1px solid #ffffff;
	color: #C90;
	}

.menu_title {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 14px;
	color: #C90;
	line-height: 22px;
	padding: 3px 24px;
	margin: 0px;
	list-style-type: none;
	text-align: center;
}

.menu {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #C90;
	line-height: 18px;
	padding: 3px 22px;
	margin: 0px;
	list-style-type: none;
	text-align: center;
}

.ez {
	background-position: top;
	background-repeat: no-repeat;
	width: 50px;
	border: thin ridge #FF0;
	background-color: #000000;
	}

 #s3slider {
	width: 700px; /* important to be same as image width */
	height: 150px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	background-color: #000000;
}
 
#s3sliderContent {
	width: 700px; /* important to be same as image width or wider */
	position: absolute; /* important */
	top: -18px; /* important */
	margin-left: 0; /* important */
	left: -37px;
}
 
.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}
 
.s3sliderImage span {
	position: absolute; /* important */
	left: 0;
	font: 12px/14px Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 13px;
	width: 700px;
	
	filter: alpha(opacity=00); /* here you can set the opacity of box with text */
	-moz-opacity: 0.0; /* here you can set the opacity of box with text */
	-khtml-opacity: 0.0; /* here you can set the opacity of box with text */
	opacity: 0.7; /* here you can set the opacity of box with text */
	color: #fff;
	display: none; /* important */
	top: 0;   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
	text-align: center;
	font-style: italic;
}

.clear {
   clear: both;
}
.tabla {
	color: #C90;
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-align: center;
}
.tabla_ars {
	text-align: justify;
	font-family: "Trebuchet MS";
	color: #C90;
}
body {
	background-image: url(images/back.jpg);
	background-repeat: repeat;
}
