/* CSS Code by Jose Miguel Alcazar Antich - Grafiques Muntaner */
/* Do not copy, be arsed and make your own stylesheets */
/* It's easier than it seems */ 


/*  HTML tags */
body {  
	background-color: White;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font-weight: normal;
	color: #957C68;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img, div, iframe; {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

:link img, :visited img {
	border: 0px;
}

a:link, a:visited {
	color: #754;
	font-weight: bold;
	text-decoration: none;
	border: 0px;
}

a:hover, a:active {
	color: #F70;
	text-decoration: none;
	border: 0px;
}

H1 {
	font-size: 11px;
	font-weight: bold;
	color: #F70;
	margin: 0px;
	text-transform: uppercase;
	margin-bottom: 0px;
}

p {
	margin-top: 2px;
}

/*  Classes  */

a.menu:link, a.menu:visited {
	color:  #957C68;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}

a.menu:hover, a.menu:active {
	color: #F70;
	text-decoration: none;
}

a.imglink:link, a.imglink:visited {
	border: 0px;
}

a.imglink:hover, a.imglink:active {
	border: 0px;
}

.fondoverticales {
	background-image: url(images/fons.gif);
	background-position: center;
	text-align: center;
}
#navi {
	display: inline;
	margin-bottom: 15px;
	margin-right: 0px;
	margin-left: auto;
	text-align: right;
}

#navi li {
	display: inline;
	padding-right: 5px;
	list-style: none;
}

#navisec {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navisec li {
	margin-bottom: 4px;

}

#navisec li a {
	font-size: 11px;
	/* border-left: 12px solid #D7A66E; */
	padding-left: 12px;
	background: url(images/bullet-off.gif) no-repeat center left;
	color: #BB6500;
	text-decoration: none;
}

#navisec li a:hover {
	color: #754;
	padding-left: 12px;
	background: url(images/bullet-on.gif) no-repeat center left;
	/* border-left: 12px solid #BB6500; */
}

img.margeinf {
	margin-bottom: 2px;
}

img.marges {
	margin-right: 1px;
	margin-left: 1px;
	margin-top: 2px;
}


/*  Positioning  */

/*
#container {
	position: relative;
	width: 615px;
	display: block;
	top: 40px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	background-color: White;
}
*/

#container {
	position:absolute;
	width: 680px;
	height: 500px;
	left: 50%;
	top: 50%;
	margin-left: -340px;
	margin-top: -190px;
}

#siteframe {
	width: 680px;
	height: 320px;
	background-color: #F2EEDE;
	margin-top: 5px;
	z-index: 2;
	background-image: url(images/fons.gif);
	background-position: top left;
	border-top: 1px solid #BB6500;
}

#navisecpos {
	position: relative;
	width: 110px;
	float: left;
	margin-left: 15px;
	top: 30px;
}

#fotosserveis {
	position:relative;
	float: left;
	top: 30px;
	margin-left: 30px;
	width: 312px;
	height: 250px;
	text-align: center;
}

#texto {
	position: relative;
	text-align: left;
	float: left;
	top: 30px;
	width: 155px;
	margin-left: 20px;
}

#logosc {
	position:relative;
	display: block;
	left: 0px;
	width: 200px;
	margin-bottom: -15px;
	display: block;
	z-index: 3;
}

#menutop {
	position: relative;
	left: 205px;
	width: 415px;
	text-align: right;	
	z-index: 4;
}

#addy {
	/* position: relative;
	width: 615px;
	text-align: center;
	margin-top: 5px;
	z-index: 5; */
	visibility: hidden;
	display: none;
}

