/* ******************************************
Titulo : CRUCERO PARAGUAY (www.cruceroparaguay.info)
Autor : Gustavo Antunez
E-mail: gustavoantunez@gmail.com
Creado : 23 de Abril, 2007
Mod: 16/05/2008
******************************************** */

/* Estilos Generales */
*{
	padding: 0;
	margin: 0;
}
p{
	padding: 7px 0;
}
hr{
	height: 1px;
	background-color: #EEE;
	margin: 6px 0;
	border: 0;
}
input, select{
	padding: 3px;
	margin-bottom: 4px;
	font-size: 13px;
	font-family: "Tahoma";
}
body{
	text-align: center;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	/*line-height: 17px;*/
	background: url(img/img_bottom.jpg) repeat-x bottom;
	padding-bottom: 190px;
	}
a, a:link, a:visited{
	color: #000;
	text-decoration: underline;
}
a, a:hover, a:active{
	color: #444;
	text-decoration: underline;
}

a.lnk1:link, a.lnk1:visited{
	color: #000;
	text-decoration: none;
}
a.lnk1:hover, a.lnk1:active{
	color: #000;
	text-decoration: underline;
}

a.lnkOff:link, a.lnkOff:visited{
	color: #000;
	text-decoration: none;
}
a.lnkOff:hover, a.lnkOff:active{
	color: #E34701;
	text-decoration: none;
}

a.lnkOn:link, a.lnkOn:visited{
	color: #E34701;
	text-decoration: none;
}
a.lnkOn:hover, a.lnkOn:active{
	color: #E34701;
	text-decoration: underline;
}

#container{
	width: 978px;
	text-align: left;
}
#col_left{
	vertical-align: top;
	text-align: right;
	padding-top: 200px;
	width: 92px;
}
#col_left img{/* fuck IE
	margin-top: 0.1%;*/
}
#col_center{
	width: 770px;
}
#col_right{
	padding-top: 245px;
	width: 116px;
	text-align: left;
	vertical-align: top;
}
#col_right img{/* fuck IE
	margin-top: 0.5%;*/
}
#logo{
	padding: 12px 0 0 0;
	float: left;
}
#logo a{
	font-size: 14px;
	font-weight: bold;
}

#idiomas{
	float: right;
	text-align: center;
	z-index: 50;
	width: 165px;
	height: 26px;
	font-size: 10px;
	padding-top: 6px;
	color: #999;
	background: url(img/bg_idiomas.gif) no-repeat;
	margin-top: 40px;
	position: relative;
	right: 0;
	clear:both;
}
#fecha{  
	float: right; 
	font-size: 12px; 
	color: #006600; 
	padding-top: 6px;
}


.alert{color:#FF0000; font-weight:bold;}

/* ////////////////// MENU ///////////////////*/
#barrita{
	position: relative;
	z-index: 50;
	clear: both;
	float: left;
	width: 100%;
}
#menu{
	height: 30px;
	float: left;
	margin-top: 32px;
	padding: 0 6px;
	background: url(img/bg_menu.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 78%;
}
.menu_HA a {
	font-weight: bold;
	color: #EEE;
   text-decoration: none;
   background: url(img/btnTop_A.gif) no-repeat;
	padding: 4px 0 5px 10px;
   float: none !important; /*For Opera*/
   display: block;
   height: auto !important;
}
.menu_HA a:hover {
   background: url(img/btnTop_A1.gif) no-repeat;
	color: #FFF;
}
.menu_HA a span {
	background: url(img/btnTop_B.gif) no-repeat right;
	padding: 4px 10px 5px 0;
}
.menu_HA a:hover span {
   background: url(img/btnTop_B1.gif) no-repeat right;
}


/*
 Root = Horizontal, Secondary = Vertical */
ul#navmenu-h {
  list-style: none;
}

ul#navmenu-h li {
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  margin-right: 2px;
}

ul#navmenu-h ul {
  width: 180px;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
  padding-bottom: 5px;
  background: url(img/down_menu.png) no-repeat bottom;
}

ul#navmenu-h ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu-h ul li {
  width: 180px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */

ul#navmenu-h li ul li a {
  padding: 0 6px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  /*background: #C5DC7C;*/
  color: #006600;
  font: bold 10px/20px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
  border-bottom: 1px dotted #728B25;
  background: url(img/bg_menu.png);
}

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,
ul#navmenu-h li:hover a,
ul#navmenu-h li.iehover a {
/*  background: #CCC;
  color: #FFF;*/
}

/* 2nd Menu */
ul#navmenu-h li:hover li a,
ul#navmenu-h li.iehover li a {
  float: none;
/*  background: #EEE;
  color: #666;*/
}

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,
ul#navmenu-h li:hover li:hover a,
ul#navmenu-h li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover a {
  background: #006600;
  color: #EAF1D8;
}

ul#navmenu-h li:hover ul,
ul#navmenu-h li.iehover ul{
  display: block;
}


/* ////////////////// FIN MENU ///////////////////*/



#menuRight{
	float: right;
	position: relative;
}
#bannerPpal {
	clear: both;
	/*border: none;*/
	width: 770px;
	height: 231px;
	z-index: 0;
}
#tool{
	width: 225px;
	height: 78px;
	z-index: 1;
	float: right;
	padding-top: 153px;
}
#cont ul{
	padding-left: 3px;
}
#cont li{ 
	list-style: none; 
	padding: 0 0 12px 12px;
	background: url(img/bull.gif) no-repeat 0 6px;
}
#cont_left{
	float: left;
	width: 145px;
	margin-right: 10px;
}
#cont_left h2{
	font-size: 21px;
	line-height: 23px;
	padding: 0 12px;
	color: #8FAD00;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
#cont_left img{
	/*padding-right: 6px;*/
}
#cont_center{
	float: left;
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
	width: 390px;
	padding: 0 12px 0 12px;
	min-height: 250px;
}
.notis{
	width: 158px;
	background: url(img/bg_notis.jpg) no-repeat bottom;
	float: left;
	min-height: 270px;
	padding: 12px 18px;
	/*margin-right: 6px;*/
}
#cont_center h3{
	font-size: 14px;
	font-weight: bold;
}
#cont_right{
	float: right;
	width: 185px;
	padding-left: 3px;
}
#cont_right h2{
	font-size: 18px;
	color: #9C7A34;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 1px;
}
#cont_right h3{
	font-size: 18px;
	color: #666;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
/*	letter-spacing: 1px;*/
}

#cont_left_int{
	float: left;
	width: 500px;
}
#cont_left_int td{
	padding: 3px;
}
#cont_left_int ul{
	padding-left: 60px;
	list-style: circle;
}
#cont_left_int h2, #cont_left_int h3{
	font-size: 22px;
	padding: 8px 0;
	color: #8FAD00;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 1px;
}
/*#cont_left_int h3{
	font-size: 18px;
	padding: 8px 0;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 1px;
}*/
#cont_left_int2{
	float: left;
	width: 100%;
}

#cont_left_int2 h2{
	font-size: 22px;
	padding: 8px 0;
	color: #8FAD00;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 1px;
}
#cont_right_int{
	float: right;
	width: 185px;
	padding-right: 20px;
}
#cont_right_int h2{
	font-size: 18px;
	color: #666;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
/*	letter-spacing: 1px;*/
}

/* desplegue salidas index */
#cajatexto{ 
	background: #F7F7F7;
	font-size: 11px;
}
#cajatexto table{
	padding: 3px;
}
#cajatexto td{
	padding: 3px;
}
/* fin desplegue salidas index */


.tr_1{
	background: #EBEBEB;
}
.tr_2{ 
	border-bottom: 1px solid #EBEBEB; 
}
.txt_1{
	color: #666;
	font-size: 11px;
}
.txt_2{
	color: #999;
	font-size: 11px;
	line-height: 15px;
}
.div_news{
	/*width: 90%;*/
	margin-bottom: 18px;
	border-bottom: 1px solid #EEE;
}
.div_news_left{ 
	padding-right: 12px;
	font-weight: bold;
}
#resalte b{ 
	padding: 0 2px;
	font-weight: bold;
	background: url(img/bg_animado.gif);
}
.div_news_right{ 
	border-left: 1px solid #EEE; 
	padding-left: 18px;
}
.div_calen{
	padding-bottom: 9px;
	border-bottom: 1px dashed #E34701;
}
.div_gal{
	/*width: 90%;*/
	padding-bottom: 9px;
	margin-bottom: 5px;
	border-bottom: 3px solid #999;
}
.input_1{ 
	background: url(img/bg_input.gif);
	border-bottom: 1px solid #EEE;
	border-left: none;
	border-right: none;
	border-top: none;
	padding: 3px 6px;
	font-size: 11px;
	color: #333;
}
.btn_1{
	height: 20px;
	width: 55px;
	border: 0;
	background: url(img/btn_1.gif) no-repeat;
}


#bottom{
	clear: both;
	padding: 60px 0 24px 0;
	color: #666;
	font-size: 11px;
}
#bottom a:link, #bottom a:visited{
	color: #666;
	text-decoration: underline;
}
#bottom a:hover, #bottom a:active{
	color: #000;
	text-decoration: underline;
}




/* opacity image */

/*.opacityit img {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}
.opacityit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
-moz-opacity: 0.9;
}*/

/* fin opacity image */


/* GALERIA  DE  IMAGENES  LIGHT BOX */
	
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}
	
#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(img/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(img/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 600px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}
	
	
.h2z{
	font-size: 21px;
	line-height: 23px;
	color: #8FAD00;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
.table_images{ background: #F5F5DC; }
.table_images td{
	padding: 2px;
	font-size: 11px;line-height: 12px;
}