html * {
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: #565A5C;
	margin: 0;
}

body {
	background: url(../../img/Imagen_Fondo.jpg) repeat-x scroll 0 0;
	margin-top: 5px;
}

#wrap {
	left: 50%;
	margin-left: -490px;
	position: absolute;
	width: 980px;
}

#header {
	height: 100px;
	width: 980px;
	background-image: url('../../img/Header_sin_logo.png');
}

#header * {
	font-family: Georgia, serif;
	color: #E5E5E5;
	font-weight: normal;
	float: left;
}

#header img {
	margin: 10px 0px 0px 50px;
}

#header .title {
	font-size: 17px;
	margin-top: 20px;
	text-transform: uppercase;
}

#content {
	float: left;
	background: none repeat scroll 0 0 rgb(255, 255, 255);
	margin-top: 40px;
}

#content,#contentNoscript {
	width: 980px;
}

#content h2 {
	border-bottom: 1px solid #565A5C;
    color: #565A5C;
    font-size: x-large;
    font-weight: normal;
    margin: 15px 23px 15px;
    text-indent: 0;
}

#content h3 {
	color: #363636;
	font-size: medium;
	font-weight: normal;
	padding-bottom: 4px;
	margin-top: 5px;
}

#content label.h3 {
	color: #363636;
	font-size: medium;
	font-weight: normal;
	padding-bottom: 4px;
	margin-top: 5px;
	width: 100%;
	margin-bottom: 0;
}

#footer {
	float: right;
	padding: 20px 60px 0px 0px;
	color: #698185;
}
.content_full_width {
	padding: 3px 23px;
}
.content_left_column {
	padding: 3px 0 3px 23px;
	float: left;
}
.content_right_column {
	padding: 3px 23px 3px 0;
	float: right;
}

.content_full_width {
	background-image: url('../../img/Imagen_Fondo.jpg');
	width: 934px;
}

.content_left_column,.content_right_column {
	width: 420px;
}

.content_buttons {
	margin: 10px 0 0 23px;
	clear: both;
	background-color: #bdc48a;
	padding: 5px 10px;
	width: 913px;
	margin-bottom: 10px;
}

.content_left_column .wrap_table,.content_right_column .wrap_table {
	width: 418px;
}

.content_full_width .wrap_table {
	width: 854px;
}

.wrap_table {
	width: 100%;
/* 	background-color: white; */
/* 	border-left: 1px solid #999999; */
/* 	border-right: 1px solid #999999; */
/* 	border-bottom: 1px solid #999999; */
}

.report_table.wrap_table {
	overflow: auto;
}

.wrap_buttons {
	padding: 5px 0 0 0;
	width: 100%;
	clear: both;
}

/* Color picker */
#color-picker {
	float: right;
	margin-top: 5px;
	margin-right: 20px;
}

#color-picker span {
	margin-right: 5px;
}

#color-picker ul {
	display: inline;
	padding: 0;
	margin-right: 5px;
}

#color-picker ul li {
	display: inline;
}

#color-picker li a {
	padding: 0 5px;
	margin-right: 0px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	/*do not display text
	text-indent: 150%;
	white-space: nowrap;
	overflow: hidden;*/
	width: 1.5em;
	margin-top: -2px;
}

#opt-green {
	background-color: #a6b161;
	border: 1px solid #999;
}
#opt-grey {
	background-color: #777;
	border: 1px solid #999;
}

.wrap_table {
    width: 100%;
    background-color: white;
/*     border-left: 1px solid #999999; */
/*     border-right: 1px solid #999999; */
    border-bottom: 1px solid #999999;
}

.text_body {
	padding: 15px;
}
