/* TEYMEstil by Pep+ 23-mar-2007*/

*{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

body {
	padding: 0;
	float: none;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	height: 100%;
	font:Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

a { text-decoration: none;
	color: #0083D7;
}

a:hover{
	font-weight: bold;	
}

a img {
	border: 0;
}


/* POSICIONAMENT CAPA FONS efecte liquid */
#banner-gran {
	height:260px;
	z-index: 1;
	background-image: url(images/screendeg.gif);
	position: absolute;
	width: 766px;
	
}	

#bg {
	background-image: url(images/fdo.jpg);
	width: 950px;
	margin: 0 auto 0 auto;
	height: 100%;
	float: left;
}

#bigbox {
	width: 950px;
	margin: 0 auto 0 auto;
	height: 100%;
}

#container0 {
	width: 950px;
	height: 100%;
}

#container01 {
	width: 906px;
	height: 100%;
	margin-left: 22px;
	
}

#container02 {
	width: 766px;
	height: auto;
	float: right;
}

#container_barramenu {
	height: 28px;
	margin-left: 22px;
	width: 906px
}

#continguts {
	width:556px;
	height:100%;
	background-image: url(images/decovert.gif);
	background-repeat: no-repeat;
	float: right;
	margin-right: 0px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 15px
}

#leftmenu {
	width:132px;
	height:100%;
	background-color: #0083D7;
	color: #FFFFFF;
	padding-left: 8px;
	text-align: left;
	clear: left;
	float: left;
	padding-top: 8px;
	padding-bottom: 15px;
	
}

#logotop {
	left:22px;
	width:895px;
	height:65px;
	background-image: url(images/logotop.gif);
	background-repeat: no-repeat;
}

#logotopjb {
	width:45px;
	height:33px;
	background-image: url(images/logojbtop.gif);
	background-repeat: no-repeat;
	background-position: right;
	margin-top: 18px;
	float: right;
}

#migmenu {
	width:583px;
	height:28px;
	background-image: url(images/botogris.gif);
	float: right;
	top: 32px;
	z-index: 4;
	position: relative;
}

#peu {
	width:100%;
	height:28px;
	background-image: url(images/topdeg.gif);
	float: right;
	padding-top: 5px;
	text-align: center;
}

#producte {
	width: 128px;
	height:23px;
	background-image: url(images/botogris.gif);
	padding-left: 12px;
	padding-top:5px;
	position: relative;
	float: left;
}

#retols {
	width:350px;
	height:200px;
	z-index: 3;
	position: relative;
	left: 406px;
	top: 10px;
	
}

#screen {
	width:766px;
	height:260px;
	margin-top: 0px;
	margin-right: 0px;
}
#screenerror {
	width:766px;
	height:260px;
	margin-top: 0px;
	margin-right: 0px;
	background-image: url(images/bangran_error.jpg);
}
#submenu {
	width:156px;
	height:100%;
	float: left;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}

#top {
	width:906px;
	height:65px;
	background-image: url(images/topdeg.gif);
	margin-left: 22px;
	padding-bottom: 0px;
}

#topmenu {
	width:766px;
	height:28px;
	background-image: url(images/botogris.gif);
	Float: right;
	z-index: 5;
}





/*~~~~~~~~~~~ ESTILS ~~~~~~~~~~~~~~~*/


.Estilo2 {
	font-size: 14pt;
	color: #0083D7;
	font-weight: bold;
}
.Estilo3 {
	color: #0083D7;
	font-size: 18pt;
}

.Estilo4 {font-size: 10pt}
     

/*~~~~~~~~~~~ LINKS MENU LATERAL -LEFTMENU- ~~~~~~~~~~~~~~~*/

.leftmenu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
}

.leftmenu:link {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}    
.leftmenu:visited {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.leftmenu:active {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.leftmenu:hover {
	font-weight: normal;
	color: #00FFFF;
	text-decoration: none;
}
	

/*~~~~~~~~~~~ LINKS MENU SUPERIOR I MIG -TOPMENU I MIGMENU- ~~~~~~~~~~~~~~~*/
	   
    .menu {
	font-size:11pt;
	}
	
	.menu li{
	display:inline;
	}
	
	.menu li a{
	float:left;
	color:#333333;
	padding-left:15px;
	padding-top:5px;
	text-decoration: none;
	}
	
	.menu li a:visited{
	color: #333333;
	}
	
	.menu li a:hover{
	font-weight: bold;	
	}	
	   



/*-------- ZOOM DE FOTOS SOBRE ELS THUMBNAILS ------------------*/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #0083D7;
padding: 5px;
border: 2px solid #FFFFFF;
visibility: hidden;
font-family:Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #FFFFFF;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
bottom: 10px;
left: 10px; /*position where enlarged image should offset horizontally */

}



	
.producte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #333333;
}
.topmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333333;
	text-decoration: none;
	background-image: url(images/botogris.gif);
	display: inline;
	list-style-type: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36pt;
	font-weight: bold;
	color: #0083D7;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	color: #0083D7;
	text-decoration: none;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #0083D7;
	text-decoration: none;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.continguts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-decoration: none;
}
.continguts a{
	color: #0083D7;
	text-decoration: none;
}
	
.continguts a:visited{
	color: #0083D7;
}
	
.continguts a:hover{
	color: #999999;
	font-weight: normal;
}
.peu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #666666;
	text-align: center;
}
.peu li{
	display:inline;
}

.peu li a{
	padding-left:15px;
	padding-right:15px;
	color: #333333;
	text-decoration: none;
}
.peu li a:visited{
	color: #333333;
}
.peu li a:hover{
	color: #CCCCCC;
	font-weight: normal;	
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.basictab{
	padding: 3px 0;
	margin-left: 0;
	border-bottom: 1px solid #333333;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11pt;
	margin-bottom: 10px;
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid gray;
border-bottom: none;
background-color: #FFFFFF;
color: #999999;
}

.basictab li a:visited{
color: #666666;
}

.basictab li a:hover{
background-color: #E2E2E2;
color: #333333;
}

.basictab li a:active{
color: #666666;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: #333333;
color: #FFFFFF;
}
.blanc_i_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.azul_s_bordes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #D6F1FC;
	text-align: left;
	vertical-align: top;
}
.azul_i {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #D6F1FC;
	text-align: center;
	vertical-align: middle;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.blanc_s_bordes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #333333;
	text-align: left;
	vertical-align: top;
}
.blanc_i_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.blanc_s_bordes_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #333333;
	text-align: right;
	vertical-align: top;
}
.fdogrisclaro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #E8E9F1;
	text-align: left;
	vertical-align: middle;
}
.fdogrisclaro02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #E8E9F1;
	text-align: left;
	vertical-align: middle;
}
.fdorojo01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF0000;
	text-align: left;
	vertical-align: middle;
}
.rotul_blanc_med {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.rotul_blanc_gran {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.rotul_blau_med {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: normal;
	color: #0083D7;
	text-decoration: none;
}
.rotul_blau_gran {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30pt;
	font-weight: bold;
	color: #0083D7;
	text-decoration: none;
}

