body {
	background-color: #121848;
}
#wrapper {
	background-color: #6E6B5C;
}
#content {
	margin: 8px 0px;
	background: url("../images/bg_content.jpg") repeat-y;
	min-height: 500px; /* esta línea y las 2 siguientes =solución para Internet Explorer: http://www.agenciaweb.cl/blog/altura-minima.htm */
  	height: auto !important;
 	height: 500px; 
}
#information {
	width: 570px;
	padding: 0px 5px;
}
#information div.clearfix {
	padding-bottom: 15px;
}
#information div.clearfix div.floatleft {
	padding-right: 6px;
}
#information div.clearfix div.floatleft a {
	display: block;
	background: #F0ECE7 url("../images/bg_card.jpg") repeat-x;
}
.folder {
	margin-top: 5px;
	padding: 5px 3px 5px 0px;
	width: 183px;	
	text-align: center;
	font-weight: bold;
}
#cardImage {
	width: 285px;
	padding: 7px 0px;
	background: #F0ECE7 url("../images/bg_card.jpg") repeat-x;
	text-align: center;
}
h1 {
	padding: 2px 11px;	
}
#card {
	width: 275px;
}
#information h2 {
	margin: 2px 0px;
	padding: 2px 8px;
	background: #D3D6DD url("../images/bg_details.jpg") repeat-x;
	color: #333333;
}
#information h2 a {
	color: #333333;
}
#card p, p.dotted, p.dottedfill {
	padding: 5px 8px 5px 12px;
}
p.dotted {
	/*background: url("../images/bg_dotted.gif") repeat-x bottom;*/
	border-bottom: #666666 dashed 1px;
}
p.dottedfill {
	/*background: #D9DADB url("../images/bg_dotted.gif") repeat-x bottom;*/
	border-bottom: #666666 dashed 1px;
	font-weight: bold;
}
p.dottedfill span {
	font-weight: normal;
}
a.download, a.view {
	display: block;
	padding: 3px 0px;
	font-weight: bold;
}
a.download {
	background: url("../images/ico_download.png") no-repeat right;
}
a.view {
	background: url("../images/ico_view.jpg") no-repeat right;
}
p.remark {
	padding: 5px 12px;
	background: url("../images/bg_remark.jpg") repeat-x;
}
#cardInfo {
	margin-top: 5px;
	padding: 5px 0px;
	background-color: #D9DADC;
}
#aplicacions {
	margin-top: 5px;
}
#aplicacions div {
	width: 280px;
	margin-top: 5px;
}
#aplicacions div img {
	width: 280px;
	background: #F0ECE7 url("../images/bg_card.jpg") repeat-x;
}
#aplicacions div h2 {
	margin: 0px;
}
div.txt {
	padding-bottom: 10px;
	background-color: #EAEAEA;
}
div.txt p {
	padding: 2px 8px;
}
div.txt p.clearfix {
	border-bottom: #666666 dashed 1px;	
}
div.txt p.clearfix a {
	display: block;
	float: left;
	width: 43px;
	height: 43px;
	margin: 0px 1px 5px 0px;
	cursor: pointer;
}
div.txt div.clearfix p {
	float: left;
	margin: 8px;
}
div.txt div.clearfix p.color {
	width: 90px;
	height: 90px;
}
#information #format {
	padding-bottom: 0px;
}
#format span {
	font-weight: normal;
}
#format h2.floatleft {
	padding-top: 4px;
	padding-bottom: 4px;
}
#format a.change {
	display: block;
	padding: 2px 20px 2px 0px;
	background: url("../images/ico_change.png") no-repeat right;
	color: #121848;
}

/* Tipografies */
#information div.tipografies {
	margin-top: 9px;
}
#information div.tipografies h2 {
	margin-bottom: 0px;
}
div.tipografies p {
	padding: 1px 10px 1px 0px;
	border-top: #666666 dashed 1px; 
	background-color: #FFFFFF;
	text-align: right;
}
div.tipografies a {
	padding-right: 20px;
}
/* Colors */
#colors div.clearfix {
	margin-top: 7px;
	padding: 0px;
}
#colors h2 {
	margin-bottom: 0px;
}
#colors div div.floatleft, #colors div div.floatright {
	width: 280px;
	margin-top: 0px;
}
#colors div.clearfix div.clearfix {
	margin-top: 0px;
	padding: 10px 8px;
	background-color: #D9DADC;
}
#colors div.clearfix div.clearfix p {
	width: 110px;
	height: 110px;
}
#colors th, #colors td {
	border-bottom: #666666 dashed 1px;
}
#colors td {
	padding: 2px;
	text-align: left;
}
#colors th {
	padding: 2px 15px 2px 2px;
	text-align: right;
}

#contenidor_taula{
	height:50%;
	background-color: #121848;
	text-align:center;
	margin-top:20px;	
	margin-bottom:15px;
	padding-top:5%;
	padding-bottom:5%;
}