@charset "utf-8";


/*
	HTML
***************************************************/

* {
	padding: 0;
	margin: 0;
	}

body {
	font: 12px "Trebuchet MS";
	color: #000000;
	background: #ffffff;
	padding-bottom: 30px;
	}

a {
	color: #000000;
	}

label {
	cursor: pointer;
	}

h1 {
	font-size: 20px;
	color: #999999;
	}

h2 {
	font-size: 20px;
	color: #ffffff;
	}

h3 {
	padding-left: 28px;
	font-size: 25px;
	color: #444444;
	}
	
p {
	font-size: 16px;
	margin: 21px 0;
	}
	
	
/*
	Capes principals
***************************************************/

#web_title {
	padding: 10px;
	background: #000000;
	}

#area_name {
	padding: 7px 18px;
	background: #cecece;
	border-bottom: 1px solid #444444;
	text-align: right;
	}
	
	#area_name  a {
		color: #444444;
		text-decoration: none;
		}
	
	#area_name  a:hover {
		color: #000000;
		text-decoration: underline;
		}

#base, .support_base {
	width: 900px;
	margin: 0 auto;
	}

#credits {
	width: 900px;
	margin: 20px auto 0;
	padding-bottom: 10px;
	color: #666666;
	font-size: 10px;
	}

#login, #signin {
	background: #efefef;
	padding: 20px;
	margin-top: 40px;
	width: 340px;
	font-size: 16px;
	}

#login {
	}
	
	#login input {
		padding: 2px;
		font-size: 16px;
		}

#login_table {
	float: right;
	border-collapse: collapse;
	}
	
	#login_table td {
		padding: 5px
		}
	
	#login_table input {
		font-size: 16px;
		}

#signin {
	float: right;
	}
	
.highlight {
	font-size: 22px;
	font-weight: bold;
	color: #333333;
	line-height: 37px;
	margin-bottom: 35px;
	}
	
.highlight_2 {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	line-height: 37px;
	margin-top: 40px;
	}

.separator {
	heigth: 0px;
	border: none;
	border-bottom: 5px dashed #999999;
	}
	
.table_form {
	margin-left: 30px;
	font-size: 16px;
	border-collapse: collapse;	
	}
	
	.table_form td {
		font-size: 16px;
		padding: 5px;
		padding-left: 0px;
		}
	
	.table_form input, .table_form textarea {
		padding: 2px;
		font-family: "Trebuchet MS";
		font-size: 16px;
		}
		
	.table_form .title_part {
		padding-bottom: 10px;
		padding-top: 28px;
		font-size: 24px;
		}
		
	.table_form .explanation {
		padding-left: 15px;
		font-size: 12px;
		line-height: 25px;
		}

.brand, #brand_logo {
	float: left;
	padding: 8px;
	width: 120px;
	height: 140px;
	cursor: pointer;
	text-align: center;
	margin: 8px 8px 20px;
	}
	
	.brand div {
		width: 120px;
		height: 120px;	
		border: 1px solid #cccccc;
		}
	
	.brand a {
		color: #000000 !important;
		}
	
#accreditation_list {
	padding-top: 35px;
	float: right;
	font-size: 18px;
	font-weight: bold;
	}
	
	#accreditation_list ul {
		background: #efefef;
		width: 245px;
		margin-top: 6px;
		padding: 0 15px;
		list-style: none;
		}
	
	#accreditation_list li {
		font-size: 14px;
		font-weight: bold;
		padding: 15px 0;
		}
	
	#accreditation_list input {
		border: 1px solid #aaaaaa;
		padding: 2px;
		margin-top: 4px;
		font-size: 11px;
		font-family: "Trebuchet MS";
		}
		
.accreditations_form {
	font-size: 16px;
	text-align: center;
	}
	
	.accreditations_form p {
		text-align: justify;
		}

	.accreditations_form input {
		padding: 2px;
		}

.accre-request {
	color: #666666;
	}

#brand_logo {
	padding: 0;
	margin: 0;
	height: 120px !important;
	}
	
#projects_cont {
	}
	
	#projects_cont div {
		margin: 3px 0;
		}
	
	#projects_cont a {
		color: #000000;
		}
	
#projects_cont .project_title {
	background: url(images/ico_arrow_close.png) left no-repeat;
	font-size: 19px;
	font-weight: bold;	
	padding-left: 25px;
	cursor: pointer;
	}
	
	.closed {
		background: url(images/ico_arrow_open.png) left no-repeat !important;
		}

#projects_cont .content {
	margin-left: 30px;
	padding: 4px;
	font-size: 13px;
	cursor: pointer;
	}

#projects_cont .content:hover {
	background: #cccccc;
	}

#projects_cont .content span {
	float: right;
	font-size: 13px;
	color: #666666;
	}
	
.hidden {
	display: none;
	}

#pics_cont {
	overflow: hidden;
	margin: 0 -30px;
	padding-top: 1px;
	}

	#pics_cont .pic_cont {
		float: left;
		position: relative;
		margin: 15px 29px;
		width: 262px;
		}

	#pics_cont img {
		border: none;
		}

	#pics_cont .pic_cont input {
		margin: -4px 0 3px 0;
		}

	#pics_cont .pic_cont input {
		margin: -4px 0 3px 0;
		}
	
	#pics_cont .pic_frame {
		background: #eeeeee;
		width: 250px;
		height: 250px;
		border: 6px solid #eeeeee;
		margin-bottom: 8px;
		text-align: center;
		cursor: pointer;
		}
	
	#pics_cont .hover {
		border-color: #888888;
		}
	
	#pics_cont .selected {
		border-color: #990000;
		}

.download_opt {
	background: url(images/ico_download.gif) left no-repeat;
	padding-left: 20px;
	margin-left: -2px;
	cursor: pointer;
	}

.download_button {
	font-size: 11px;
	font-family: "Trebuchet MS";
	padding: 4px;
	cursor: pointer;
	}

.project_folder {
	background: #fafafa;
	padding: 10px;
	margin: 20px 0 !important;
	}

.comunication_account {
	background: #dedede !important;
	}
	
#file_area {
	float: right;
	margin-top: 15px;
	font-size: 14px;
	}
	
	#file_area .file_area_opt {
		padding: 15px;
		border: 1px solid #cccccc;
		margin-top: 6px;
		}
	
	#file_area .file_area_opt a {
		font-size: 12px;
		color: #000000;
		font-weight: bold;
		}
	
	#file_area .file_area_opt a:hover {
		text-decoration: none;
		}
	
