/* CSS Document */


body {
	background-image: url(imatges/background.gif);
	background-position: center top;
	background-repeat:no-repeat;
	background-color: #2E2E2E;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-base-color:#2E2E2E;
scrollbar-face-color:#777777;
scrollbar-arrow-color:#242424;
}
.menu, .menu a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}
.menu a:hover {	color: #9A8A33;}
.menu-cas, .menu-cas a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}
.menu-cas a:hover {	color: #9A8A33;}
.titols, .titols a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 18px;
	color: #CCCCCC; 
	font-weight: bold;
	text-decoration: none;
}
.titols a:hover {
	color: #fff;
}
.text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 12px;
}
.mini, .mini a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration:none;
}
.mini a:hover {
color: #fff;

}
.photo {
	border: 3px solid #151515;

}
.contenedor {
	height: 110px;
	width: 530px;
	overflow: auto;

	padding: 10px;
	
	background-color:#242424;
}
.contenedor-p {
	height: 200px;
	width: 320px;
	overflow: auto;
	padding: 10px;	
	background-color:#242424;
}
/*//////////////////////////////////////////////////////////*/

.sub-menu ul{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
	padding:15px 0 15px 18px;
	margin: 0;
	width: 160px;

}
.sub-menu li {
	list-style-type: none; margin-top: 8px;
	}
	
.sub-menu li a {
	padding-left: 18px;
	
	background-image: url(imatges/top_title_ornament.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none; 
}
.sub-menu li ul{ 
padding:3px 0 8px 8px;
}
.sub-menu li li a {
background-image: url(imatges/top_title_ornament-2.gif);
padding-left: 18px;
}
.sub-menu li a:hover {
color: #9A8A33;
}
.undisplayed {
	display:none;

}

/*////////////////////////////
///////////////////////////// 
////////////////////////////
////////////F/E/T//////////
//////////////////////////
///////////////////////*/
	.email {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #c9c9c9;
}
.email strong, .email span {
	display: none;

}
a.email:hover {
	background-color: #c9c9c9;
	color:#666;

}
/*

 * jQuery Nivo Slider v2.5.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}


/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
  
    width:550px;
    padding-top:0;
    margin:0 auto 5px auto;
	 height:317px;
	display:block;
	overflow:hidden;
}

#slider {
	position:relative;
    width:550px;
	background:url(../images/loading.gif) no-repeat 50% 50%;
	 height:317px;
	 margin: 8px 0 8px 0;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-42px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}
