<!--
/* -------------------------------------------------------------- 
  
   formateo navegador
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


body { line-height: 1.5; background: #fff; margin:1.5em 0; }

table { border-collapse: separate; border-spacing: 0; } 
caption, th, td { text-align: left; font-weight:400; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

/* -------------------------------------------------------------- 
   
   ie
   
-------------------------------------------------------------- */

/* asegurarse que esta centrado en  IE5 */
body        { text-align: center; }
.container  { text-align: left; }



* html .column { overflow-x: hidden; } /* IE6 */

.pull-1, .pull-2, .pull-3, .pull-4,
.push-1, .push-2, .push-3, .push-4, 
ul, ol {
   /*position: relative; NO FUNCIONA CON IE!!*/
}


legend { margin-bottom:1.4em; }

/* números en IE6/7 */
ol { margin-left:2em; }


/* -------------------------------------------------------------- 
   
   formularios
   
-------------------------------------------------------------- */

label { font-weight: bold; }


fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }

/* Campos de texto */
input.text, input.title   { width: 300px; margin:0.5em 0.5em 0.5em 0; }
input.text, input.title   { border:1px solid #bbb; background:#f6f6f6; padding:5px; }
input.text:focus,
input.title:focus         { border:1px solid #999; background:#fff; }
input.title               { font-size:1.5em; }

/* Áreas de texto */
textarea            { width: 400px; height: 250px; margin:0.5em 0.5em 0.5em 0; }
textarea            { border:1px solid #bbb; background:#eee; padding:5px; }
textarea:focus      { border:1px solid #999; background:#fff; }

/* Campos seleccionados */
select              { border:1px solid #ccc; background:#f6f6f6; width:200px; }
select:focus        { border:1px solid #999; background:#fff; }


/* mensajes*/
.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }
.error      { background: #FBE3E4; color: #D12F19; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #817134; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #529214; border-color: #C6D880; }
.error a    { color: #D12F19; }
.notice a   { color: #817134; }
.success a  { color: #529214; }


/* -------------------------------------------------------------- 
  
   tipos
   
-------------------------------------------------------------- */
body { 
  color: #333; 
  font: 12px Arial, Helvetica, sans-serif; 
  margin: 0;
  background-image:url(imaxes/bg.gif);
  background-repeat:repeat-y;
  
}
h1,h2,h3,h4,h5,h6 { 
  color: #111; 
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
}


/* -------------------------------------------------------------- 
  
   botones
   
-------------------------------------------------------------- */
a.button, button {
  display:block;
  float:left;
  margin:0 0.583em 0.667em 0;
  padding:5px 10px 5px 7px;   /* Links */
  
  border:1px solid #dedede;
  border-top:1px solid #eee;
  border-left:1px solid #eee;

  background-color:#f5f5f5;
  font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
  font-size:100%;
  line-height:130%;
  text-decoration:none;
  font-weight:bold;
  color:#565656;
  cursor:pointer;
}
button {
  width:auto;
  overflow:visible;
  padding:4px 10px 3px 7px;   /* IE6 */
}
button[type] {
  padding:4px 10px 4px 7px;   /* Firefox */
  line-height:17px;           /* Safari */
}
*:first-child+html button[type] {
  padding:4px 10px 3px 7px;   /* IE7 */
}
button img, a.button img{
  margin:0 3px -3px 0 !important;
  padding:0;
  border:none;
  width:16px;
  height:16px;
  float:none;
}


/* Button colors
-------------------------------------------------------------- */

/* Standard */
button:hover, a.button:hover{
  background-color:#dff4ff;
  border:1px solid #c2e1ef;
  color:#336699;
}
a.button:active{
  background-color:#6299c5;
  border:1px solid #6299c5;
  color:#fff;
}

/* Positive */
body .positive {
  color:#529214;
}
a.positive:hover, button.positive:hover {
  background-color:#E6EFC2;
  border:1px solid #C6D880;
  color:#529214;
}
a.positive:active {
  background-color:#529214;
  border:1px solid #529214;
  color:#fff;
}

/* Negative */
body .negative {
  color:#d12f19;
}
a.negative:hover, button.negative:hover {
  background:#fbe3e4;
  border:1px solid #fbc2c4;
  color:#d12f19;
}
a.negative:active {
  background-color:#d12f19;
  border:1px solid #d12f19;
  color:#fff;
}



/* Cabeceras
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 0.9em; font-weight: bold; margin-bottom: 1.5em;  }


/* Elementos de texto
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p.last      { margin-bottom: 0; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.top   { margin-top: 0; } /* imagen para top de <p>. */
img         { margin: 0 0 0; }

ul, ol      { margin:0 1.5em 1.5em 1.5em; }
ul          { list-style-type: circle; }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin-top: 1.5em; font-style: italic; }
del         { color:#666; }

a:focus, a {
   color: #2d648a;
   text-decoration: none;
}
a:hover {
   text-decoration: underline;
}

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic;}
dfn         { font-weight: bold; }
pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5; } 
tt          { display: block; margin: 1.5em 0; line-height: 1.5; }




/* Tablas
-------------------------------------------------------------- */

table   { margin-bottom: 1.4em; }
/*th      { border-bottom: 2px solid #ccc; font-weight: bold; }
td      { border-bottom: 1px solid #ddd; }
th,td   { padding: 4px 10px 4px 0; }*/
tfoot   { font-style: italic; }
caption { background: #ffc; }

table .last { padding-right: 0; } 


/* Algunas Clases por defecto
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.quiet      { color: #666; }

.hide       { display: none; }
.highlight  { background:#ff0; }
.added      { color:#060; }
.removed    { color:#900; }

.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

/* -------------------------------------------------------------- 
   
   malla
   
-------------------------------------------------------------- */

/* container de todas las columnas */
.container {
  width: 950px;
  margin: 0 auto;
}


/* Columnas
-------------------------------------------------------------- */

/* Usa esta clase junto a la .span-x para crear 
combinaciones de columnas */
   
.column {
  float: left;
  margin-right: 10px;
}
.column2 {
  float: left;
}


/* la ultima columna de una fila necesita esta clase. */
.last { margin-right: 0; }

/* clase para dar ancho a columnas */
.span-0   { width: 120px; }
.span-1   { width: 30px; }
.span-2   { width: 70px; }
.span-3   { width: 110px; }
.span-4   { width: 150px; }
.span-5   { width: 190px; }
.span-6   { width: 230px; }
.span-7   { width: 270px; }
.span-8   { width: 310px; }
.span-9   { width: 350px; }
.span-10  { width: 390px; }
.span-11  { width: 430px; }
.span-12  { width: 470px; }
.span-13  { width: 510px; }
.span-14  { width: 550px; }
.span-15  { width: 590px; }
.span-16  { width: 630px; }
.span-17  { width: 670px; }
.span-18  { width: 710px; }
.span-19  { width: 750px; }
.span-20  { width: 790px; }
.span-21  { width: 830px; }
.span-22  { width: 870px; }
.span-23  { width: 910px; }
.span-24  { width: 950px; margin: 0; }

/* añade espacio columnas vacias right. */
.append-1   { padding-right: 40px; }  
.append-2   { padding-right: 80px; } 
.append-3   { padding-right: 120px; } 
.append-4   { padding-right: 160px; } 
.append-5   { padding-right: 200px; } 
.append-6   { padding-right: 240px; } 
.append-7   { padding-right: 280px; } 
.append-8   { padding-right: 320px; } 
.append-9   { padding-right: 360px; } 
.append-10  { padding-right: 400px; } 
.append-11  { padding-right: 440px; } 
.append-12  { padding-right: 480px; } 
.append-13  { padding-right: 520px; } 
.append-14  { padding-right: 560px; } 
.append-15  { padding-right: 600px; } 
.append-16  { padding-right: 640px; } 
.append-17  { padding-right: 680px; } 
.append-18  { padding-right: 720px; } 
.append-19  { padding-right: 760px; } 
.append-20  { padding-right: 800px; } 
.append-21  { padding-right: 840px; } 
.append-22  { padding-right: 880px; } 
.append-23  { padding-right: 920px; } 

/* añade espacio columnas vacias left. */
.prepend-1   { padding-left: 40px; }  
.prepend-2   { padding-left: 80px; } 
.prepend-3   { padding-left: 120px; } 
.prepend-4   { padding-left: 160px; } 
.prepend-5   { padding-left: 200px; } 
.prepend-6   { padding-left: 240px; } 
.prepend-7   { padding-left: 280px; } 
.prepend-8   { padding-left: 320px; } 
.prepend-9   { padding-left: 360px; } 
.prepend-10  { padding-left: 400px; } 
.prepend-11  { padding-left: 440px; } 
.prepend-12  { padding-left: 480px; } 
.prepend-13  { padding-left: 520px; } 
.prepend-14  { padding-left: 560px; } 
.prepend-15  { padding-left: 600px; } 
.prepend-16  { padding-left: 640px; } 
.prepend-17  { padding-left: 680px; } 
.prepend-18  { padding-left: 720px; } 
.prepend-19  { padding-left: 760px; } 
.prepend-20  { padding-left: 800px; } 
.prepend-21  { padding-left: 840px; } 
.prepend-22  { padding-left: 880px; } 
.prepend-23  { padding-left: 920px; } 


/* Borde a la derecha de columna */
.border {
  padding-right: 4px;
  margin-right: 5px;
  border-right: 1px solid #eee;
}

/* Borde con mas espacio  */
.colborder {
  padding-right: 24px;
  margin-right: 25px;
  border-right: 1px solid #eee;
}


/* clase para poñer encima de columnas */

.pull-1  { margin-left: -40px; }
.pull-2  { margin-left: -80px; }
.pull-3  { margin-left: -120px; }
.pull-4  { margin-left: -160px; }

.push-0  { margin: 0 0 0 18px; }
.push-1  { margin: 0 -40px 0 18px; }
.push-2  { margin: 0 -80px 0 18px; }
.push-3  { margin: 0 -120px 0 18px; }
.push-4  { margin: 0 -160px 0 18px; }
.push-0, .push-1, .push-2, .push-3, .push-4 { float: right; }


/* Mix clases y elementos
-------------------------------------------------------------- */

/* Crea cajas dentro de columnas */ 
.box { 
  padding: 1.5em; 
  margin-bottom: 1.5em; 
  background: #eee; 
}

/* Crea una separacion con linea o no */
hr {
  background: #ddd; 
  color: #ddd;
  clear: both; 
  float: none; 
  width: 100%; 
  height: .1em;
  margin: 0 0 1.4em;
  border: none; 
}
hr.space {
  background: #fff;
  color: #fff;
}

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clear { display: inline-block; }   
.clear:after, .container:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }

/* MENU EXTRAS */
#outside{
	background:#fff;
	}
#navigation-1 {
	padding:4px;
	margin:0px;
	list-style:none;
	width:100%;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	font:normal 14px Arial, Helvetica, sans-serif;
}
#navigation-1 li {
	margin:0;
	padding:0;
	display:block;
	float:left;
	position:relative;
	width:146px;
	border-right:4px solid #FFFFFF;
}
#navigation-1 li a:link, #navigation-1 li a:visited {
	padding:4px 0;
	display:block;
	text-align:left;
	text-decoration:none;
	background:#666;
	color:#ffffff;
	width:148px;
	height:16px;
	border-right:4px solid #FFFFFF;
	border-bottom:2px solid #FFFFFF;
}
#navigation-1 li:hover a, #navigation-1 li a:hover, #navigation-1 li a:active {
	padding:4px 0;
	display:block;
	text-align:left;
	text-decoration:none;
	background:#333;
	color:#ffffff;
	width:146px;
	height:16px;
	border-right:4px solid #FFFFFF;
	border-bottom:2px solid #FFFFFF;
}
#navigation-1 li ul.navigation-2 {
	margin:0;
	padding:1px 1px 0;
	list-style:none;
	display:none;
	background:#ffffff;
	width:146px;
	position:absolute;
	top:21px;
	left:-1px;
	border-top:none;
}
#navigation-1 li:hover ul.navigation-2 {
	display:block;
}
#navigation-1 li ul.navigation-2 li {
	width:146px;
	clear:left;
}
#navigation-1 li ul.navigation-2 li a:link, #navigation-1 li ul.navigation-2 li a:visited {
	clear:left;
	background:#333;
	padding:4px 0;
	width:146px;
	border:none;
	border-bottom:1px solid #ffffff;
	position:relative;
	z-index:1000;
}
#navigation-1 li ul.navigation-2 li:hover a, #navigation-1 li ul.navigation-2 li a:active, #navigation-1 li ul.navigation-2 li a:hover {
	clear:left;
	background:#666;
	padding:4px 0;
	width:146px;
	border:none;
	border-bottom:1px solid #ffffff;
	position:relative;
	z-index:1000;
}
#navigation-1 li ul.navigation-2 li ul.navigation-3 {
	display:none;
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	left:145px;
	top:-2px;
	padding:1px 1px 0 1px;
	background:#333;
	z-index:900;
}
#navigation-1 li ul.navigation-2 li:hover ul.navigation-3 {
	display:block;
}
#navigation-1 li ul.navigation-2 li ul.navigation-3 li a:link, #navigation-1 li ul.navigation-2 li ul.navigation-3 li a:visited {
	background:#333;
}
#navigation-1 li ul.navigation-2 li ul.navigation-3 li:hover a, #navigation-1 li ul.navigation-2 li ul.navigation-3 li a:hover, #navigation-1 li ul.navigation-2 li ul.navigation-3 li a:active {
	background:#666;
}
#navigation-1 li ul.navigation-2 li a span {
	position:absolute;
	top:0;
	left:132px;
	font-size:14pt;
	color:#fe676f;
}
#navigation-1 li ul.navigation-2 li:hover a span, #navigation-1 li ul.navigation-2 li a:hover span {
	position:absolute;
	top:0;
	left:132px;
	font-size:14pt;
	color:#ffffff;
}

/* ESPECIFICAS */
.cabeceiro { background-color:#FF6600; height:140px; }
.puntos {
 background: url(http://www.culturagalega.org/imaxes/proba/puntos.gif) repeat-x;
 height: 1px;
 overflow: hidden;
 margin: 1px 0;
}
DIV.roteiros UL {
 padding: 0;
 list-style: none;
 font-size: 12px;
 margin: 8px 0 10px 0;
}
DIV.roteiros UL LI {
 background-image: url(http://www.culturagalega.org/externa/imx/flechablanca.gif);
 background-repeat: no-repeat;
 padding: 0 0 0 10px;
 background-position: 0 5px;
 margin: 0 0 5px 0;
 line-height: 13px;
}
DIV.outrosextras UL {
 padding: 0;
 list-style: none;
 font-size: 12px;
 margin: 8px 0 10px 0;
}
DIV.outrosextras UL LI {
 background-image: url(http://www.culturagalega.org/imaxes/proba/raquo.gif);
 background-repeat: no-repeat;
 padding: 0 0 0 10px;
 background-position: 0 5px;
 margin: 0 0 5px 0;
 line-height: 13px;
}
DIV.atributos UL {
 padding: 0;
 list-style: none;
 font-size: 12px;
 margin: 8px 0 10px 0;
}
DIV.atributos UL LI {
 background-image: url(http://www.culturagalega.org/imaxes/proba/raquo.gif);
 background-repeat: no-repeat;
 padding: 0 0 0 10px;
 background-position: 0 5px;
 margin: 0 0 5px 0;
 line-height: 13px;
}

.b0 {
	clear: both; 
	height: 0px;
}
.b1 {
	clear: both; 
	height: 8px;
}
.menucoche {margin:3px 3px 3px 0; height:143px;}
.tiporuta {margin:3px 3px 3px 0; height:143px;}
.titulotiporuta {width:100%; padding:4px; text-align:right; font-size:14px; font-family:Arial, Helvetica, sans-serif;background-color:#666; color:#FFFFFF; font-weight:bold; margin-top:65px; margin-bottom:3px;}
.en {width:100%; padding:4px; text-align:right; font-size:14px; font-family:Arial, Helvetica, sans-serif;background-color:#CCC; color:#333; margin-bottom:3px;}
.ococab {margin:3px 3px 3px 0; width:169px;}
.marxealtobuscador {margin:52px 0 0 0;}
.marxefila3columna1 {margin-right:3px;}
.rot_fond {background-color:#92928F; padding-bottom:10px;}
.rot_titulo {color:#FFF; margin-left:3px;}
.linkblanco {color:#FFF;}
.rot_todos {color:#FFF; margin-left:3px;}
.fotoextra {margin-right:10px; margin-bottom:10px;}
.videos {width:270px;  margin-bottom:10px;}
.margin5 {margin-bottom:5px;}
.b30 {    clear: both; 
    height: 40px;
}
.b31 {	clear: both; 
	height: 60px;
}
.b32 {	clear: both; 
	height: 70px;
}
.espazo
{
    clear: both;
    height: 300px; 
}
.b75 {	clear: both; 
	height: 75px;
}
.b40 {	clear: both; 
	height: 40px;
}
.b95 {	clear: both; 
	height: 95px;
}
.b10 {	clear: both; 
	height: 23px;
}
.marginbotom15 {margin-bottom:15px;}
.navegacion {padding:20px 0 0 0; font-family: Helvetica, Arial, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
text-transform: uppercase;
letter-spacing: normal;
line-height: 1.6em;
text-align:right;
width: 569px;
float: right;}
.mapadestacado {padding:9px;}
.titulomapadestacado {font-family: Helvetica, Arial, sans-serif;
font-size: 24px;
font-style: normal;
font-weight: bold;
text-transform: normal;
letter-spacing: normal;
line-height: 1.4em;}
.detalleroteirodestacado {font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.4em;}
.paddingcolesq {padding:9px; margin:1px 0;}
.titulo2 {font-family: Helvetica, Arial, sans-serif;
font-size: 28px;
font-style: normal;
font-weight: bold;
text-transform: normal;
letter-spacing: -2px;
line-height: 1.2em;
color:#333;}
.titulo3 {font-family: Helvetica, Arial, sans-serif;
font-size: 18px;
font-style: normal;
font-weight: bold;
text-transform: normal;
letter-spacing: -1px;
line-height: 1.2em;
color:#333;}
.cerraravanzada{
margin-left: 195px;
}

.iconotiporuta {float:left;  margin-right:10px;}

.opciones {
padding:9px 0; 
border-top: 1px solid #e8e8e8; 
margin-top:10px;
background:#FFF6BF none repeat scroll 0 0;
border-color:#FFD324;
color:#817134;
width:417px;
}

.margin_right_10 {margin-right:10px;}
.listadoitems {}
.mapalistado {padding-left:10px; width:620px;}
.listadoresultadosbusca {padding:5px; border:1px solid #ccc; width:97%; float:left; background-color:#f4f4f4; margin-bottom:10px;}
.fondodescripcion {background-color:#f2f2f2; padding:5px;}
ul .size16 {font-size:16px;}
.bordecuadro {padding:5px; border: 6px solid #CCC; width:auto;}
.textocuadro {font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.4em;}
.imaxelistadoextra {margin-right:2px; margin-bottom:2px;}
.bordecuadroposicion {padding:10px; border: 1px solid #CCC; width:auto;  background-color:#E8EEFC;height:350px;}
.marginbotom5 {margin-bottom:5px;}
.bold {font-weight:bold;}
.alto80 {height:80px;}

#link-pagina, link-pagina:visited{
  text-decoration: none;
  text-align: center;
  padding-left: 5px;
  padding-right:5px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
  color: #0063dc;
}
#link-pagina:hover {
  background-color: #2D648A;
  color: DarkKhaki;
  text-decoration: none;

}
.rutascoche {font-size:18px; padding-left:40px; background-image:url(Roteiros_files/coche.gif); background-position:left; display:block; background-repeat:no-repeat; margin-bottom:5px;}

.rutaspe {font-size:18px; padding-left:40px; background-image:url(Roteiros_files/pe.gif); background-position:left; display:block; background-repeat:no-repeat; margin-bottom:5px;}

#capaextrasobxetos {border: 0px solid silver; overflow: auto; width: 600px; height: 75px; float: left; }

#capaobxetocontido {border: 1px solid silver; overflow: auto; width: 200px; height: 125px; float: left; }

#capaobxetocontido ul.listadoobxetos {margin: 0px; padding: 0px; text-align: left; list-style-type: none; list-style-image: none; list-style-position: outside;}
.detallesruta {font-size:15px; font-weight:bold; padding-left: 5px; }

.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	padding: 10px;
	margin: 0;
	float: left;
	position: relative;
	width: 180px;
	height: 130px;
}
.gallery img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 5px;
}
.gallery li:hover img {
	border-color: #999;
}
.gallery em {
	width: 102px;
	background: url(images/bubble.gif) no-repeat;
	padding: 3px 0 6px;
	display: none;
	position: absolute;
	top: -2px;
	left: 50px;
	font-style: normal;
	text-align: center;
}
.gallery a {
	text-decoration: none;
	color: #000;
}
.gallery a:hover em {
	display: block;
}

/* example styles */

.image2:hover{
	background:url(http://culturagalega.org/externa/roteiros/singlestyle/zoom.gif) no-repeat 50% 50%;	
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;	
	border:1px solid #e1e1e1;
	padding:1px;
	background:#fff;
	cursor:pointer;
}
.image2{
	border:1px solid #e1e1e1;
	padding:1px;
	background:#fff;
	cursor:pointer;
}

        /* slider specific CSS */
        .sliderGallery {
            background: url(Roteiros_files/fondo_slide.jpg) no-repeat;
            overflow: hidden;
            position: relative;
            padding: 10px;
            height: 110px;
            width: 560px;
        }
        
        .sliderGallery UL {
            position: absolute;
            list-style: none;
            overflow: none;
            white-space: nowrap;
            padding: 0 20px;
            margin: 0;
        }
        
        .sliderGallery UL LI {
            display: inline;
        }
        
        .slider {
            width: 542px;
            height: 17px;
            margin-top: 90px;
            margin-left: 5px;
            padding: 1px;
            position: relative;
            background: url(Roteiros_files/productbrowser_scrollbar_20070622.png) no-repeat;
        }
        
        .handle {
            position: absolute;
            cursor: move;
            height: 17px;
            width: 181px;
            top: 0;
            background: url(Roteiros_files/productbrowser_scroller_20080115.png) no-repeat;
            z-index: 100;
        }
        
        .slider span {
            color: #bbb;
            font-size: 80%;
            cursor: pointer;
            position: absolute;
            z-index: 110;
            top: 3px;
        }
        
        .slider .slider-lbl1 {
            left: 50px;
        }
        
        .slider .slider-lbl2 {
            left: 107px;
        }
        
        .slider .slider-lbl3 {
            left: 156px;
        }

        .slider .slider-lbl4 {
            left: 280px;
        }

        .slider .slider-lbl5 {
            left: 455px;
        }
/* ADAPTACIÓN  DE BLUEPRINT */
