/*----------------------------------------------------------------
SEMERGEN - CSS inner.
----------------------------------------------------------------*/
	/*BREADCRUMBS*/
div#breadcrumbs {
	height: 20px;
	margin: 10px 0 8px 0;
}

div#breadcrumbs a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}

div#breadcrumbs a:hover {
	text-decoration: underline;
}

div#breadcrumbs span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}

div#breadcrumbs span.selected {
	color: #2380A7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*OPTIONAL SUBMENU*/
ul#optionalSubmenu {
	float: left;
	width: 100%;
}

ul#optionalSubmenu li {
	float: left;
	margin-right: 15px;
	background: none;
	padding: 0;
}

ul#optionalSubmenu li a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #45A077;
	padding: 5px 0 5px 0;
}

ul#optionalSubmenu li a:hover {
	text-decoration: underline;
}

ul#optionalSubmenu li.selected a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	padding: 5px 13px 5px 19px;
	background: #45A077 url(../imagenes/second_submenu_bullet.png) no-repeat
		0.7em 0.75em;
}

ul#optionalSubmenu li.selected a:hover {
	text-decoration: none;
	cursor: default;
}

/*BACK*/
div.back {
	background: url(../imagenes/dotted.gif) repeat-x top left;
	padding-top: 12px;
	margin-top: 20px;
	width: 100%;
	float: left;
}

div.back p {
	background: url(../imagenes/back.gif) no-repeat 0 0.2em;
	padding-left: 17px;
}

div.back p a {
	color: #45A077;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

div.back p a:hover {
	text-decoration: underline;
}

/*LAYOUT*/
div.twoColumn .column02 .columnContent {
	padding-top: 25px;
}

div.twoColumn .column01 .columnContent {
	padding: 0 25px 0 0;
}

/*RIGHT CONTENT*/ /*BOX BANNERS*/
div.bigBoxBanner {
	border: 1px solid #e1e1e1;
	margin-bottom: 9px;
	height: 198px;
	overflow: hidden;
}

div.smallBoxBanner {
	border: 1px solid #e1e1e1;
	margin-bottom: 9px;
	height: 93px;
	overflow: hidden;
}

div#leftColumn {
	float: left;
	width: 110px;
	padding-top: 25px;
	margin-right: 20px;
}

div#leftColumn img {
	border: 1px solid #DDDDDD;
	padding: 3px;
}

div#centralColumn {
	padding-top: 25px;
	float: left;
	width: 564px;
}

h2.pageName {
	color: #37805F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background: url(../imagenes/dotted.gif) repeat-x bottom left;
	padding-bottom: 6px;
	margin-bottom: 10px;
}

div#centralColumn h3 {
	color: #45A077;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 6px;
	margin-bottom: 8px;
}

div#centralColumn p,div.fullColumn p {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 15px;
}

div#centralColumn p.mail a {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}

div#centralColumn p.mail a:hover {
	color: #45A077;
}

div.fullColumn p a {
	color: #45A077;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}

/*BOTTOM TOOLS*/
ul.bottomTools {
	margin-top: 40px;
}

ul.bottomTools li a {
	color: #45A077;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

ul.bottomTools li a:hover {
	text-decoration: underline;
}

ul.bottomTools li {
	padding-left: 24px;
	margin-bottom: 10px;
}

ul.bottomTools li.doc {
	background: url(../imagenes/doc.gif) no-repeat 0 0;
}

ul.bottomTools li.link {
	background: url(../imagenes/screen.gif) no-repeat 0 0;
	margin-top: 20px;
}

/*FORM SEPARATORS*/
div.formSeparators {
	height: 20px;
	padding: 6px 0 0 12px;
	margin-bottom: 15px;
	background: url(../imagenes/title_back.gif) repeat-x top left;
}

div.formSeparators h2 {
	color: #45A077;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

/*LINK AND NEWS LIST*/
div.list {
	float: left;
	width: 100%;
	background: url(../imagenes/gray_dotted.gif) repeat-x bottom left;
}

div.listContent {
	padding: 20px 0 20px 12px;
	width: 687px;
}

div.listContent.highlighted {
	background-color: #E4F3ED;
	margin: 15px 0 5px 0;
	padding: 10px 0 20px 12px;
}

div.list img {
	border: 1px solid #DDDDDD;
	padding: 3px;
	float: left;
	margin-right: 10px;
}

div.list div.listContent.highlighted img {
	border: 1px solid #DDDDDD;
	padding: 3px;
	background-color: #FFF;
	float: left;
	margin-right: 10px;
}

div.list h3 {
	margin-bottom: 6px;
	float: left;
	color: #45A077;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

div.list h3 a {
	color: #45A077;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

div.list h3 a:hover {
	text-decoration: underline;
}

div.list p.date {
	float: right;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0;
}

div.list .listContent.highlighted p.date {
	padding-right: 10px;
}

div.list .textContent {
	float: left;
	width: 470px;
}

div.list .secondTextContent {
	float: left;
	width: 590px;
}

div.list p {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 15px;
}

/*NEWS SEARCH*/
div#newsSearchButton a {
	margin-top: -45px;
	float: right;
	color: #45A077;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: #f0f0f0 url(../imagenes/news_search.gif) no-repeat 0.6em
		0.6em;
	border: 1px solid #e2e2e2;
	display: block;
	width: 89px;
	height: 17px;
	padding: 5px 10px 5px 30px;
}

div#newsSearchButton a:hover {
	text-decoration: underline;
}

/*LIST TOOLS*/
ul.listTools {
	margin: 0;
	float: left;
}

ul.listTools li {
	margin: 0 12px 6px 0;
	float: left;
	display: inline;
	padding: 0;
}

ul.listTools li a {
	color: #45A077;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

ul.listTools li a:hover {
	text-decoration: underline;
}

ul.listTools li.downloadPdf {
	background: url(../imagenes/pdf_icon.gif) no-repeat 0 0;
	padding-left: 22px;
}

ul.listTools li.downloadWord {
	background: url(../imagenes/doc.gif) no-repeat 0 0;
	padding-left: 22px;
}

ul.listTools li.goToWeb {
	background: url(../imagenes/screen.gif) no-repeat 0 0;
	padding-left: 20px;
}

ul.listTools li.more {
	background: url(../imagenes/more_info_icon.gif) no-repeat 0 0;
	padding-left: 20px;
}

/*PAGINATION*/
div#pagination {
	float: left;
	clear: both;
	width: 100%;
	padding-top: 20px;
}

div#pagination ul {
	margin-left: 225px;
}

div#pagination ul li {
	float: left;
	margin-right: 4px;
	background: none;
	padding: 0;
}

div#pagination ul li a {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #45A077;
	display: block;
	padding: 2px 4px 2px 4px;
	background-color: #F0F0F0;
	border: 1px solid #ccc;
}

div#pagination ul li a:hover {
	background-color: #45A077;
	color: #fff;
}

div#pagination ul li.selected a {
	color: #fff;
	background-color: #45A077;
	padding: 2px 4px 2px 4px;
}

div#pagination ul li.desactive a {
	background-color: #F0F0F0;
	color: #45A077;
}

/*JUNTA OPTIONAL SUBMENU*/
ul#optionalSubmenu.junta {
	float: left;
	width: 300px;
}

ul#optionalSubmenu.junta li a {
	padding: 6px 35px;
}

/*MANAGERS GROUPS*/
div.managersGroup {
	float: left;
	width: 100%;
	background: url(../imagenes/gray_dotted.gif) repeat-x bottom left;
}

div.manager {
	float: left;
	width: 225px;
	padding: 24px 0 17px 0;
}

div.manager img {
	border: 1px solid #DDDDDD;
	padding: 6px;
	float: left;
	margin-right: 10px;
}

div.dataContent {
	float: left;
	width: 138px;
	min-height: 9em;
	position: relative;
}

div.manager h3 {
	margin-bottom: 3px;
	color: #45A077;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

div.manager p {
	color: #8B8B8B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 15px;
}

div.manager p.mail {
	margin: 0;
	position: absolute;
	bottom: 0;
}

div.manager p.mail a {
	color: #45A077;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div.manager p.mail a:hover {
	text-decoration: underline;
}

div.textoJunta {
	margin-top: 15px;
}

div.textoJunta p {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 15px;
}

div.textoJunta p a {
	color: #45A077;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div.textoJunta p a:hover {
	text-decoration: underline;
}

/*SELECTOR*/
div#selector {
	float: right;
	width: 180px;
}

div#selector .select {
	padding: 0 0 0 2px;
	font-size: 11px;
	line-height: 11px;
	background: transparent url(../imagenes/select_back.gif) repeat-x top
		left;
	width: 181px;
	height: 18px;
	border: 1px solid #d2d2d2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8E8E8E;
}

.select:hover {
	cursor: pointer;
}

/*CONTACT*/
div.contact {
	float: left;
	width: 215px;
	margin-right: 24px;
	padding: 18px 0 17px 0;
}

div.contactContent {
	background: url(../imagenes/vertical_gray_dotted.gif) repeat-y top right
		;
	padding-bottom: 10px;
	width: 205px;
	min-height: 85px;
}

div.contact h3 {
	margin-bottom: 3px;
	color: #45A077;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

div.contact address {
	color: #8B8B8B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	font-style: normal;
}

div.contact address span {
	color: #45A077;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*CASES*/
div.cases {
	margin-bottom: 24px;
	float: left;
	width: 100%;
}

div.cases h3 {
	color: #45A077;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

div.cases img {
	border: 1px solid #DDDDDD;
	padding: 6px;
	float: left;
	margin-right: 10px;
}

div.casesContent {
	padding-bottom: 10px;
	float: left;
	width: 560px;
}

div.casesContent ul li {
	margin-bottom: 8px;
	background: none;
	padding: 0;
}

div.casesContent ul li a {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

div.casesContent ul li a:hover {
	color: #45A077;
}

/*LIBRARY SELECTOR */
select.librarySelector {
	padding: 0 0 0 2px;
	font-size: 11px;
	line-height: 11px;
	background: transparent url(../imagenes/select_back.gif) repeat-x top
		left;
	width: 181px;
	height: 18px;
	border: 1px solid #d2d2d2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8E8E8E;
}

select.librarySelector:hover {
	cursor: pointer;
}

div.library {
	float: left;
	width: 100%;
	padding: 24px 0 17px 0;
}

div.library h3 {
	margin-bottom: 3px;
	float: none;
}

div.library h3 a {
	color: #45A077;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

div.library h3 a:hover {
	text-decoration: underline;
}

div.library p {
	color: #8B8B8B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 15px;
}

/*FUNCTIONAL AREA*/
div.areaGroup {
	float: left;
	width: 100%;
	background: url(../imagenes/gray_dotted.gif) repeat-x bottom left;
}

div.areaGroup.workGroups {
	background: none;
}

div.area {
	float: left;
	width: 215px;
	padding: 24px 0 17px 0;
}

div.area div.dataContent {
	float: left;
	width: 215px;
	height: 6em;
	position: relative;
}

div.area h3 {
	margin-bottom: 3px;
}

div.area h3 a {
	color: #45A077;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

div.area h3 a:hover {
	text-decoration: underline;
}

div.area p {
	color: #8B8B8B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 15px;
}

div.area p.mail {
	margin: 0;
	position: absolute;
	bottom: 0;
}

div.area p.mail a {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}

div.area p.mail a:hover {
	color: #45A077;
}

div.area p.link a {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}

div.area p.link a:hover {
	color: #45A077;
}

/*FULL COLUMN*/
div.fullColumn {
	width: 580px;
	padding-top: 10px;
}

/*GENERAL FORMS*/
a.login_button {
	display: block;
	width: 122px;
	height: 20px;
	padding-top: 5px;
	background-color: #FEA929;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	text-align: center;
	border: 1px solid #F28A0B;
	margin: 4px 0 0 75px;
	float: left;
}

a.login_button:hover {
	text-decoration: underline;
}

span.mistakeMessage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff0000;
	padding-left: 8px;
	margin-bottom: 0;
}

select:hover {
	cursor: pointer;
}

/*LOGIN FORM*/
form#login .textfield.mistake {
	border: 1px solid #cc0000;
}

form#topic .textfield.mistake {
	border: 1px solid #cc0000;
}

form#topic .textarea.mistake {
	border: 1px solid #cc0000;
}

form#login dt label {
	font-size: 12px;
	color: #45A077;
	font-family: Arial, Helvetica, sans-serif;
}

form#login dt.empty {
	height: 1.2em;
}

form#login dt {
	line-height: 18px;
	margin-bottom: 4px;
	width: 111px;
	float: left;
	clear: left;
}

form#login dd {
	line-height: 18px;
	margin-bottom: 2px;
}

form#login .textfield {
	background: transparent url(../imagenes/select_back.gif) repeat-x top
		left;
	width: 192px;
	padding: 3px 0 0 5px;
	height: 13px;
	border: 1px solid #d2d2d2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8E8E8E;
}

a#forget {
	font-size: 11px;
	color: #45A077;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0;
	text-decoration: underline;
}

/*REGISTER FORM*/
form#register {
	margin-bottom: 10px;
}

form#register .textfield.mistake {
	border: 1px solid #cc0000;
	background: transparent url(../imagenes/select_back.gif) repeat-x top
		left;
}

form#register .textfield2.mistake {
	border: 1px solid #cc0000;
	background: transparent url(../imagenes/select_back.gif) repeat-x top
		left;
}

form#register .textfield3.mistake {
	border: 1px solid #cc0000;
	background: transparent url(../imagenes/select_back.gif) repeat-x top
		left;
}

form#register span.mistake {
	border: 1px solid #cc0000;
	background: transparent url(../imagenes/select_back.gif) repeat-x top
		left;
}

form#register dl {
	margin-bottom: 35px;
}

form#register dt label {
	font-size: 11px;
	color: #8b8b8b;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}

form#register dd label {
	font-size: 11px;
	color: #8b8b8b;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}

form#register dt.empty {
	height: 1.2em;
}

form#register dt {
	width: 170px;
	float: left;
	clear: left;
	margin: 0 4px 4px 0;
	text-align: right;
}

form#register dd {
	margin: 0 0 4px 0;
}

form#register dd.doubleLine {
	margin-bottom: 18px;
}

form#register dd.tripleLine {
	margin-bottom: 32px;
}

form#register .textfield {
	width: 192px;
	padding: 3px 0 0 5px;
	height: 13px;
	border: 1px solid #d2d2d2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8E8E8E;
}

form#register .textfield2 {
	width: 38px;
	padding: 3px 0 0 5px;
	height: 13px;
	border: 1px solid #d2d2d2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8E8E8E;
}

form#register .textfield3 {
	width: 96px;
	padding: 3px 0 0 5px;
	height: 13px;
	border: 1px solid #d2d2d2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8E8E8E;
}

form#register .textarea {
	border: 1px solid #d2d2d2;
	color: #8E8E8E;
	font-size: 11px;
	padding: 3px 0 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	width: 265px;
}

form#register .textarea2 {
	border: 1px solid #d2d2d2;
	color: #8E8E8E;
	font-size: 11px;
	padding: 3px 0 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	width: 365px;
}

form#register .select {
	width: 106px;
	height: 18px;
	border: 1px solid #d2d2d2;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #8E8E8E;
	line-height: 12px;
}

form#register .select2 {
	width: 199px;
	height: 18px;
	border: 1px solid #d2d2d2;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #8E8E8E;
	line-height: 12px;
}

form#register a.login_button.partner {
	margin-left: 0;
}

/*FORM COLUMN*/
form#register dl.formColumn {
	float: left;
	width: 230px;
}

form#register dl.formColumn dt {
	width: 70px;
}

form#register dd .checkbox {
	height: 14px;
	margin: 8px 3px 0 0;
	vertical-align: bottom;
	width: 14px;
}

form#register dd label.ref {
	font-weight: bold;
	color: #666666;
}

p.references {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	position: relative;
	top: -15px;
}

p.registerTherms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin-bottom: 10px;
}

p.registerTherms a {
	font-size: 11px;
	color: #45A077;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0;
	text-decoration: underline;
}

/*GRAY LINE*/
div.grayLine {
	background: url(../imagenes/gray_dotted.gif) repeat-x top left;
	padding-top: 12px;
	margin-top: 15px;
	width: 100%;
	float: left;
}

div.grayLine a {
	font-size: 12px;
	color: #45A077;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0;
	text-decoration: underline;
}

/*ERROR MESSAGE*/
div#errorMessage {
	float: left;
	background-color: #f4f4f4;
	border: dashed 1px #cd0102;
	width: 654px;
	margin-bottom: 20px;
	padding: 14px 10px 14px 10px;
}

div#errorMessage p {
	margin-bottom: 10px;
}

div#errorMessage p strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

div#errorMessage ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding-left: 8px;
	background: url(../imagenes/list_bullet.gif) no-repeat 0 0.6em;
	margin-bottom: 2px;
}

/*FOROS*/
form#searchForum dt {
	float: left;
}

form#searchForum dl {
	margin-bottom: 15px;
}

form#searchForum dt label {
	color: #999;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-right: 12px;
}

form#searchForum .textfield {
	width: 206px;
	padding: 3px 0 0 5px;
	height: 15px;
	border: 1px solid #d2d2d2;
	font-family: Arial, Helvetica, sans-serif;
	/*font-style:italic;*/
	font-size: 11px;
	color: #8E8E8E;
	float: left;
	margin-right: 15px;
}

form#searchForum .select {
	width: 198px;
	height: 20px;
	border: 1px solid #d2d2d2;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #8E8E8E;
	margin-right: 15px;
	float: left;
}

form#searchForum a.search_button {
	display: block;
	width: 122px;
	height: 17px;
	padding-top: 2px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	text-align: center;
	background-color: #FEA929;
	border: 1px solid #F28A0B;
	float: left;
}

form#searchForum a.search_button:hover {
	text-decoration: underline;
}

/*FORUM TABLE*/
table.forums {
	width: 100%;
	margin-top: 15px;
}

table.forums thead th {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #45A077;
	text-transform: uppercase;
	padding: 14px 0 14px 0;
	text-align: left;
	border-bottom: 1px #ccc solid;
	vertical-align: bottom;
}

table.forums thead th.th01 {
	width: 42%;
}

table.forums thead th.th02 {
	width: 33%;
}

table.forums thead th.th03 {
	width: 25%;
}

table.forums tbody td.image {
	width: 4%;
}

table.forums tbody td strong {
	text-align: left;
	vertical-align: middle;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

table.forums tbody td {
	padding: 14px 0 14px 0;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	border-bottom: 1px #ccc solid;
}

table.forums tbody td span {
	background: url(../imagenes/table_td_back.gif) no-repeat left 0.2em;
	display: block;
	padding-left: 10px;
	height: 38px;
}

table.forums tbody tr:hover td {
	cursor: pointer;
	background-color: #f7f7f7;
}

/*FORUMS TOPICS*/
h3.forumtitle {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #45A077;
	margin: 15px 0 25px 0;
}

p.addTopic {
	margin-bottom: 0;
	background: url(../imagenes/add_icon.gif) no-repeat top left;
	padding-left: 19px;
	line-height: 14px;
}

p.addTopic a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #45A077;
	text-decoration: underline;
}

p.anwerTopic {
	margin-bottom: 0;
	background: url(../imagenes/edit_icon.gif) no-repeat top left;
	padding-left: 19px;
	line-height: 16px;
}

p.anwerTopic a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #45A077;
	text-decoration: underline;
}

/*TOPIC LIST*/
div.topic {
	float: left;
	width: 100%;
	background: url(../imagenes/gray_dotted.gif) repeat-x top left;
	margin-top: 10px;
}

div.topicContent {
	padding: 10px 0 0 12px;
	width: 687px;
}

div.topicContent ul {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

div.topicContent ul li {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding: 0 6px 0 0;
	margin-right: 5px;
	background: url(../imagenes/user_data_border.gif) no-repeat right 0.2em;
}

div.topicContent ul li.noBorder {
	background: none;
}

div.topicContent ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #45A077;
	text-decoration: underline;
}

div.topicContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin-bottom: 15px;
}

p.forumText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-bottom: 15px;
}

p.forumText span {
	color: #45A077;
}

h3.original {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #45A077;
}

div.searchItem.forums {
	background: url(../imagenes/gray_dotted.gif) repeat-x bottom left;
	padding-bottom: 5px;
}

div.searchItem.forums p {
	color: #bcbcbc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	margin-bottom: 5px;
}

div.searchItem.forums p a {
	color: #45A077;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}

div.searchItem.forums p.search_text {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 15px;
	font-weight: normal;
	padding-left: 50px;
}

/*NEW TOPIC FORM*/
form#topic {
	margin-bottom: 15px;
}

form#topic dt label {
	font-size: 11px;
	color: #8b8b8b;
	font-family: Arial, Helvetica, sans-serif;
}

form#topic dd label {
	font-size: 11px;
	color: #8b8b8b;
	font-family: Arial, Helvetica, sans-serif;
}

form#topic dt.empty {
	height: 1.2em;
}

form#topic dt {
	width: 170px;
	float: left;
	clear: left;
	margin: 0 4px 4px 0;
	text-align: right;
}

form#topic dd {
	margin: 0 0 4px 0;
}

form#topic .textfield {
	width: 350px;
	padding: 3px 0 0 5px;
	height: 13px;
	border: 1px solid #d2d2d2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8E8E8E;
}

form#topic .textarea {
	border: 1px solid #d2d2d2;
	color: #8E8E8E;
	font-size: 11px;
	padding: 3px 0 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	width: 350px;
}

form#topic .regular_button.leftMargin {
	margin-left: 35px;
}

table.forumTopics {
	width: 100%;
	margin-top: 15px;
}

table.forumTopics thead th {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #45A077;
	text-transform: uppercase;
	padding: 0 0 14px 0;
	text-align: left;
	border-bottom: 1px #ccc solid;
	vertical-align: bottom;
}

table.forumTopics thead th.th01 {
	width: 40%;
}

table.forumTopics thead th.th02 {
	width: 15%;
}

table.forumTopics thead th.th03 {
	width: 25%;
}

table.forumTopics thead th.th04 {
	width: 20%;
}

table.forumTopics tbody td.image {
	width: 3%;
	vertical-align: top;
}

table.forumTopics tbody td strong {
	text-align: left;
	vertical-align: middle;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

table.forumTopics tbody td {
	padding: 5px 0 5px 0;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	border-bottom: 1px #ccc solid;
}

table.forumTopics tbody td span {
	background: url(../imagenes/table_td_back.gif) no-repeat left 0.2em;
	display: block;
	padding-left: 10px;
	height: 20px;
}

table.forumTopics tbody tr:hover td {
	cursor: pointer;
	background-color: #f7f7f7;
}

/*DOWNLOADS*/
div.downloadType {
	height: 22px;
	padding: 6px 0 0 12px;
	margin: 20px 0 15px 0;
	background: url(../imagenes/download_type_back.gif) repeat-x top left;
	clear: both;
	float: left;
	width: 694px;
}

div.downloadType h2 {
	color: #45A077;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

div.downloadItem {
	float: left;
	width: 260px;
	padding: 0 60px 0 8px;
	margin-bottom: 15px;
}

div.downloadItem h3 {
	color: #45A077;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
}

div.downloadItem p {
	color: #8b8b8b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 10px;
}

div.downloadItem p a.download {
	color: #45A077;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 10px;
	padding-right: 17px;
	background: url(../imagenes/download_icon.gif) no-repeat right 0.5em;
	text-decoration: underline;
}

/*MAGAZINE DETAIL*/
div.text {
	margin-top: 20px;
	padding-right: 25px;
}

div.text p {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 15px;
}

div.magazineDetail {
	margin-bottom: 20px;
}

div.magazineDetail h3 {
	color: #45A077;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 13px;
	background: url(../imagenes/gray_dotted.gif) repeat-x bottom left;
	padding-bottom: 6px;
}

div.magazineDetail img {
	border: 1px solid #DDDDDD;
	padding: 3px;
	float: left;
	margin-right: 15px;
}

div.magazineDetail ul {
	float: left;
	width: 240px;
}

div.magazineDetail ul li {
	background: url(../imagenes/more_info_icon.gif) no-repeat 0 0;
	padding-left: 23px;
	margin-bottom: 5px;
	line-height: 14px;
}

div.magazineDetail ul li a {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

div.magazineDetail ul li a:hover {
	color: #45A077;
}

/*SEARCH RESULTS*/
div#resultsView {
	position: relative;
}

div#resultsView h2.pageName {
	padding-bottom: 12px;
}

form#searchForum.results {
	position: absolute;
	left: 90px;
	top: 0px;
	width: 600px;
}

h3#searchResultsTitle {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 25px;
}

h3#searchResultsTitle.forums {
	margin: 15px 0 25px 0;
}

h3#searchResultsTitle span {
	color: #45A077;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

div.searchItem {
	margin-bottom: 20px;
}

div.searchItem p {
	color: #bcbcbc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	margin-bottom: 2px;
}

div.searchItem p a {
	color: #45A077;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}

div#pagination.topBorder {
	background: url(../imagenes/gray_dotted.gif) repeat-x top left;
}

/*MEDIC CALCULATORS*/
div.medicCalculatorsList {
	float: left;
	width: 318px;
	padding: 0 25px 0 5px;
}

div.medicCalculatorsList h3 {
	color: #45A077;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 5px 0;
}

div.medicCalculatorsList ul {
	margin-bottom: 20px;
}

div.medicCalculatorsList ul li {
	margin-bottom: 5px;
	background: none;
	padding: 0;
}

div.medicCalculatorsList ul li a {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

div.medicCalculatorsList ul li a:hover {
	color: #45A077;
}

/*SITE MAP*/
div.columnSiteMap {
	
}

div.mapGroup h3 {
	color: #45A077;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 5px 0;
}

div.mapGroup h3 a {
	color: #45A077;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 5px 0;
}

div.mapGroup {
	margin-bottom: 25px;
}

div.mapContent {
	float: left;
	width: 169px;
	min-height: 89px;
	background: url(../imagenes/vertical_gray_dotted.gif) repeat-y top right
		;
	padding: 5px 10px 10px 5px;
	margin-right: 10px;
}

div.mapContent.noBorder {
	background-image: none;
	margin-right: 0;
}

div.mapContent ul li.firstLevel {
	background: none;
	padding: 0;
}

div.mapContent ul li.firstLevel a {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

div.mapContent ul li.firstLevel a:hover {
	color: #45A077;
}

div.mapContent ul.secondLevel {
	margin-top: 15px;
	padding-left: 15px;
}

div.mapContent ul.secondLevel li {
	margin-bottom: 2px;
	background: none;
	padding: 0;
}

div.mapContent ul.secondLevel li a {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

div.mapContent ul.secondLevel li a:hover {
	color: #45A077;
}

/*NEWS DETAIL*/
div#newDate p {
	margin-top: -30px;
	float: right;
	color: #bcbcbc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0;
}

div#leftColumnNew {
	float: left;
	width: 237px;
	padding-top: 25px;
	margin-right: 20px;
}

div#leftColumnNew img {
	border: 1px solid #DDDDDD;
	padding: 3px;
	margin-bottom: 10px;
	float: left;
	clear: both;
}

div#centralColumnNew {
	padding-top: 25px;
	float: left;
	width: 440px;
}

div#centralColumnNew h3 {
	color: #45A077;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 6px;
	margin-bottom: 8px;
}

div#centralColumnNew p {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 15px;
}

div#centralColumnNew p a {
	color: #45A077;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}

/*TOP LIST TOOLS*/
ul.topListTools {
	margin-bottom: 15px;
	float: left;
}

ul.topListTools li a {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

ul.topListTools li a:hover {
	text-decoration: underline;
	color: #45A077;
}

ul.topListTools li {
	margin-right: 12px;
	line-height: 16px;
	float: left;
}

ul.topListTools li.recomend {
	background: url(../imagenes/recomend_icon.gif) no-repeat 0 0.3em;
	padding-left: 18px;
}

ul.topListTools li.share {
	background: url(../imagenes/share_icon.gif) no-repeat 0 0.2em;
	padding-left: 20px;
}

ul.topListTools li.print {
	background: url(../imagenes/print_icon.gif) no-repeat 0 0;
	padding-left: 20px;
}

/*LAST NEWS*/
div#lastNews {
	width: 100%;
	float: left;
	margin-top: 10px;
}

div#lastNews ul {
	margin-bottom: 50px;
}

div#lastNews ul li {
	background: url(../imagenes/arrow_icon.gif) no-repeat 0 0.4em;
	padding-left: 10px;
	margin-bottom: 4px;
}

div#lastNews ul li a {
	color: #45A077;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

/*SURVEY*/
div.surveyContent {
	width: 659px;
	padding-top: 25px;
}

div.surveyContent h3 {
	color: #45A077;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

/*SURVEY TABLE*/
table.survey {
	width: 100%;
	margin: 15px 0 35px 0;
}

table.survey thead th {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	padding: 8px 0 8px 0;
	text-align: left;
	vertical-align: bottom;
}

table.survey thead th.th01 {
	width: 11%;
}

table.survey thead th.th02 {
	width: 53%;
}

table.survey thead th.th03 {
	width: 8%;
	text-align: center;
}

table.survey thead th.th04 {
	width: 28%;
}

table.survey tbody td {
	text-align: left;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border-bottom: 3px #fff solid;
	line-height: 12px;
}

table.survey tbody td span {
	background-color: #eaeaea;
	display: block;
	padding: 7px 15px 5px 8px;
	min-height: 20px;
}

table survey tr:hover td {
	cursor: default;
	background-color: #f7f7f7;
}

table.survey tbody td.percent {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0 3px 0 15px;
	vertical-align: middle;
	text-align: right;
}

table.survey tbody td.graphic {
	vertical-align: middle;
}

table.survey tfoot td {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	padding: 5px 0 5px 0;
}

table.survey tfoot td span {
	color: #45A077;
}

/*GENERIC LIST*/
ul {
	margin-bottom: 15px;
}

ul li {
	background: url(../imagenes/round_list_bullet.gif) no-repeat 0.9em 0.4em
		;
	padding-left: 25px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ol {
	margin-bottom: 15px;
	margin-left: 5px;
}

ol li {
	list-style-type: decimal;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 25px;
}

/*SEMERGEN DOC*/
div.list .textContent2 {
	float: left;
	width: 363px;
	padding-left: 17px;
}

div.listContent2 {
	padding: 20px 0 20px 12px;
	width: 480px;
	float: left;
}

div.patrocinador {
	width: 200px;
	float: left;
	padding-top: 44px;
	text-align: center;
	color: #666666;
}

div.patrocinador img {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	float: none !important;
}

* html div.list .textContent {
	width: 350px; /** JAVI **/
}

div.tituloEntrada {
	float: left;
	width: 100%;
}

div.imagenEntrada {
	float: left;
	width: 100px;
	text-align: center;
}

div.imagenEntrada img {
	margin-bottom: 10px !important;
}

div.imagenEntrada a.solDoc {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

/* AULA SEMERGEN */
#aula-content {
	background: #ffffff url(../imagenes/bg_aula.jpg) no-repeat 0 0;
	font-size: 1.15em;
	margin-top: 2.5em;
	min-height: 31em;
	padding-left: 29.5em;
}

* html #aula-content {
	height: 31em;
}

*+html #aula-content {
	height: 31em;
}

#aula-content p {
	color: #999;
	margin-bottom: 1.2em;
}

.boton {
	background: transparent url(../imagenes/bg_boton_2.gif) repeat-x left
		bottom;
	margin-left: 0.5em;
	padding: 1em 0.5em 0.5em 0;
}

.boton span {
	background: transparent url(../imagenes/bg_boton_1.gif) no-repeat 0 0;
	color: #3c7491;
	margin-left: -0.5em;
	padding: 0.5em 0 0 2.2em;
}
