@import url( 'yui/reset.css' );
@import url( 'yui/reset-fonts.css' );
@import url( 'yui/base.css' );

.clearer
{
	clear:both;
}

a
{
	color: #0000EE;
}
a:hover
{
	font-weight:bold;
}

body,html {
	padding: 10px;
	background: black;
	font: normal 12px 'trebuchet MS';
}

.center {
	text-align: center;
}

#header,
#content,
#footer
{
	width: 960px;
	margin: 0 auto;
}

#header
{
	padding: 7px 0 0 0;
	height: 75px;
	background: #867171 url('header.png') no-repeat;
}

#header a {
	background: url('headerbg_template.png') no-repeat top right;
	display: block;
	width: 955px;
	height: 50px;
	overflow: hidden;
}

#header img {
	margin-left: 4px;
}

#footer
{
	background: url('footbg.png') no-repeat;
	text-align: center;
	color: white;
	padding: 17px 0 3px 0;
	height: 23px;
}

#footer span, #footer address {
	padding: 0 20px 0 20px;
	display: inline;
}

#content {
	background: #E4E4E4 url('mainbg.png') no-repeat 0 -20px;
}

#sectiondata
{
	float: left;
	width:620px; /* Total 660px = 650px + 5px + 5px */
	padding: 5px;
}

#menu
{
	float: left;
	width: 140px;
/* 	background-color: #CCC; */
/* 	height: 400px; */
}

#logos
{
	float: left;
	width: 180px;
/* 	background-color: #AAA; */
	height: 700px;
}

#frmBusqueda select
{
	margin-left:5px;
	border: 1px solid gray;
/* 	width: 100px; */
	text-align: center;
}

#frmBusqueda option {
	text-align: center;
}

#frmBusqueda input,
#frmBusqueda select {
	vertical-align: top;
}

#frmBusqueda a {
	padding-top: 10px;
}

#frmBusqueda #section_motos {
	margin-right: 30px;
}

#frmBusqueda #section_taller {
	margin-left: 30px;
}

#frmBusqueda  select,
#frmBusqueda  input {
	margin-top: 10px;
}

.images img
{
	border:1px solid #CCC;
	padding: 2px;
	margin: 2px;
}

.text
{
	margin-top: 5px;
}

.text .images
{
	float: left;
	margin: 0 5px 5px 0;
}

.related table
{
	margin-top: 5px;
}


.formRegistro
{
	width: 500px;
	margin: 20px auto;
}
.formRegistro p
{
	clear:both;
	min-height: 25px;
}
* html .formRegistro p {
	height: 25px;
}
.formRegistro label
{
	width: 100px;
	float: left;
}
.formRegistro .text
{
	float: left;
	clear:right;
	margin-top: 0;
	width: 200px;
}

.mainmenu {
	margin: 0;
}

.mainmenu li {
	background: url('menubullet.png') no-repeat left center;
	margin: 0 0 5px 10px;
	list-style-type: none;
	padding-left: 10px;
}
* html .mainmenu li {
	background: url('menubullet.gif') no-repeat left center;
}

.mainmenu li a {
	color:#000000;
	text-decoration: none;
}

.mainmenu li a:hover {
	color:#990000;
}

.sectionmenu {
	margin: 0;
}

.sectionmenu li {
	background: url('menubullet.png') no-repeat left 3px;
	margin: 0 0 5px 10px;
	list-style-type: none;
	padding-left: 10px;
}
* html .sectionmenu li {
	background: url('menubullet.gif') no-repeat left 3px;
}

.sectionmenu li.collapsed {
	background: url('menubullet2.png') no-repeat left 3px;
}

* html .sectionmenu li.collapsed {
	background: url('menubullet2.gif') no-repeat left 3px;
}

.sectionmenu li ul {
	padding: 0;
}

.sectionmenu li li {
	margin-left: -20px;
}

.sectionmenu li a {
	color:#000000;
	text-decoration: none;
	font-weight: bold;
}

.sectionmenu li a:hover,
.sectionmenu li.active a {
	color:#990000;
	font-weight: bold;
}

#logos div {
	margin-bottom: 10px;
	margin-top: 5px;
	padding-right: 5px;
}

#logos div img {
/* 	width: 160px; */
/* 	border: 1px solid #004598; */
/* 	background: white; */
/* 	padding: 3px; */
}

textarea {
	width: 100%;
}

.recordset table,
.related table {
	border: 1px solid #FFFFFF;
	opacity: .90;
	filter: Alpha(Opacity=90);
	background: #E8E8E8;
	margin-top: 10px;
}

.related table,
.recordset table th {
	background-color: #FFFFFF;
}

.related table td,
.related table th,
.recordset table td,
.recordset table th {
	border: 1px solid #ffffff;
}

.related table td img,
.recordset table td img {
	display: block;
	margin: 0 auto;
}

.related table td a,
.recordset table td a {
	color: black;
}

.related table td a:hover,
.recordset table td a:hover {
	font-weight: normal;
}

.recordset tr.alterned td {
	background:#FFFFFF;
}

a.goback {
	padding: 2px 0 0 23px;
	display: block;
	height: 20px;
	color: #d80000;
	font-weight: bold;
	text-decoration: none;
	background: url('back.png') no-repeat left top;
}

* html a.goback {
	background: url('back.gif') no-repeat left top;
}

#sectiondata h4 {
	font-size: 16px;
	color: #d80000;
}

#sectiondata .text {
	font-size: 14px;
	line-height: 20px;
}

.relatedtitle,
p.noresults {
	font-size: 14px;
}

p.noresults {
	font-weight: bold;
}

#frmlogin
{
	border: 2px solid #FF0000;
	margin:5px;
}
#frmlogin h5
{
	padding:2px;
	background-color: #FF0000;
	text-align: center;
}
#frmlogin p
{
	padding: 5px;
}
#frmlogin p.action
{
	padding: 1px;
	text-align: center;
}
#frmlogin p input
{
	width: 80px;
	margin-left: 5px;
	text-align: center;
}
#frmlogin p
{
	text-align: right;
}

.loading
{
	background-color: red;
}

#results
{
	width: 100%;
}

.thumb
{
	width: 90px;
	margin: 0 auto;
}

#frmSearch {
	border: 2px solid #FF0000;
	margin: 5px;
	padding: 5px;
}

#frmSearch input.text {
	width: 150px;
}

.breadcrumbs {
	padding: 0;
	list-style-type: none;
	margin: 0 0 30px -15px;
}

.breadcrumbs li {
	float: left;
	background: url('breadcrumbs.png') no-repeat left center;
	padding-left: 15px;
	margin: 0 10px 0 0;
	list-style-type: none;
}

* html .breadcrumbs li {
	background: url('breadcrumbs.gif') no-repeat left center;
}

.breadcrumbs li.first {
	background: none;
	padding-left: none;
}

.breadcrumbs li a {
	color: black;
}

.category_related li {
	list-style-type: none;
	float: left;
	text-align: center;
/* 	border: 1px solid red; */
	width: 190px;
}

.category_related li img {
	width: 180px;
}
.category_related li .img {
	height: 170px;
	overflow-y: hidden;
	margin-bottom: 10px;
}

.category_related li a {
	text-decoration: none;
	font-size: 14px;
	color: white;
}

.category_related li a:hover {
	font-weight: normal;
}

#fichareferencia {
	font-size: 14px;
}