body {
	color: #909090;
	font: 12px/18px Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	background: url(../imagenes/header_background.gif) repeat-x 0 20px;
	padding-left: 20px;
}
b {color:#000; font-weight:bold;}
#wrapper {
	margin:0 auto;
	text-align:left;
	width:980px;
}
.clear {
	clear:both;
}

/* @group Paragraphs */

p {
	margin-bottom: 15px;
}

strong {
	color: #272727;
	font-weight: normal;
	font-style: normal;
}

em {
	font-style: italic;
	color: #272727;
}

/* @end */

/* @group Anchors */

a {
	color: #fa464a;
	text-decoration: none;
}

#content a:hover {
	color: white;
	background-color: red;
}

/* @end */

/* @group Headings */

h2, h3 {
	color: #272727;
	font-weight: normal;
	font-style: normal;
	width: 700px;
}

h1 {
	font-size: 24px;
	color: #272727;
	font-weight: normal;
	font-style: normal;
}

.page_block h1.project {
	width:700px;
}

h2 {
	border-bottom: 1px solid silver;
	font-size: 17px;
	line-height: 23px;
	/*margin-top: 20px; /*jcp*/
	padding-top:20px;
	margin-bottom: 15px;
	padding-bottom: 2px;
}
h3 {
	font-size: 17px;
	line-height: 23px;
	margin-top: 20px;
	margin-bottom: 5px;
}

h4 {
	color: #909090;
	display: inline;
	font-size: 17px;
	line-height: 23px;
	font-weight: normal;
}

/* @end */

/* @group Header */

#header {
	height: 100px;
	margin-top: 40px;
	width: 980px;
	margin-bottom: 40px;
}
.logo img {width:299px; height:80px;}
#language {
	float: right;
	text-align: right;
	width: 680px;
	margin-bottom: 44px;
}

#header_text {
	text-align: right;
	float: right;
	width: 680px;
	color: white;
}

#header_text li {
	display: inline;
	margin-left: 15px;
}

#header_text a {
	color: white;
	text-decoration: none;
}

#header_text a:hover {
	background-color: transparent;
	text-decoration: underline;
}

/* @end */

/* @group Content Header */

.project_header {
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.project_index_header {
	background-color: #f3f3f3;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	margin-bottom: 15px;
	padding: 19px 20px;
	}
	
.project_index_header select {
	margin-right: 17px;
}

.info {
	float: left;
	width: 460px;
}

.info p {
	margin: 0;
}

#project_addthis {
	float: right;
}

#project_index_addthis {
	float: right;
	padding-top: 3px;
}


#page_addthis a:hover, #project_addthis a:hover, #project_index_addthis a:hover {
	background: transparent;
	color: #fa464a;
}

/* @end */

/* @group Index pagination */

#pagination {
	background-color: #f3f3f3;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;

	padding:10px 0;
	text-align: center;
}

#pagination .previous, #pagination .previousDisabled {
	display: block;
	height: 32px;
	width: 32px;
	background: url(../imagenes/previous.gif) no-repeat left center;
}

#pagination .previousDisabled { cursor: auto; } 
#pagination .previous:hover {
	background: url(../imagenes/previous.gif) no-repeat right center;
}

#pagination .next, #pagination .nextDisabled {
	display: block;
	height: 32px;
	width: 32px;
	background: url(../imagenes/next.gif) no-repeat right center;
}

#pagination .nextDisabled { cursor: auto; }

#pagination .next:hover {
	background: url(../imagenes/next.gif) no-repeat left center;
}

#pagination div {
	float: left;
}

#pagination #previous_button {
	padding-left: 240px;
}

#pagination #page_number {
	padding-top: 7px;
	padding-right: 57px;
	padding-left: 57px;
}

/* @end */

/* @group Menu */
#menublock {
	float: left;
	width: 240px;
	margin-right: 20px;
}
.menuShortCuts {
	float: left;
	width: 240px;
	margin-right: 20px;
	margin-top: 20px;
}
#menu {
	float: left;
	width: 240px;
	margin-right: 20px;
	border-top: 1px solid red;
}

#menu a {
	display: block;
}

#menu li {
	border-bottom: 1px solid red;
	padding-top: 6px;
	padding-bottom: 5px;
	color: white;
}

#menu li a:hover {
	background-color: transparent;
}

#menu li.level_1 a {
	padding-left: 4px;
	color: #272727;
}

#menu li.level_1_active {
	padding-left: 4px;
	background-image: url(../imagenes/menu_active.gif);
}

#menu li.level_2 a {
	padding-left: 14px;
	color: #5a5a5a;
}

#menu li.level_2_active {
	padding-left: 14px;
	background-image: url(../imagenes/menu_active.gif);
}

#menu li.level_3 a {
	padding-left: 27px;
	color: #909090;
}

#menu li.level_3_active {
	padding-left: 27px;
	background-image: url(../imagenes/menu_active.gif);
}

#menu li.level_4 a {
	padding-left: 40px;
	color: #909090;
}

#menu li.level_4_active {
	padding-left: 40px;
	background-image: url(../imagenes/menu_active.gif);
}

#menu li.level_5 a {
	padding-left: 53px;
	color: #909090;
}

#menu li.level_5_active {
	padding-left: 53px;
	background-image: url(../imagenes/menu_active.gif);
}

#menu li.level_6 a {
	padding-left: 66px;
	color: #909090;
}

#menu li.level_6_active {
	padding-left: 66px;
	background-image: url(../imagenes/menu_active.gif);
}

/* @end */

/* @group Content div */

#content {
	float: right;
	width: 700px;
}

#content ul {
	clear: both;
	/*padding-bottom: 20px; jcp*/
}
#content li {
	background:url(../imagenes/bullet.gif) no-repeat top left;
	padding:0 0 5px 15px;
}

/* @end */

/* @group Page Blocks */

.page_block {
	clear: both;
	/*margin-bottom: 15px; DCB*/
	margin-bottom: 0px;
	width: 700px;
}
.page_block h1 {width:525px; float:left;}
#page_addthisAll {border-bottom: 1px solid silver; padding-bottom:5px; float:left; margin-bottom:20px;}
#page_addthis {
	float:right;
	width:175px;
	margin-top:5px;
	height:auto;
}
.page_block p {
	width: 460px;
	margin: 0 0 20px 0; /*DCB*/
}

.page_block ul {
	max-width: 460px;
	margin-bottom: 20px;
}


.image {
	float: left;
	margin-right:10px;
	margin-bottom:20px;
}

.caption {
	float:left;
	width:200px;
	padding-left:10px; /**/
}

.caption p {
	width: 201px;
}

.download {
	margin-top: 20px;
	margin-bottom: 5px;
}

/* @end */

/* @group Thumbnails */

.project_thumbs {
	width: 720px;
}

.thumbnail {
	float: left;
	width: 220px;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 15px;
}
.project_thumbs .last {margin-right:0;}
.thumbnail h3 {width:220px;}

/* @end */

/* @group Footer */

#footer {
	border-top: 1px solid silver;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 15px;
	margin-top: 40px;
}

#project_index_footer {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 15px;
}

/* @end */

/* @group Footer */



/* @end */

/* @group Forms */

.form {
	background-color: #f3f3f3;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	color: #272727;
	width: 460px;
	padding-top: 15px;
	padding-left: 20px;
	padding-bottom: 20px;
}

.form label {
	padding-left: 1px;
}

.form input {
	margin-bottom: 17px;
	line-height: 18px;
	font-size: 12px;
}
.thumbnail { height:240px; }

/*jcp*/
h2 a:hover {background:none !important;}
h3 a:hover {background:none !important;}
b {font-weight:normal;}
.inputSize {width:277px;} 
/*jcp*/

/* @end */
