/* @override 
	http://criteriamaster.local:8888/assets/css/main.css
	http://criteria.cat/assets/css/main.css
	http://www.criteria.cat/assets/css/main.css
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	background: url(/assets/images/bg_gradient_i3.jpg) repeat-x fixed 0 bottom;
}

#nav-title, #top-nav-title, #main-menu-title, #content-title, #content-inner-title {
	display: none;
}

#mainBody {
	/*background-color: gold;*/
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	/*background-image: url(/assets/images/bg_main.gif);*/
	text-align: left;
	border: 1px solid rgb(226,230,180);
	background-color: #fff;
}

#header {
	width: 800px;
	clear: both;
	background-color: #f9f9f9;
	border-bottom: 1px solid rgb(226,230,180);
	margin-top: 16px;
	/*background-image: url(/assets/images/bg_header_2.jpg);*/
}

#header #headerMark {
	width: 163px;
	height: 81px;
	float: left;
	display: inline;
	background-image: url(/assets/images/marca_main_new.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	cursor: pointer;
	margin-bottom: 12px;
}

#header #headerMark h1 {
	display: none;
}

#header #headerAccesses {
	margin-top: -10px;
	width: 630px;
	display: inline;
	float: none;
}

#header #header-clearer {
	clear: both;
}

#accesses {
	margin-left: 50px;
	margin-top: -16px;
	text-align: right;
}

#accesses li {
	display: inline;
	list-style-type: none;
	padding-left: 5px;
	padding-right: 10px;
	font-size: 10px;
	text-transform: lowercase;
}

#accesses li a {
	padding: 1px 3px 2px 3px;
	color: #3a4003;
	text-decoration: none;
}

#accesses li a:hover {
	color: #fff;
	background-color: #7a8505;
	text-decoration: none;
}

#centerContainer {
	/*background-color: darkgoldenrod;*/
	width: 800px;
	height: 500px;
	padding-top: 45px;
	clear: both;
	overflow: auto;
}

#centerContainer #menu {
	/*background-color: firebrick;*/
	width: 200px;
	float: left;
	clear: both;
}

#centerContainer #menu li {
	font-size: 10px;
	text-transform: lowercase;
	list-style-type: none;
	margin-top: 15px;
	padding-left: 15px;
	/*background-image: url(/assets/images/lil_dot.gif);*/
	background-repeat: no-repeat;
	background-position: 0 5px;
}

#centerContainer #menu li.active {
	/*background-image: url(/assets/images/lil_dot_to_sub_2.gif);*/
	background-repeat: no-repeat;
	background-position: 0 5px;
}

#centerContainer #menu li a {
	color: rgb(158,171,5);
	font-size: 1.1em;
	text-decoration: none;
	font-weight: bold;
}

#centerContainer #menu li.active a {
	font-size: 1.1em;
	text-decoration: none;
	font-weight: bold;
	color: #657300;
}

#centerContainer #mainSubMenu li {
	font-size: 10px;
	list-style-type: none;
	margin-top: 0px;
	margin-left: -52px;
	padding-left: 18px;
	padding-top: 9px;
	/*border-left: 1px solid #000;
	background-image: url(/assets/images/lil_line.gif);*/
	background-repeat: no-repeat;
	background-position: left bottom;
}

#centerContainer #menu #mainSubMenu li:before {
	content: "» ";
}

#centerContainer #menu #mainSubMenu li.subMenuActive {
	font-weight: bold;
}

#centerContainer #menu #mainSubMenu li a {
	color: #666;
	text-decoration: none;
}

#centerContainer #menu #mainSubMenu li.subMenuActive a {
	color: #000;
	text-decoration: none;
}

#centerContainer #content {
	/*background-color: red;*/
	width: 440px;
	padding-right: 60px;
	padding-bottom: 20px;
	padding-top: 14px;
	margin-left: 285px;
	float: none;
	font-size: 10px;
	line-height: 15px;
	text-align: justify;
}

#centerContainer #content #home-intro {
	display: block;
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	margin: 40px 0 0 0;
}

#centerContainer #content img {
	float: left;
	margin: 0 5px 5px 0;
}

#centerContainer #content a img.btn {
	float: none;
	border: 0;
}

#centerContainer #content a:link, #centerContainer #content a:visited {
	color: rgb(158,171,5);
	text-decoration: none;
}

#centerContainer #content a:hover {
	text-decoration: underline;
}

#footer {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	font-size: 9px;
	color: rgb(158,171,5);
	/*background-color: rgb(226,230,180);*/
	clear: both;
	background-color: #f9f9f9;
	border-top: 1px solid rgb(226,230,180);
	padding-bottom: 1px;
}

#footer #languages {
	float: left;
}

#footer a {
	text-decoration: none;
	color: rgb(158,171,5);
}

#footer a:hover {
	color: #fff;
}

/** PROJECTS - INI **/

#proimg {
	margin-left: 20px; 
	/*background-color: rgb(226,230,180);*/
	width: 256px; 
	height: 160px; 
	padding: 0;
}

#proimg img {
	width: 428px;
	height: 160px;
	float: none;
	border: 1px solid rgb(226,230,180);
}

#prodes {
	background-color: #fdfef0;
	border: 1px solid rgb(226,230,180);
	padding: 5px;  
	margin-top: 5px; 
	margin-left: 20px; 
	width: 417px;
}

#prodes ul {
	margin-left: -27px; 
}

#prodes #prolink {
	color: rgb(158,171,5);
	cursor: pointer;
}

#prodes #prolinkhidden {
	display: none;
}

#procon {
	margin-left: 20px;
}

/** PROJECTS - END **/

/** FORMS - INI **/
input, textarea, select {
	border: 1px solid rgb(226,230,180);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

input.field, textarea.field, select.field {
	border: 1px solid rgb(226,230,180);
	width: 260px;
}

input.error, textarea.error, select.error {
	border: 1px solid rgb(204,0,0);
	background-color: rgb(255,245,245);
}

input.field:focus, textarea.field:focus, select.field:focus {
	border: 1px solid rgb(158,171,5);
	width: 260px;
	background-color: rgb(226,230,180);
}

input.button {
	border: 1px solid rgb(226,230,180);
	text-transform: lowercase;
}

form {
	margin-left: 30px;
}

.form_name {
	text-transform: lowercase;
}

.form_error_alert {
	color: #c00; 
	font-weight: bold;
}

/** FORMS - END **/

/** NEWS - INI **/

.newscontainer {
	background-color: #fff;
	margin-bottom: 18px;
}

.newsdate {
	float: right;
	font-size: 8px;
	font-weight: bold;
}

.newsdate a {
	font-size: 10px;
	font-weight: normal;
}

#centerContainer #content .newsdate a.erase:link, #centerContainer #content .newsdate a.erase:visited {
	color: #c00;
}

#centerContainer #content .newsdate a.erase:hover {
	background-color: #c00;
	color: #fff;
	text-decoration: none;
}

.newstitle {
	font-weight: bold;
	border-bottom: 1px solid rgb(226,230,180);
}

.newscontent {}

/** NEWS - END **/

#content a.disguised-link:link {
	color: #000;
}
#content a.disguised-link:hover {
	color: #F00;
}
#topToggleSwitch {
	display: block;
	border-bottom: 1px solid #000;
	padding: 2px;
	font-size: 10px;
	background-color: #ff9;
}
/*
		FILES
*/

table.files {
	border-collapse: collapse;
	background-color: #fff;
}
table.files td {
	padding: 0 6px 0 0;
	text-align: left;
	vertical-align: top;
}
table.files td.clientTitle {
	padding: 15px 0 5px 0;
	border-bottom: 1px solid #000;
	color: inherit;
	background-color: #fee;
}
table.files td.addFile {
	padding: 5px 0 5px 0;
	border-bottom: 1px dashed #000;
}
table.files td.file {
	padding: 1px 0 1px 20px;
	color: inherit;
	background-color: #eaeebc;
}
table.files tr.fileTitleTop td {
	padding: 10px 0 0 0;
	border-top: 1px solid #000;
}
table.files td.clientControls {
	text-align: right;
}
.refAdmin {
	padding: 4px 0 0 16px;
	background-image: url(/assets/images/file_icons/ref_admin.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.refUser {
	padding: 4px 0 0 16px;
	background-image: url(/assets/images/file_icons/ref_user.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.audioFile {
	background-image: url(/assets/images/file_icons/icn_audio.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.imageFile {
	background-image: url(/assets/images/file_icons/icn_img.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.genFile {
	background-image: url(/assets/images/file_icons/icn_gen.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.pdfFile {
	background-image: url(/assets/images/file_icons/icn_pdf.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.movieFile {
	background-image: url(/assets/images/file_icons/icn_video.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.wordFile {
	background-image: url(/assets/images/file_icons/icn_doc.gif);
	background-position: left top;
	background-repeat: no-repeat;
}