/*------------------------------------------------------------------------
# JA Iolite for joomla 1.5 - Version 1.1 - Licence Owner JA90689
# ------------------------------------------------------------------------
# Copyright (C) 2004-2008 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: J.O.O.M Solutions Co., Ltd
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
# This file may not be redistributed in whole or significant part.
-------------------------------------------------------------------------*/

/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	
}

body {
	background: #FFFFFF;
	color: #000000;
	font-family: "Lucida Grande", Arial, sans-serif;
	line-height: 1.6;

}

body#bd {
	color: #695B4E;
	background: #F5F4ED;
	margin: 0 0 10px;
}

body.contentpane {
	color: #000000;
	font-size: 15px;
	line-height: 1.3em;
	margin: 0;
	margin: 1em 2em;
	width: auto; /* Printable Page */
}

body.fs1 {font-size: 10px;}
body.fs2 {font-size: 11px;}
body.fs3 {font-size: 12px;}
body.fs4 {font-size: 13px;}
body.fs5 {font-size: 14px;}
body.fs6 {font-size: 15px;}

/* Normal link */
a {
	color: #963030;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #FFFFFF;
	text-decoration: none;
	background: #963030;
}

a.googlemaps {
	color: #980d35;
}

a.googlemaps:hover, a.googlemaps:active, a.googlemaps:focus {
	color: #ffffff;
	text-decoration:underline;
	background:#980d35;
}


a img {
	border: none;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, .nftitle, .titulo {
	line-height: normal;
	font-weight: normal;
	color: #3C3229;
	font-family: "Trebuchet MS", Arial, sans-serif;
}	
/* Small text */
small, .small, .smalldark, .createby, .createdate, .modifydate, .img_caption,
p.site-slogan, a.readon, #ja-pathway, #ja-colwrap, #ja-botsl1, #ja-botsl2, #ja-footer {
	font-size: 92%;
}

small, .small, .img_caption {
	color: #A99C90;
}

img {
	margin: 0;
	padding: 0;
}

img.caption {
	margin-top: 15px;
}

/* Heading */
h1 { margin:0px; padding:0px;}
h2 { margin:0px; padding:0px; font-weight:normal; font-size: 100%;}
h3 {font-size: 100%; margin:0px; padding-bottom:10px;}
h4 {font-size: 100%; }

p, pre, blockquote, ul, ol, h5, h6 {
	margin: 10px 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	background: url(../images/bullet.gif) no-repeat 18px 12px;
	background-position:center left;
	/*line-height: 30px;*/
	padding-left: 20px;
	margin-left:20px;
}

ol li {
	line-height: 180%;
	margin-left: 35px;
}

th {
	font-weight: bold;
	padding: 5px;
	text-align: left;
}

fieldset {
	border: none;
	padding: 10px 5px;
}

fieldset a {
	font-weight: bold;
}

fieldset.input {
	padding: 0;
}

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #C9C0B7;
	height: 1px;
}

td, div {
	font-size: 100%;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox, .button {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
}

.inputbox {
	border: 1px solid #C9C0B7;
	padding: 2px;
	background: #FFFFFF;
	color: #695B4E;
}

.button {
	padding: 1px 8px;
	border: 1px solid #C9C0B7;
	background: url(../images/but-bg.gif) repeat-x center #D3D3CA;
	font-weight: bold;
	color: #695B4E;
	cursor:pointer;
}

* html .button { /*IE 6*/
	padding: 0 5px !important;
}

*+html .button { /*IE 7*/
	padding: 0 5px !important;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
.article_separator {
	clear: both;
	display: block;
	height: 30px;
}

.column_separator {
	padding: 0 5px;
}

/* content tables */
.sectiontableheader {
	background: #1D1D1D;
	border-right: 0px solid #E7E6DF;
	padding: 4px;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
	padding: 4px;
}

tr.sectiontableentry2 td {
	background: #E7E6DF;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	font-size:13px;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
	font-size: 92%;
}

table.contenttoc a {
	text-decoration: none;
}

table.contenttoc td {
	background: url(../images/bullet.gif) no-repeat 10px 7px;
	padding: 1px 5px 1px 20px;
}

table.contenttoc th {
	border-bottom: 1px solid #E7E6DF;
	padding: 0 0 3px;
	text-indent: 5px;
}

table.poll {
	border-collapse: collapse;
	padding: 0;
	width: 100%;
}

table.pollstableborder {
	border: none;
	padding: 0;
	text-align: left;
	width: 100%;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	border-collapse: collapse;
	border-spacing: 0;
	padding: 4px !important;
	background: none;
}

table.pollstableborder tr.sectiontableentry1 td {
	background: #E7E6DF;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

.blog_more strong {
	display: block;
	font-size: 125%;
	margin: 0 0 5px;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	background: url(../images/bullet.gif) no-repeat 6px 7px;
	margin: 0;
	padding: 0 0 0 17px;
}

.category {
	font-weight: bold;
}

h1.componentheading, .componentheading {
	margin: 0 0 10px;
	padding: 0 0 5px;
}

.componentheading {
	font-size: 175%;
	background: url(../images/hdot1.gif) repeat-x bottom;}

.contentdescription {
	padding-bottom: 30px;
}

h2.contentheading, .contentheading {
	margin: 0;
	padding: 0 0 5px;
}

.contentheading {
	font-size: 175%;
	background: url(../images/hdot1.gif) repeat-x bottom;
}

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
}

a.readon {
	display: block;
	float: left;
	text-align: center;
	clear: both;
	padding: 0 5px 0 12px;
	text-transform: uppercase;
	text-decoration: none;
	background: url(../images/arrow3.png) no-repeat 5px 50% #963030;
	color: #FFFFFF;
}

a.readon:hover, a.readon:focus, a.readon:active {
	background: url(../images/arrow3.png) no-repeat 5px 50% #695B4E;
}

table.contentpaneopen td, table.contentpane td {
text-align:justify;
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.moduletable {
	padding: 0;
}

ul.pagination {
	margin: 15px auto 0;
	padding: 0;
}

ul.pagination li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
}

ul.pagination li span{
	padding: 2px 5px;
}

ul.pagination a {
	padding: 2px 3px;
	text-decoration: none;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
}

.pagenavbar {
	background: url(../images/icon-pages.gif) no-repeat center left;
	font-weight: bold;
	padding-left: 14px;
}

.pagenavcounter {
	background: url(../images/icon-pages.gif) no-repeat 0 11px;
	font-weight: bold;
	padding: 8px 14px 0 14px;
}

.sectiontableheader {
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 1px;
}

.sectiontableheader a {
	/*color: #FFFFFF;*/
}

tr.sectiontableentry1 td {
	padding: 8px 5px;
}

tr.sectiontableentry2 td {
	padding: 8px 5px;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

/* META
--------------------------------------------------------- */
.createdate {
	color: #A99C90;
}

.modifydate {
	float: left;
	width: 100%;
	color: #A99C90;
	margin-bottom: 10px;
	display: block;
}

.buttonheading {
	background: url(../images/hdot1.gif) repeat-x bottom;
}

.buttonheading img {
	border: 0;
	float: right;
	margin: 7px 5px 0 0;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-wrapper {
}

#ja-header,
#ja-mainnav,
#ja-hp,
#ja-container,
#ja-topsl,
#ja-footer {
	width: 950px;
	margin: 0 auto;
	clear: both;
}

.narrow #ja-header,
.narrow #ja-mainnav,
.narrow #ja-hp,
.narrow #ja-container,
.narrow #ja-topsl,
.narrow #ja-footer {
	width: 750px;
}

#ja-container {
	/*background: url(../images/vdot2.gif) repeat-y 34% 0;*/
}

#ja-container-inner {
	background: url(../images/vdot2.gif) repeat-y 19% 0;
}

/* COLUMNS
--------------------------------------------------------- */
#ja-colwrap {
	overflow: hidden;
	width: 100%;
}

/*columns*/
#ja-col1 {
	float: left;
	width: 20%;
}
#ja-content {
	/*clear: both;
	display: block;*/
	width: 60%;
	float: left;
	padding-right:10px;
	background: url(../images/vdot2.gif) repeat-y 100% 0;
	min-height:380px !important;
}
#ja-col2 {
	float: left;
	width:18%;
}

/** html #ja-col2 {
	width: 49.2%;
}*/

#ja-col1 div.ja-innerpad,
#ja-col2 div.ja-innerpad {
	padding: 2px 20px 0px 5px;
}

/*common style for column*/
#ja-colwrap table {
	border-collapse: collapse;
	border-spacing: 0;
}

#ja-colwrap .article_separator {
	display: none;
}

#ja-colwrap ul {
	list-style: none;
}

/* COLLAPSIBLE LAYOUT
--------------------------------------------------------- */
#ja-containerwrap,
#ja-containerwrap-f,
#ja-containerwrap-c {
	padding: 40px 0 20px;
	margin: 0;
	clear: both;
	background: url(../images/grad1.gif) repeat-x top;
}

/* full */
#ja-containerwrap-f #ja-container  {
	background: none;
}

#ja-containerwrap-f #ja-container-inner {
	background: none;
}

#ja-containerwrap-f #ja-content {
	width: 100%;
}

/* content + 1 col */
#ja-containerwrap-c #ja-container  {
	background: none;
}

#ja-containerwrap-c #ja-container-inner {
	background: url(../images/vdot2.gif) repeat-y 22% 0;
}

#ja-containerwrap-c #ja-content {
	width: 75%;
}

#ja-containerwrap-c #ja-colwrap {
	width: 22%;
}

#ja-containerwrap-c #ja-col1,
#ja-containerwrap-c #ja-col2 {
	width: 100%;
}


/* MODULE
--------------------------------------------------------- */
div.moduletable h3,
div.moduletable_menu h3,
div.moduletable_text h3,
div.moduletable_hilite h3 {
	font-size: 175%;
	margin: 0 0 5px;
	padding: 2px 0 5px;
	letter-spacing: -1px;
	background: url(../images/hdot1.gif) repeat-x bottom;
}

div.moduletable,
div.moduletable_menu,
div.moduletable_text,
div.moduletable_hilite {
	margin: 0 0 20px;
	padding: 0 0 5px;
}

div.moduletable_menu h3 {
	background: none;
	padding: 0;
}

div.moduletable_hilite {
	background: url(../images/grad2.gif) repeat-x top #FA6900;
	padding: 5px 10px;
	border: 1px solid #DD5D00;
}

div.moduletable_hilite h3 {
	padding: 0 0 5px;
	background: url(../images/hdot2.gif) repeat-x bottom;
}

div.moduletable_hilite,
div.moduletable_hilite h3, div.moduletable_hilite a {
	color: #FFFFFF;
}

/* mis */
div.banneritem_text {
	padding: 5px 0 !important;
}

div.advs {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

div.moduletable ul,
div.moduletable_text ul,
div.moduletable_menu ul,
div.moduletable_hilite ul {
	margin: 0;
	padding: 0;
}

div.moduletable li,
div.moduletable_text li,
div.moduletable_menu li,
div.moduletable_hilite li {
	background: url(../images/bullet.gif) no-repeat 5px 8px;
	margin: 0;
	padding-left: 16px;
}

/* HEADER
--------------------------------------------------------- */
#ja-headerwrap {
	height: 105px;
	background: url(../images/fondo1.gif) repeat-x;
	width:100%;
}

#ja-header {
	height: 45px;
	line-height: normal;
	position: relative;
}

div.logo, div.logo-text, div.logoEN {
	margin: 0;
	padding: 0;
	font-size: 300%;
	letter-spacing: 1px;
}

div.logo a {
	width: 349px;
	display: block;
	background: url(../images/logo.jpg) no-repeat;
	position: absolute;
	height:70px;
	top:0;
	left: 0;
}

div.logoEN a {
	width: 349px;
	display: block;
	background: url(../images/logoEN.jpg) no-repeat;
	position: absolute;
	height:70px;
	top:0;
	left: 0;
}

div.logo a:hover, div.logo a:active, div.logo a:focus {
}

div.logoEN a:hover, div.logoEN a:active, div.logoEN a:focus {
}

* html div.logoEN a:hover {
	background: url(../images/logoEN.jpg) no-repeat;
	cursor: pointer;
}

* html div.logo a:hover {
	background: url(../images/logo.jpg) no-repeat;
	cursor: pointer;
}

div.logo-text a {
	text-decoration: none;
	outline: none;
	position: absolute;
	top: 5px;
	left: 25px;
	color: #FFFFFF;
}

div.logo-text a:hover, logo-text a:active, logo-text a:focus {
	color: #FFFFFF;
	background: none;
}

p.site-slogan {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 10px;
	left: 25px;
	letter-spacing: 1px;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnavwrap {
	z-index: 999;
	background: url(../images/fondo-menu.gif) top;
	border-bottom:#333333 2px solid;
	height: 39px;
	margin-top:20px;
}

#ja-mainnav {
	height: 35px;
	padding-top: 5px;
}

#ja-mainnav a, #ja-subnav a {
	outline: none;
}

#ja-subnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(../images/hdot1.gif) repeat-x top;
}

#ja-subnav li {
	background: none;
	margin: 0;
	padding: 1px 0;
	background: url(../images/hdot1.gif) repeat-x bottom;
}

#ja-subnav a {
	display: block;
	outline: none;
	padding: 5px 2px;
	color: #695B4E;
	text-decoration: none;
}

#ja-subnav a:hover,
#ja-subnav a:active,
#ja-subnav a:focus {
	color: #695B4E;
	background: #E7E6DF;
}

#ja-subnav li.active a {
	color: #695B4E;
	background: #E7E6DF;
	font-weight: bold;
}

/* breadcrumbs */
#ja-pathway {
	padding: 6px 0 7px;
	background: url(../images/hdot1.gif) repeat-x bottom;
	text-transform: uppercase;
}

#ja-pathway strong {
	margin-right: 5px;
	background: url(../images/symbol.gif) no-repeat left #E7E6DF;
	padding: 5px 5px 5px 31px;
	text-transform: uppercase;
}

#ja-pathway a {
	text-decoration: none;
}

#ja-pathway a:hover {
	text-decoration: underline;
}

#ja-pathway img {
	margin: 1px 5px;
}

/* Default Joomla! Menu */
ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(../images/hdot1.gif) repeat-x top;
}

ul.menu li {
	background: none;
	margin: 0;
	padding: 1px 0;
	background: url(../images/hdot1.gif) repeat-x bottom;
}

ul.menu li a {
	display: block;
	outline: none;
	padding: 5px 2px;
	color: #695B4E;
	text-decoration: none;
	font-size:14px;
	font-family:Verdana;
}

ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
	color: #695B4E;
	background: #E7E6DF;
}

ul.menu li.active a {
	background: #E7E6DF;
	font-weight: bold;
}

ul.menu li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu li li {
	border: none;
}

ul.menu li li a {
	background: url(../images/arrow.png) no-repeat 10px 11px !important;
	border: none;
	font-weight: normal !important;
	padding-left: 20px !important;
	width: 75%; /*need for ie6*/
}

ul.menu li li a:hover,
ul.menu li li a:active,
ul.menu li li a:focus {
	background: none;
	color: #FA6900;
}
ul.menu li li.active a{
	color: #980d35;
}

/* SPOTLIGHT
--------------------------------------------------------- */
/* Spotlight Box Style */
.ja-box-full, .ja-box-left, .ja-box-center, .ja-box-right {
	float: left;
	overflow: hidden;
}

.ja-box-left, .ja-box-center {
}

/* Top spotlight */
#ja-topslwrap {
	color: #FFFFFF;
	background: url(../images/fondo2.jpg);
}

#ja-topsl {
	color: #FFFFFF;
	position: relative;
	height: 220px;
}

#ja-topsl div.moduletable {
	padding: 0;
	margin: 0;
	width: 100%;
	position: absolute;
	top: 20px;
}

#ja-topsl .nftitle {
	padding: 40px 0 0;
	margin: 0;
	font-size: 300%;
	color: #FA6900;
}

#ja-topsl .nfcontent {
	font-size: 175%;
	color: #C9C0B7;
	background: #000000;
}

/* Bot spotlight 1 */
#ja-botsl1 {
	border: 1px solid #C9C0B7;
	background: url(../images/botsl-bg.gif) no-repeat bottom right #E7E6DF;
}

#ja-botsl1 div.moduletable {
	padding: 5px 15px;
	margin-bottom: 0;
}

#ja-botsl1 ul, #ja-botsl ol {
	margin: 10px 0;
	padding: 0;
}

#ja-botsl1 ol li {
	margin: 0 0 0 18px;
	padding: 0;
}

#ja-botsl1 ul li {
	margin: 0;
	padding: 0 0 0 12px;
	background: url(../images/arrow.png) no-repeat 2px 7px;
}

#ja-botsl1 li a {
	color: #695B4E;
}

#ja-botsl1 a:hover, #ja-botsl1 a:active, #ja-botsl1 a:focus {
	color: #FFFFFF;
}

/* Bot spotlight 2 */
#ja-botsl2 {
}

/* FOOTER
--------------------------------------------------------- */
#ja-footerwrap {
	padding: 0;
}

#ja-footer {
	border-top: 5px solid #C9C0B7;
	padding: 0;
	position: relative;
}

#ja-footer small {
	float: left;
	color: #A99C90;
	font-size: 100%;
	padding: 8px 5px;
}

#ja-footer ul {
	float: right;
	margin: 0;
	padding: 8px 0 0;
	line-height: normal;
}

#ja-footer li {
	display: inline;
	margin: 0;
	padding: 0;
	background: none;
}

#ja-footer li a {
	display: inline;
	line-height: normal;
	padding: 0 7px;
}

li.ja-firstitem {
	background: none !important;
}

.ja-footurl {
	float: none;
	clear: both;
}

/* MISCELLANOUS
----------------------------------------------------------- */
ul.accessibility {
	position: absolute;
	top: -100%;
}

/* Search */
#ja-search {
	top: 10px;
	right: 8px;
	position: absolute;
	font-size: 12px;
	background:#232323; /*url(../images/search-bg.jpg) no-repeat;*/
	width: 198px;
	height: 30px;
}
#busca{
	background: url(../images/search-bg.jpg) no-repeat;
	width:150px;
	padding-left:10px;
}

* html #ja-search {
	right: 75px;
}

#ja-search .inputbox {
	padding: -10px 0 0 20px;
	background: none;
	border: none;
	color: #695B4E;
}

#ja-search .inputbox {
	padding: -10px 0 0 20px;
	background: none;
	border: none;
	color: #C9C0B7;
}


/* Idiomas */
#ja-idiomas {
	top: 70px;
	right: 10px;
	position: absolute;
	width: 170px;
	height: 35px;
}

/*others*/
.mostread, .latestnews {
	text-decoration: none;
}

#ja-banner {
	margin: 20px 0 0;
	text-align: center;
	overflow: hidden;
	width: 100%;
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	background: none!important;
	display: block;
	margin: 10px 0;
	text-decoration: none!important;
}

.clr {
	clear: both;
}

.hasTip img {
	border: none;
	margin: 10px 5px 0 0;
}

div.ja-innerdiv {
	padding: 8px 0 5px;
	border-bottom: 1px solid #E7E6DF;
}

div.ja-innerdiv img {
	padding: 2px;
	margin: 0 5px 0 0;
}

div.ja-innerdiv span.date {
	font-size: 80%;
	font-weight: bold;
}

div.ja-innerdiv img {
	padding: 2px;
	border: 1px solid #E7E6DF;
}

/* JA Hpanel */
#ja-hp-switch {
	float: right;
	display: none;
	cursor: pointer;
	background: url(../images/hpanel-bg.png) no-repeat top;
	color: #FFFFFF;
	width: 35px;
	height: 30px;
	text-indent: -5000px;
	margin-right: 15px;
}

.ja-hp-active {
	color: #3C3229 !important;
	background: url(../images/hpanel-bg.png) no-repeat bottom !important;
}

#ja-hpwrap {
	background: #D3D3CA;
	font-size: 11px;
}

#ja-hp {
	line-height: normal;
}

div.ja-hpmodule {
	float: right;
	padding: 3px 0 2px;
}

html>body div.ja-hpmodule {
	float: right;
	padding: 5px 0 5px;
}

div.ja-hpmodule form {
	float: left;
}

div.ja-hpmodule form label {
	float: left;
	padding: 0 5px;
}

div.ja-hpmodule form input.button {
	float: left;
}

div.ja-hpmodule form #mod_login_username,
div.ja-hpmodule form #mod_login_password {
	width: 100px;
}

div.ja-hpmodule .ja-login-links {
	display: none;
}

/* User Tools */
#ja-usertools {
	padding: 7px 0 0;
	font-size: 11px;
	float: left;
}

#ja-usertools ul {
	margin: 0 15px 0 0;
	padding: 0;
	float: left;
}

#ja-usertools ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	display: inline;
}

#ja-usertools img {
	padding: 0 3px 0 0;
}

/* Tooltips */
.tool-tip {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	float: left;
	max-width: 200px;
	padding: 5px;
}

.tool-title {
	background: url(../../system/images/selector-arrow.png) no-repeat;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	margin-top: -15px;
	padding: 0;
	padding-bottom: 5px;
	padding-top: 15px;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
	margin: 0;
	padding: 0;
}

#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
	background: none;
	color: #990c36;
	margin: 0;
	padding: 5px;
}

/* System Standard Messages */
#system-message dd.message ul {
	background: #f5c556;
	border: none;
}

/* System Error Messages */
#system-message dd.error ul {
	background: #f5c556;
	border: none;
}

/* System Notice Messages */
#system-message dd.notice ul {
	background: #f5c556;
	border: none;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	display: block;
	width: 100%;
}

* html .clearfix {
	height: 1%;
}
#enlacehome {
	height:30px;
	width: 90px;
	padding-left: 20px;
	background: url(../images/btn-peq.gif) no-repeat;
	float:left;
}
a.enlace:hover, a.enlace:active, a.enlace:focus {
	font-weight:bold;
	text-decoration:none;
	background:none;
	color: #980d35;
}
#enlacehome2 {
	height:30px;
	width: 180px;
	padding-left: 20px;
	background: url(../images/btn-lrg.gif) no-repeat;
	float:left;
}
.xmap {
	font-size:12px;
}
