/* CSS Document */
* {
	margin:0px;
	padding:0px;
	border:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#FFFFFF;
}
body{
	/*background-image:url(../imgs/fondo.jpg);
	background-repeat:no-repeat;
	background-color:#935A09;
	background-position:30px -30px;*/
}
#conte{
	width:764px;
	height:654px;
	/*background-color:#FF0000;
	opacity:.6;*/
	position:absolute;
	overflow:hidden;	
}
#header{
	width:auto;
	height:38px;
	/*background-color:#0000FF;
	opacity:.6;*/
	padding-top:16px;
	padding-left:12px;
}
#footer{
	/*width:588px;*/
	width:auto;
	height:31px;
	/*background-color:#0000FF;
	opacity:.6;*/
	padding:12px 24px;
	text-align:center;
}
#contenido{
	width:auto;
	height:551px;
	/*background-color:#00FF00;
	opacity:.6;*/
}
.inner{
	padding-left:182px;	
	overflow:hidden;
}
#innerTop{
	height:216px;	
}
#innerBottom{
	height:340px;	
}
#innerTopHome{
	padding-top:174px;
	height:226px;	
}
#innerBottomHome{
	height:132px;
	padding-left:170px;	
	padding-top:10px;
}
#innerTitle{
	font-weight:bold;
	padding-bottom:4px;
	padding-left:0px;
}
#innerText{
	height:300px;
	width:570px;	
	padding:0px 6px 4px 0px;
	overflow:auto;
}
#innerText p{
	padding-bottom:8px;
}
#innerNotaHome{
	padding-left: 0px;
	padding-right: 6px;
}
.btnMenu{
	font-weight:bold;
	padding-right:8px;
}
a {
	text-decoration:none;
}
a:hover{
	color:#abc9fc;
}
.btnHome{
	width:138px;
	height:130px;
	float:left;
	margin-left:14px;
	padding-top:10px;
	padding-left:136px;
	cursor:pointer;
}
#btnViaje{
	background-image:url(../imgs/btnViaje.jpg);
	background-repeat:no-repeat;
}
#btn360{
	background-image:url(../imgs/btn360.jpg);
	background-repeat:no-repeat;
}
#viajeTxt{
	float:left;
	width:203px;
}
#viajeMapa{
	float:left;
	width:244px;
}
#viajeItiner{
	float:left;
	width:322px;
	height:290px;
	overflow:auto;
	font-size:8pt;
	padding-left:4px;
}
.itPto{	
	font-size:8pt;
	color:#EDFE00;
}
.itDesc{
	font-size:8pt;	
	padding-bottom:3px;
}
.btn360{
	background-repeat:no-repeat;
	margin-left:6px;
	width:178px;
	/*height:0px;*/
	float:left;
	cursor:pointer;
	font-weight:bold;
	padding-top:136px;
}
#btn360Popa{
	background-image:url(../imgs/360popa.jpg);
	
}
#btn360Proa{
	background-image:url(../imgs/360proa.jpg);
}
#btn360Maq{
	background-image:url(../imgs/360maq.jpg);
}

/************* NOTAS *****************/
#nota{
	width:576px;
	height:336px;
	overflow:auto;
	
}
#nota p{
	padding-bottom:8px;
}
#notaVolanta{
	font-size:8pt;
	font-weight:bold;
	padding-bottom:8px;
}
#notaTitulo{
	font-weight:bold;
	padding:0px 6px 8px 0px;
	font-size:12pt;
}
#notaBajada{
	font-weight:bold;
	padding:0px 6px 8px 0px;
}
#notaTxt{
	/*width:570px;*/
	padding:0px 6px 8px 0px;
}
#notaImgConte{
	
	float: right; padding-left: 6px; padding-bottom: 4px; width:170px; overflow:hide;
}
#notaImgPic{
	border: 1px solid #ffffff;
	padding: 3px 4px;
}
#notaImgEpig{
	font-size:8pt;
	text-align:center;
}
/* filter:alpha(opacity=60); */
#listNotas{
	width:162px;
	height:330px;
	padding:3px 4px;
	/*background-color:#00478f;*/
	overflow:auto;
}
#listNotas a{
	color:#ffffff;
}
#listNotas a:hover{
	text-decoration:underline;
}
.lNotaTit{
	font-weight:bold;
	padding-bottom:6px;
}
.lNotaItem{
	padding-bottom:4px;
}
.listNotasBG{
	background-color:#03034a;
	width:162px;
	height:301px;
	
}