#slider1 {
    width: 764px; /* important to be same as image width */
    height: 177px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

.logo{ position:relative;}
.logo_link{ position:absolute; top:0px; left:0px; width:185px; height:125px;}
#slider1Content {
    width: 764px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image object {
    position: absolute;
	margin:10px;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    background-color: #000;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
	-khtml-opacity: 1;
    opacity: 0.75;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.slider1Image object strong {
    font-size: 14px;
}
#slider1 ul{ margin:0px; padding:0px; list-style:none;}
#slider1 ul li{ margin:0px; padding:0px;}
#slider1 h2{ font-size:28px; padding:8px; color: #FF6600; }
#slider1 h3{ font-size:18px; padding:8px;}
#slider1 p{ font-size:10px; padding:3px; color: #FFF;}

.left {
	top: 0;
	right: 0;
	width: 210px !important;
	text-align:center;
}
.style1 {font-family: Arial, Helvetica, sans-serif}

#submenu { display: none; }
#submenuibz { display: none; }
#submenusanant { display: none; }
#submenustaeul { display: none; }
#submenuothers { display: none; }
#submenuvideo { display: block; }
#submenuvirtual { display: none; }
#submenuoffer { display: none; }
#submenureviews { display: none; }
#submenunews { display: none; }
#loading { display: none; padding-left: 20px; }

.demoHeaders { margin-top: 2em; }
#dialog_link {padding: .4em 1em .4em 20px;text-decoration: none;position: relative;}
#dialog_link span.ui-icon {margin: 0 5px 0 0;position: absolute;left: .2em;top: 50%;margin-top: -8px;}
ul#icons {margin: 0; padding: 0;}
ul#icons li {margin: 2px; position: relative; padding: 4px 0; cursor: pointer; float: left;  list-style: none;}
ul#icons span.ui-icon {float: left; margin: 0 4px;}
.ui-widget{font:11px Arial, sans-serif;}
.error-message, label.error { font-family:Arial, sans-serif; font-size:12px; color:#CC0000;}
#calendar {z-index:+999; position:absolute; visibility:hidden; display:block;}
select {
 	margin:10px 0px;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:200px;
	border-width:2px;
	border-color:#fff;
	border-style:solid;
	padding:3px;
	background-color:#5289c2;
	-moz-border-radius: 2%;
}

.input{
	color:#fff;
	vertical-align:middle;
	border-width:2px;
	border-color:#fff;
	border-style:solid;
	padding:3px;
	background-color:#5289c2;
	-moz-border-radius: 3%;
}

.form {
	height:25px;
	margin:0 0 0 0;
}

.TabbedPanelsContentGroup {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:10px;
	clear: both;
	background-color:  #f9b200;
}



#slider1 {
    width: 764px; /* important to be same as image width */
    height: 177px; /* important to be same as image height */
    position: relative; /* important */
        overflow: hidden; /* important */
}

#slider1Content {
    width: 764px; /* important to be same as image width or wider */
    position: absolute;
        top: 0;
        margin-left: 0;
}
.slider1Image {
    float: left;
    position: relative;
        display: none;
}
.slider1Image object {
    position: absolute;
        margin:10px;
        font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.4;
        -khtml-opacity: 1;
    opacity: 0.75;
    color: #fff;
    display: none;
}
.clear {
        clear: both;
}
.slider1Image object strong {
    font-size: 14px;
}
#slider1 ul{ margin:0px; padding:0px; list-style:none;}
#slider1 ul li{ margin:0px; padding:0px;}
#slider1 h2{ font-size:24px; padding:8px; color: #FF6600; line-height: 100%; }
#slider1 h3{ font-size:18px; padding:8px;}
#slider1 p{ font-size:10px; padding:3px; color: #FFF;}

.left {
        top: 0;
        right: 0;
        width: 210px !important;
        text-align:center;
}
.style1 {font-family: Arial, Helvetica, sans-serif}
.ddsmoothmenu{
float:right;
width: 100%;
width:610px;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: right;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block; color: #333; font-weight:bold; padding:5px 5px 13px 5px; margin-bottom:2px; text-decoration: none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: #333;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color: #333;
}

.ddsmoothmenu ul li a:hover{
color: #333;
}

	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
padding:0px;
display: inline-block;
float: none;
text-align:left;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
background:#c0dafd;
width: 160px; /*width of sub menus*/
padding: 5px;
color:#fff; font-weight:normal;
text-align:left;
margin:0px;
border-bottom: 1px solid white;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 10px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}

.mainmenu a{ font-size:13px!important;	font-family:Verdana, Arial, Helvetica, sans-serif!important;}

a.menu, .menu {
	background-image:url(../imagenes/fondo-titulos.jpg)!important;
	background-repeat:repeat-x!important;
	height:25px!important;
	padding-top:8px!important;
	font-family:Verdana, Arial, Helvetica, sans-serif!important;
	color:#FFFFFF !important;
	font-size:12px!important;
	font-weight:bold!important;
	padding-left:5px!important;
	padding-right:5px!important;
}
a.menu {
	background-image:url(../imagenes/fondo-titulos.jpg)!important;
	background-repeat:repeat-x!important;
	height:25px!important;
	padding-top:8px!important;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF !important;
	font-size:12px!important;
	font-weight:bold!important;
	padding-left:5px!important;
	padding-right:5px!important;
	width:180px!important;
}
.menu a:link {
	color:#FFFFFF;
	text-decoration:none;
}



.jqueryslidemenu{
font: bold 12px Verdana;
width:630px;
}

.jqueryslidemenu a {
	font: bold 12px Verdana;
	width:630px;
}
.jqueryslidemenu ul {
	margin:0;
	padding:0px;
	list-style-type: none;
	vertical-align:middle;
}
/*Top level list items*/
.jqueryslidemenu ul li {
	padding:5px;
	width:90px;
	position: relative;
	display: inline;
	float: left;
}
/*Top level menu link items style*/
.jqueryslidemenu ul li b{
		cursor: pointer;
		font-weight:normal;
        width:90px;
		display:block;
        color: black;
        text-decoration: none;
}


.jqueryslidemenu ul li a {
	cursor:pointer;
	width:90px;
	display:block;
	color: black;
	text-decoration: none;
}

.jqueryslidemenu ul li a:hover {
	background:#366699;/*tab link background during hover state*/
	color: white;
}

.jqueryslidemenu ul li a:active{
	background:#366699;/*tab link background during hover state*/
	color: white;
}

/*1st sub level menu*/
.jqueryslidemenu ul li ul {
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li {
	height:100%;
	background:#c0dafd;
	font: normal 10px Verdana;
	width: 95px; /*width of sub menus*/
	margin: 0;
	border-top-width: 0;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	display: list-item;
	float: none;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul {
	top: 0;
}
/* Sub level menu links style */
.jqueryslidemenu ul li ul li a {
	height:100%;
	font: normal 10px Verdana;
	width: 95px; /*width of sub menus*/
	margin: 0;
}
.jqueryslidemenu ul li ul li a:hover {
	background:#366699;
	color: white;
}

#cse-search-box{ float:left; width:100%; padding:5px 10px 0px 0px; }

.orderby {width:120px; height:30px; background-color: #FAF2AC;float: left; font:bold 11px Verdana, Arial, Helvetica, sans-serif; text-align:center;padding: 10px 5px;margin: 5px 8px 10px 8px;border:dashed 1px #336699; }
.orderby_selected {width:120px; height:30px; background-color: #336699; float: left; font:bold 11px Verdana, Arial, Helvetica, sans-serif; text-align:center;padding: 10px 5px;margin: 5px 8px 10px 8px;border:dashed 1px #336699; }
.orderby a {color:#333333;}
.orderby_selected a {color:#ffffff;}


