body {
	background: #A5ABAA url("/images/background.jpg") no-repeat right top;
	background-attachment: fixed;
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0;
}
img {
	border: 0;
}

.formato	{
	background-color: #eeefff;
	border-width: 1px;
	border-color: #eeeeee;
}
.off	{
	border-style: outset;
}
.on	{
	border-style: inset;
}




#navcontainer ul {
	background-color: #000;
	color: White;
	float: left;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	margin: 0;
	padding-left: 0;
	width: 100%;
}
#navcontainer ul li {display: inline;}
#navcontainer ul li a {
	background-color: #000;
	border-right: 1px solid #fff;
	color: White;
	float: left;
	padding: 0.2em 2em;
	text-decoration: none;
}
#navcontainer ul li a#current {
	background-color: #fb0;
	color: #000;
}
#navcontainer ul li a:hover, #navcontainer ul li a#current:hover {
	background-color: #fb0;
	color: #000;
}
.footer {
	background-color: #000;
	color: #fff;
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding: 10px;
	text-align: center;
}
.footer a:link, .footer a:visited {
	color: #fff;
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.productos {
	font-family: thaoma, arial, helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	vertical-align: top;
}
.productos a:link, .productos a:visited {
	color: #333;
	text-decoration: none;
}
.productos a:hover {
	color: #fa0;
	text-decoration: underline;
}
.productos a img {
	border: 0;
}
.leftmenu {
	background-color: #F9A61B;
	border-top: 1px solid #F9A61B;
	border-bottom: 1px solid #F9A61B;
}
.leftmenu a:link, .leftmenu a:visited {
	background-color: #F9A61B;
	color: #000;
	display: block;
	font-family: thaoma, arial, helvetica, sans-serif;
	font-size: 12px;
	padding: 2px 4px 2px 4px;
	text-decoration: none;
}
.leftmenu a:hover {
	background-color: #555;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #fff;
	display: block;
	padding: 1px 4px 1px 4px;
}
.jcbmm {
	padding-top:.8em;
	text-align:center;
}
.titulo {
	font-size: 2em;
	font-weight: bold;
	vertical-align: top;
}
.contenido {
	font-size: 12px;
	font-weight: normal;
}
.contenido a:link, .contenido a:visited {
	color: #fa0;
	font-weight: bold;
	text-decoration: none;
}
.contenido a:hover {
	color: #fa0;
	text-decoration: underline;
}
.contenido img {
	border: 0;
	margin: 1em;
}
.Tmedidas {
	font-size: 0.9em;
	margin: auto;
}
.Tmedidas th {
	background: #ddd;
	border-bottom: 1px solid #777;
}
.Tmedidas td {
	border-bottom: 1px solid #777;
	border-right: 1px solid #777;
	text-align: center;
}
.Tmedidas caption {
	font-size: 16px;
	font-weight: bold;
	margin: auto;
	text-align: left;
}



/**
 * Middle region
 */
div#content {
	color: #000;
	font-size: 0.9em;
	padding: 0 1em 1em 1em;
}
div#content h1 {
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 0.6em;
}
div#content h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 0.25em;
}
div#content h2 a:link,
div#content h2 a:visited {
	color: #555;
	text-decoration: none;
}
div#content h2 a:hover {
	color: #ffbb00;
	text-decoration: underline;
}
div#content ul#nodemenu {
	margin: -0.5em 0 0.6em 0;
}
div#content ul#nodemenu li {
	display: inline;
	font-size: 0.75em;
	font-weight: bold;
	padding: 0 1em;
}
div#content ul#nodemenu li a:link,
div#content ul#nodemenu li a:visited {
	color: #c00;
	text-decoration: none;
}
div#content ul#nodemenu li a:hover {
	color: #f00;
	text-decoration: underline;
}
div#content p {
	font-size: 0.9em;
}
div#content p b {
	font-weight: bold;
}
div#content p strong {
	font-size: 1.5em;
	font-weight: bold;
}
div#content p code {
	background: #FFFCF4;
	border: 1px solid #574A22;
	color: #574A22;
	display: block;
	font-size: 1.5em;
	margin: 0.5em;
	padding: 0.3em;
}
div#content p img.imgThumb {
	float: left;
	margin: 0 1.5em 0.5em 1em;
}
div#content p img.imgNorm {
	float: right;
	margin: 0 1em 0.5em 1em;
}
div#content p a:link,
div#content p a:visited {
	color: #F9A61B;
	font-weight: bold;
	text-decoration: none;
}
div#content p a:hover {
	text-decoration: underline;
}
div#content p em {
	font-size: 1.25em;
	font-weight: bold;
}
div#content p.submitted {
	background: #000;
	border-bottom: 2px solid #fa0;
	color: #fff;
	font-size: 0.75em;
	margin: 1em 0 3.5em 0;
	padding: 0.2em;
	text-align: right;
}
div#content div.paginate {
	font-size: 0.75em;
	margin: 1.3em 0;
	text-align: center;
}
div#content div.paginate a:link,
div#content div.paginate a:visited {
	color: #fa0;
	text-decoration: none;
}
div#content div.paginate a:hover {
	text-decoration: underline;
}
div#content div.paginate span {
	font-weight: bold;
}
div#content form fieldset {
	border: 1px solid #FFBB00;
	margin-bottom: 1em;
	padding: 0.4em;
}
div#content form fieldset legend {
	background: #FFFBE9;
	border: 1px solid #FFBB00;
	font-size: 1em;
	font-weight: bold;
	margin: 0 1em;
	padding: 0.3em;
}
div#content form fieldset div.form-item {
	font-size: 0.85em;
	margin-bottom: 0.6em;
}
div#content form fieldset div.form-item label {
	display: block;
	font-weight: bold;
}
div#content form fieldset div.form-item input,
div#content form fieldset div.form-item select {
	font-size: 1em;
}
div#content form fieldset div.form-item textarea {
	font-size: 1.6em;
}
div#content form fieldset div.form-item div.description {
	font-size: 0.75em;
}
div#content table.tracker {
	margin: auto;
}
div#content table.tracker caption {
	font-size: 0.75em;
	margin: auto;
	text-align: center;
}
div#content table.tracker thead tr th {
	font-weight: bold;
	text-align: center;
}
div#content table.tracker tbody tr.shade {
	background: #F2FFFE;
}
div#content table.tracker tbody tr td {
	font-size: 0.85em;
	padding: 0.1em 0.4em;
}
div#content table.tracker tbody tr td a:link,
div#content table.tracker tbody tr td a:visited {
	color: #c00;
	text-decoration: none;
}
div#content table.tracker tbody tr td a:hover {
	color: #f00;
	text-decoration: underline;
}

div#content div#attachments {
	clear: right;
	margin-top: 1em;
}
div#content div#attachments span.tit_attachs {
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
div#content div#attachments ul {
	font-size: 0.9em;
	margin-left: 2em;
}
div#content div#attachments ul li {
	list-style: square;
}
div#content div#attachments ul li a:link,
div#content div#attachments ul li a:visited {
	color: #ff9900;
	text-decoration: none;
}
div#content div#attachments ul li a:hover {
	text-decoration: underline;
}
div#content div#attachments div.thumb {
	display: inline;
}
div#content div#attachments div.thumb img {
	border: 1px solid #000;
	margin: 0.8em;
	padding: 2px;
}

div#content div#gallery {
	clear: right;
	margin-top: 1em;
}
div#content div#gallery span.tit_gallery {
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
div#content div#gallery div {
	color: #999;
	font-size: 0.8em;
	text-align: center;
}
div#content div#gallery div a img {
	border: 2px solid #000;
	margin: 10px;
	padding: 2px;
}
div#content div#gallery div a:hover img {
	border: 4px solid #000;
	margin: 8px;
}

table.forms {
	border-collapse: separate;
	border-spacing: 0.2em;
	margin: 1em auto 1em auto;
}
table.forms caption {
	font-size: 1.3em;
	font-weight: bold;
	margin: 1em auto 1em auto;
	text-align: center;
}
table.forms tbody tr th {
	font-size: 0.8em;
	font-style: italic;
	text-align: right;
}
table.forms tfoot tr td {
	padding: 1em;
	text-align: center;
}
