@charset "utf-8";

/*img style="filter: ColorInfo(ColorSpace=sRGB, Intent=0)"*/
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	overflow-x :hidden;
    overflow-y :hidden;
	/*text-align: center; */

	/*color: #333;*/
}
img {filter:ColorInfo(ColorSpace=sRGB, Intent=0);}

/*
A:LINK    {color: #333; text-decoration: none;font-weight:bold  }   
A:VISITED {color: #333; text-decoration: none;font-weight:bold  } 
A:ACTIVE  {color: #333;text-decoration: none;font-weight:bold }
A:HOVER   {color: #A2B847; text-decoration: none; font-weight:bold  }
*/

@font-face {
    font-family:"FuturaStdExtraBoldCondensed";
    src: url("futurastd-condensedextrabd-webfont.eot");
    src: url("futurastd-condensedextrabd-webfont.eot?#iefix") format("eot"),
         url("futurastd-condensedextrabd-webfont.woff") format("woff"),
         url("futurastd-condensedextrabd-webfont.ttf") format("truetype"),
         url("futurastd-condensedextrabd-webfont.svg#FuturaStdExtraBoldCondensed") format("svg");
    font-weight: normal;
    font-style: normal;

}
.vertical {
	color:#fff;
	
	writing-mode:tb-rl;
	-webkit-transform:rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-o-transform: rotate(-90deg);
	white-space:nowrap;
	display:block;
	
	
	font-family: 'FuturaStdExtraBoldCondensed';
	
	
	
}

#titol {font-family:FuturaStdExtraBoldCondensed, arial, sans-serif; font-size:36px;color: #999;
}




#horizontalwrap {

border: 0px solid blue; /* this is only for show*/
/* Following is the way to stack things dynamically */
display: inline; white-space: nowrap;
padding-top:0px;
 
}

#mycustomscroll {
	padding-top:4px;
	/* Typical fixed height and fixed width example */
	width: 99%;
	height: 515px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #fff;*/
	margin: 0.0em auto;
	
	
/*	
padding: 15px;
background-color: #E7EADE;
*/
}

#content {

	text-align:center;
	/*background-color: #fff;*/
	padding-top:0px;
/* 	
	padding: 3em;
	margin:0.2em 2em;
*/
}
/* Capa transparent  */
#capa {
	opacity: 0.5;
	position: absolute;
	left: 101px;
	top: 68px;
	background-color: #A2B847;
	width: 170px;  /* Las dimensiones de la capa  dependen de la zona */
	height: 483px;
	z-index: 100;
	filter: Alpha(Opacity=50);
	-moz-opacity: 0.5;
}
 
/* Para Internet Explorer  */
* html #capa
   {
   filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
 }

.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}
.hscrollerbase {height: 15px;background-color: white;}
.hscrollerbar {height: 15px;background-color: black;}

.sombra
{
    -moz-box-shadow: 2px 2px 10px #000;
    -webkit-box-shadow: 2px 2px 10px  #000;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000, direction=135, strength=5);
    box-shadow: 2px 2px 10px #000
}

.rotacio
{
	display:block;
	-webkit-transform: rotate(-90deg); 
    -moz-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
			right:-15px; top:5px;
		}
	
	

}
