/* CSS Document */

 body{
  margin:0;
  padding:110px 0 75px 0;
  background-color:#000000;
  color:#FFFFFF;
  font-size:18px;
  font-weight:bolder;
  font-family:Arial, Helvetica, sans-serif;
 }
  
 body.premis_body {
 	background-color:#CCCC99;
	color: #000000;
	padding: 2px;
 }
 
 h1 {
	font-size: 18px;
 }
 
 p {
 	font-size: small;
 }
 
 a{
 	text-decoration:none;
	color:#FFFFFF;
 }

 #contingut {
	position:absolute;
	z-index:3;
	top:110px;
	bottom:75px;
	menu:200px;
	right:0;
	width:100%;
	height: 100%;
}
 
 #menu ul{
 	list-style-type:none;
	margin: 0px;
	padding: 5% 1%;
 }
 
 #menu li{
	padding:0px;
	margin: 15%;
 }
 
 #contacte {
 	margin-left: 40%;
	margin-top: 5px;
	text-align: center;
	font-size: 16px;
	padding: 1px;
 }
  
 pre {
 	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 1%;
 }
 
 p#contacte {
 	position: absolute;
	top: 10px;
	left: 60%;
	display: block;
	margin: 0px;
 }
 
  p {
 	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 1%;
 }
 
 .text {
	 font-size:18px;
	 font-weight:bolder;
	 padding: 10px;
 }

 .premis {
 	padding: 10px;
 }
 
 .premis iframe {
 	width: 380px;
	height: 180px;
 }
 
 div#capsalera{
  position:absolute;
  margin: 0;
  menu: 0;
  display:block;
  top:0;
  left:0;
  width:100%;
  height:110px;
  background: #00ff00 url('img/capsalera.jpg') no-repeat fixed;
  background-color: #2F3F1A;
  background-position:0 0;
  background-repeat:no-repeat;
  z-index:5;
  overflow:hidden;
 }

 div#peu{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:70px;
  background: url('img/peu.jpg') no-repeat fixed bottom left;
  z-index: 12;
 }
 
 div#peu-es{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:70px;
  background: url('img/peu_cast.jpg') no-repeat fixed bottom left;
  z-index: 12;
 }
 
 div#peu-en{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:70px;
  background: url('img/peu_eng.jpg') no-repeat fixed bottom left;
  z-index: 12;
 }
 
 div#espai_per_peu{
  height: 170px;
 }
 
 div#menu {
  position: absolute;
  top: 35px;
  left: 0px;
  width:20%;
  text-align: center;
  background-color: #3F1403;
  z-index: 1;
 }
 
 div#sangrat {
  padding: 0 0 0 200px;
 }
 
 div.centrat {
 	text-align: center;
	padding: 2%;
 }
 
.pastilla {
	width: 200px;
	height: 350px;
	padding: 10px;
	background-color:#3F1403;
	color: #FFFFFF;
	text-align: center;	
 }
 
 div.pastilla {
	display:inline;
	margin:30px;
 }
 
 #altres_produccions{
 	overflow: auto;
 	height: 70%;
 }
 
 #dossiers p {
 	font-size:16px;
 }
 
  #dossiers h1 {
 	font-size:20px;
 }
 
 #la_productora {
 	margin: 5% 10%;
 }
 
 div#showreel {
 	width:80%;
	margin: auto;
 }
 
 div.medi {
 	width: 20%;
	margin:20px 20px 20px 20px;
	border:medium #FF0000 solid;
	background-color:#CC9933;
	display:inline;
 }
 
 .columna {
 	width: 20%;
	display: inline-table;
	background-color:#999900;
	border: thin #FF0000 solid;
 }
 
 #contingut_dreta{
 	margin-left: 22%;
	margin-top: 2%;
 }
 
 .llistat_de_premis {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
 }
 
 .llistat_de_premis ul {
 	list-style-type: square;
 }
 
 @media screen{
  body>div#capsalera{
	position:fixed;
	background-color: #2F3F1A;
  }
  body>div#menu{
   position:fixed;
  }
  body>div#peu{
   position:fixed;
  }
  body>div#peu-es{
   position:fixed;
  }
  body>div#peu-en{
   position:fixed;
  }
 }
 * html body{
  overflow:hidden;
 } 
 * html div#contingut{
	position: fixed;
	top:110px;
	bottom:75px;
	menu:200px;
	right:0;
  	height:100%;
	overflow:auto;
 }