@charset "utf-8";
/* CSS Document */

#login
{
	background-image:url(../img/bg.login.gif);
	background-repeat:no-repeat;
	width:233px;
	height:106px;
	position:relative;
	float:right;
	top:30px;
	text-align:right;
	padding:10px 20px 0 0;
	color:#FFFFFF;
}

#login h1
{
	font-size:12px;
	text-align:center;
}
#login input
{
	width:140px;
	background-color:#ececec;
	font-size:10px;
	color:#DA251D;
}	
#texto
{
	padding:15px 20px 0 15px;
	width:379px;
	position:relative;
	float:left;
}

#usuarios
{
	width:667px;
	position:relative;
	float:left;

}

#archivos
{
	position:relative;
	float:left;
	width:667px;
}
#archivos .txt
{
	background-color:#F7F7F7;
	padding:5px 0 5px 0;
	text-decoration:underline;
}

#panel
{
	padding:15px 0 0 0;
	position:relative;
	float:right;
}
#mensajes
{
	position:relative;
	float:right;
	font-size:14px;
	font-weight:bold;
}

#registro
{
	width:637px;
	padding:15px 15px 0 15px;
	position:relative;
	float:left;
	text-align:right;
	line-height:35px;

}
#registro .bloque
{
	width:300px
	position:relative;
	float:left;
	padding:0 0 0 12px;

}
#registro input
{
	width:140px;
	background-color:#ececec;
	font-size:10px;
	color:#DA251D;
}
#registro .mensaje
{
	text-align:left;
	color:#DA251D;;
	font-weight:bold;
}
.txt
{
	text-align:left;
	font-size:16px;
	color: #DA251D;
}
.txd
{
	font-weight:bold;
}


#acordeon
{
	width:667px;
	position:relative;
	float:left;
}
#imageMenu {
	position: relative;
	left: -80px;
	float:right;
	width: 500px;
	height: 200px;
	padding:20px 0 0 0;
	overflow: hidden;
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1000px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:98px;
	height: 200px;
}

#imageMenu ul li.catamarca a {
	background: url(../img/acordion.catamarca.jpg) repeat scroll 0%;
}

#imageMenu ul li.jujuy a {
	background: url(../img/acordion.jujuy.jpg) repeat scroll 0%;
}

#imageMenu ul li.salta a {
	background: url(../img/acordion.salta.jpg) repeat scroll 0%;
}

#imageMenu ul li.tucuman a {
	background: url(../img/acordion.tucuman.jpg) repeat scroll 0%;
}

#imageMenu ul li.santiago a {
	background: url(../img/acordion.santiago.jpg) repeat scroll 0%;
}


#paquetes
{
	width:667px;
	position:relative;
	float:left;
	padding: 20px 0 20px 0;
}
.paquete
{
	width:667px;
	position:absolute;
	top:0px;
	padding: 20px 0 20px 0;
}
.excursiones
{
	width:331px;
	height:197px;
	position:relative;
	float:left;
}
.hoteles
{	
	position:relative;
	float:left;
	background-image:url(../img/bg.hoteles.jpg);
	width:112px;
	height:74px;
	padding:37px 90px 10px 15px;
}
.hoteles .txc
{
	padding:5px 0 0 0;
	font-size:10px;
}
.translados
{
	position:relative;
	float:left;
	background-image:url(../img/bg.translaos.jpg);
	width:112px;
	height:74px;
	padding:37px 15px 10px 90px;
}
.translados .txc
{
	padding:5px 0 0 25px;
	font-size:10px;
}

.alquiler
{
	position:relative;
	float:left;
	background-image:url(../img/bg.alquiler.jpg);
	width:112px;
	height:74px;
	padding:37px 15px 10px 90px;

}
.alquiler .txc
{
	padding:5px 0 0 25px;
	font-size:10px;
}
.txc a
{
	text-decoration:none;
	color:#666666;
}
