@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/

 
img, object, embed, video {
	max-width: 99%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:99%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/



@font-face {
	font-family: 'OverlockRegular';
	src: url('../../font/Overlock-Regular-OTF-webfont.eot');
	src: url('../../font/Overlock-Regular-OTF-webfont.eot?#iefix') format('embedded-opentype'), url('../../font/Overlock-Regular-OTF-webfont.woff') format('woff'), url('../../font/Overlock-Regular-OTF-webfont.ttf') format('truetype'), url('../../font/Overlock-Regular-OTF-webfont.svg#OverlockRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OverlockItalic';
	src: url('../../font/Overlock-Italic-OTF-webfont.eot');
	src: url('../../font/Overlock-Italic-OTF-webfont.eot?#iefix') format('embedded-opentype'), url('../../font/Overlock-Italic-OTF-webfont.woff') format('woff'), url('../../font/Overlock-Italic-OTF-webfont.ttf') format('truetype'), url('../../font/Overlock-Italic-OTF-webfont.svg#OverlockItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OverlockBold';
	src: url('../../font/Overlock-Bold-OTF-webfont.eot');
	src: url('../../font/Overlock-Bold-OTF-webfont.eot?#iefix') format('embedded-opentype'), url('../../font/Overlock-Bold-OTF-webfont.woff') format('woff'), url('../../font/Overlock-Bold-OTF-webfont.ttf') format('truetype'), url('../../font/Overlock-Bold-OTF-webfont.svg#OverlockBold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OverlockBoldItalic';
	src: url('../../font/Overlock-BoldItalic-OTF-webfont.eot');
	src: url('../../font/Overlock-BoldItalic-OTF-webfont.eot?#iefix') format('embedded-opentype'), url('../../font/Overlock-BoldItalic-OTF-webfont.woff') format('woff'), url('../../font/Overlock-BoldItalic-OTF-webfont.ttf') format('truetype'), url('../../font/Overlock-BoldItalic-OTF-webfont.svg#OverlockBoldItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OverlockBlack';
	src: url('../../font/Overlock-Black-OTF-webfont.eot');
	src: url('../../font/Overlock-Black-OTF-webfont.eot?#iefix') format('embedded-opentype'), url('../../font/Overlock-Black-OTF-webfont.woff') format('woff'), url('../../font/Overlock-Black-OTF-webfont.ttf') format('truetype'), url('../../font/Overlock-Black-OTF-webfont.svg#OverlockBlack') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OverlockBlackItalic';
	src: url('../../font/Overlock-BlackItalic-OTF-webfont.eot');
	src: url('../../font/Overlock-BlackItalic-OTF-webfont.eot?#iefix') format('embedded-opentype'), url('../../font/Overlock-BlackItalic-OTF-webfont.woff') format('woff'), url('../../font/Overlock-BlackItalic-OTF-webfont.ttf') format('truetype'), url('../../font/Overlock-BlackItalic-OTF-webfont.svg#OverlockBlackItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OverlockSCRegular';
	src: url('../../font/OverlockSC-Regular-webfont.eot');
	src: url('../../font/OverlockSC-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../../font/OverlockSC-Regular-webfont.woff') format('woff'), url('../../font/OverlockSC-Regular-webfont.ttf') format('truetype'), url('../../font/OverlockSC-Regular-webfont.svg#OverlockSCRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

h1, h2, h3, h4 {
	font-family: 'OverlockBold';
}
/* Mobile Layout: 480px and below. */
#contentmenus_portada {
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
	height: 100%;
	background-image: url(../../images/maquetacio_web/2012/capsalera_2012_w320px.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: 100% auto;           /* Safari 3.0 */
	-moz-background-size: 100% auto;           /* Gecko 1.9.2 (Firefox 3.6) */
	-o-background-size: 100% auto;           /* Opera 9.5 */
	background-size: 100% auto;
	}
	
#titol {
	display: none;
	
	

	}	

#idiomes	{
	background-color: #FFF;
	text-align: center;
	width: 100%;
	font-size: 1.5em;
	position: absolute;
	bottom: 10px;
}

.exploradors {display: none; font-size: 0.7em;}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.exploradors {display: block; font-size: 0.8em;}

#contentmenus_portada {
	height: 100%;
	width: 100%;
	background-image: url(../../images/maquetacio_web/2012/fons_portada_medium.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: 100% auto;           /* Safari 3.0 */
	-moz-background-size: 100% auto;           /* Gecko 1.9.2 (Firefox 3.6) */
	-o-background-size: 100% auto;           /* Opera 9.5 */
	background-size: 100% auto;
	
	}
	
#titol {
	

	}	

#idiomes	{
	background-color: #FFF;
	text-align: center;
	width: 100%;
	font-size: 1.5em;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #333;
	position: absolute;
	bottom: 10%;
	padding-bottom: 10px;
}

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {


#contentmenus_portada {
	height: 80%;
	width: 50%;
	background-image: url(../../images/maquetacio_web/2012/fons_edicio_3.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-background-size: 100% auto;           /* Safari 3.0 */
	-moz-background-size: 100% auto;           /* Gecko 1.9.2 (Firefox 3.6) */
	-o-background-size: 100% auto;           /* Opera 9.5 */
	background-size: 100% auto;
	margin-right: auto;
	margin-left: auto;
	}

#idiomes	{
	text-align: left;
	width: 50%;
	font-size: 1.5em;
	height: 25%;
	margin-left: 20px;
	background-image: url(../../images/maquetacio_web/2012/capsalera_2012_w768px.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	-webkit-background-size: 100% auto;           /* Safari 3.0 */
	-moz-background-size: 100% auto;           /* Gecko 1.9.2 (Firefox 3.6) */
	-o-background-size: 100% auto;           /* Opera 9.5 */
	background-size: 100% auto;
	position: relative;
	left: 0px;
	top: 0px;
	font-size: 1em;
	border: none;
	padding-top: 20%;
	background-color: transparent;
}
#idiomes ul li {
	background-color: #FFF;
}
#idiomes p {
	background-color: #FFF;
}
}
