body {
	font-family: Verdana, sans-serif;
}

a {
	text-decoration: none;
}
img {
	border:0;
}

a:hover {
	text-decoration: underline;
}
/* CONTAINERTOUR - FOTO - BOTONERA : para la sección de historia */
#containerTour {
	width: 588px;
	background-color: transparent;
	height: 485px;
	left:0;
	padding: 0 0;
	margin: 0 0;
	top:0;
	position:relative;
	visibility: hidden;
	display: none;
	clear: both;
}
#containerTour #foto{
	height: 454px;
	position: absolute;
	top:-5px;
	left: 10px;
	z-index:0;
	clear: both;
}
#containerTour #botonera{
	width: 150px;
	position:absolute;
	top:457px;
	left:0;
	z-index:2;
}

#containerTour #btnClose {
	width: 16px;
	height: 15px;
	background-color: #777777;
	padding: 1px 2px 1px 1px;
	position: absolute;
	top:0;
	left:10px;
	color: #edede5;
	z-index: 10;
	font-size: .6em;
	/*text-transform: uppercase;*/
	cursor: pointer;
}
/* FIN SECCIÓN TOUR PARA HISTORIA************/


/* TOUR PARA SECCIÓN SERVICIOS **************/
#containerTourServ {
	width: 588px;
	background-color: transparent;
	left:0;
	top:0;
	padding: 0 0;
	margin: 0 0;
	position:relative;
	visibility: hidden;
	display: none;
	clear: both;
	height: 354px; /*CAMBIA CON RESPECTO A HISTORIA*/
}

#containerTourServ #foto {
	position: absolute;
	top:-5px;
	z-index:0;
	clear: both;
	height: 323px; /*CAMBIA CON RESPECTO A HISTORIA*/
	left: 10px;/*CAMBIA CON RESPECTO A HISTORIA*/
}

#containerTourServ #botonera {
	width: 150px;
	position:absolute;
	left:0;
	z-index:2;
	top: 325px; /*CAMBIA CON RESPECTO A HISTORIA*/
}

#containerTourServ #btnClose {
	width: 16px;
	height: 15px;
	background-color: #777777;
	padding: 1px 2px 1px 1px;
	position: absolute;
	top:0;
	left: 10px; /*CAMBIA CON RESPECTO A HISTORIA*/
	color: #edede5;
	z-index: 10;
	font-size: .6em;
	cursor: pointer;
}
/*****************fIN TOUR PARA SECCION SERVICIOS **********/

/***cOMIENZA TOUR PARA SECCIÓN PADRILLOS ***********/
/**********************************************/
#containerTourPadrillos  {
	width: 588px;
	background-color: transparent;
	left:0;
	padding: 0 0;
	top:4px;
	position:relative;
	visibility: hidden;
	display: none;
	clear: both;
	height: 484px; /*CAMBIA CON RESPECTO A HISTORIA*/
}

#containerTourPadrillos #foto {
	position: absolute;
	z-index:0;
	clear: both;
	height: 454px; /*CAMBIA CON RESPECTO A HISTORIA*/
	left: 10px; /*CAMBIA CON RESPECTO A HISTORIA*/
	top: 23px;/*CAMBIA CON RESPECTO A HISTORIA*/ 
}
#containerTourPadrillos #botonera {
	width: 150px;
	position:absolute;
	z-index:2;
	top: 4px; /*CAMBIA CON RESPECTO A HISTORIA*/
	left: -17px; /*CAMBIA CON RESPECTO A HISTORIA*/
}
#containerTourPadrillos #btnClose {
	width: 16px;
	height: 15px;
	background-color: #777777;
	padding: 1px 2px 1px 1px;
	position: absolute;
	color: #edede5;
	z-index: 10;
	font-size: .6em;
	/*text-transform: uppercase;*/
	cursor: pointer;
	top: 29px; /*CAMBIA CON RESPECTO A HISTORIA*/
	left: 10px; /*CAMBIA CON RESPECTO A HISTORIA*/
}

/********fin tour para sección padrillos **********/


/* THUMBAILS DE TODAS LAS SECCIONES */
#tourSm {
	width: 568px;
	text-align: left;
	position: relative;
	left: 0;
}
#tourSm p {
	color: #000;
	font-size: 0.65em;
	text-align: left;
}
#tourSm  img {
	padding: 6px 4px 0 0;
}

#SLIDESTEXT {
	font-size: 0.7em;
	padding: 3px 1px 0 3px;
	text-align: left;
	margin: 0 0 0 116px;
}