@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img,
ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-weight: normal;
     font-style: normal;
     font-size: 100%;
     font-family: inherit;
     vertical-align: baseline
}
body {
margin:0 auto;
padding:0;
font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
font-size: 0.8em;
line-height: 1.0em;
text-align: left;
background:#ddd url(../imgs/bg.gif) center repeat-y}

a { color: #1d1d1d; text-decoration: none; }
a:hover, a:active { text-decoration: none; }

h1 { font-size: 3.0em; margin-bottom: 0.8em;line-height: 1.4em;}
h2 { font-size: 2.5em; text-transform: uppercase; margin-bottom: 0.8em; }
h3 {
	font-size: 1.6em;
	text-transform: uppercase;
	font-style: italic;
	letter-spacing: 2px;
	background: #ccc;
	color: #1d1d1d;
	padding: 5px;
	margin-bottom: 0.5em;
	text-align: center;
}
p {
	font-size: 0.95em;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}
/*Form comentarios*/
#cuadroformulario{
background: #F1F1F1;
padding: 5px;
border-top: 2px solid #D0D0D0;
}

#cuadroformulario label {font-weight:bold; color: #666666; 	font-size: 0.9em;} 

.fecha{background: #fff url(images/time.png) no-repeat; padding:3px 0 3px 25px;}
.related_post{list-style:square}

.bannertop {
float: right;
margin-top: 26px;
}




.blockquote p {
font:160% Georgia;
color:#aaa;
padding:5px;
line-height:25px;
}

.highlight {
color: #99cc00;
font-weight:bold;
}
/* content stuff */

#container {
	width: 880px;
	margin: 0px auto 0 auto;
	background:url(../imgs/liena.gif) repeat-x;
}

#header {
	height: 300px;
	margin:0px auto 0 auto;
	
	position:static;
	z-index:1;
}

#header h1 {
float: left;
color: #000;
font:45px Trebuchet MS;
margin: 40px 0 0 15px;
background: none;
font-weight:bold;

}

#content {
	float: left;
	width: 515px;
	background:#eee;
	color:#1d1d1d;
	padding: 0 3px 3px 2px;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	margin-left: 5px;
	height: 100%;
}


#sidebar {
	float:right;
	width: 348px;
	margin-top:-1px;
	margin-left:0px;
	margin-right:0px;
	background:#1d1d1d;
	color: #1d1d1d;
	position:relative;
	z-index:2;
}

/* Side bar thumbs  */

.thumbs img{
position:relative;
padding:1px;
margin:2px 3px 3px 2px;
border:2px solid #aaa;
background-color:inherit;

}
.thumbs img:hover{
border:2px solid #2699eb;
}

dl {
width: 250px;
}
dt {
background-color:#dfdfdf;
}
dd {
margin: 0;
background-color: #ffffcc;
}

/* navigation!!!!!! */

#nav-top {
float: right;
margin: 5px 15px 0 0;
background:inherit;
}

#nav-top ul {
margin: 0;
padding: 2px;
background:inherit;
}

#nav-top li {
display: inline;
padding: 4px;
}

#nav-top a, #nav-top a:visited {
color: #000;
font-weight:bold;
text-decoration: none;
margin: 4px;
}

#nav-top a:hover, #nav-top a:visited:hover {
color: #aaa;
}

/* main navigation */

#mainnav {

margin: 2px 16px 2px 11px;
min-height: 30px;
background:inherit;
}

#mainnav ul {
height: 100%;
margin: 0;
padding: 0 0 0 10px;
}

#mainnav li {
list-style-type: none;
float: right;
width: auto;
margin: 7px 5px 0 5px;

}

#mainnav a:link, #mainnav a:visited {
display: block;
color: #aaa;
text-transform:uppercase;
font-weight: bold;
text-decoration: none;
padding: 1px 10px 2px 12px;
background:inherit;
border-bottom: 2px solid #1c6ea8;
}

#mainnav a:hover, #mainnav a:visited:hover {
color: #FFFFFF;
text-decoration: none;
padding: 1px 10px 2px 12px;
border-bottom: 2px solid #2699eb;
background:#212121;
}

/*sub main navigation */

#mainnavsub {
clear: both;
}

#mainnavsub ul {
margin: 0;
padding: 0 10px 0 10px;
}

#mainnavsub li {
list-style-type: none;
float: right;
margin: 4px 16px 0 2px;
padding-left: 8px;
}

#mainnavsub li a {
font-size:10px;
font-weight:bold;
text-transform:uppercase;
text-decoration: none;
color:#aaa;
}
#mainnavsub li a:hover {
text-decoration: none;
color:#fff;
}

/*right nav */

#nav-right ul {
list-style: none;
margin: 0;
padding: 0;
}

#nav-right {
margin: 10px;
}

#nav-right li {
display:block;
padding:0;
margin: 2px 0 2px 0px;
border-bottom: 1px dotted #888; 
}
#nav-right li a {
display:block;
padding: 1px 1px 1px 6px;
text-decoration: none;
background:inherit;
color: #aaa;
}

#nav-right li a:hover{
background:#212121;
color: #fff;
}

/* footer */
#footer-contents {
	clear: both;
	text-align: center;
	padding: 2px;
	margin: 5px 0 0 10px;
}

	
#footer-copy {
padding: 0px;
background:inherit;
margin: 0px 0px 0px 10px!important;
color: #FFFFFF;
}

#footer-copy a,#footer-copy a:visited {
color: #1c6ea8;
}

#footer-copy a:hover,#footer-copy a:visited:hover {
color: #aaa;
}

#footer-links{
font-size: 10px;
padding: 0;
margin: 10px 16px !important;
}
#menu {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	font:120% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #333 url("../imgs/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #2580a2 url("../imgs/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
	}                    
                    
#maincontent {
background : #fafafa;
}
#maincontent #graph {
margin-top : 15px;
background : #fafafa url(images/statgraph2.jpg) no-repeat left;
width : 203px;
float : left;
}
#maincontent p {
margin-top : 10px;
}
#maincontent img {
}
#maincontent .readm {
color : #36be00;
font-weight : bold;
background : inherit;
}
#maincontent h2 {
	font : bold 1.0em "Tahoma", verdana, Arial;
	color : #585858;
	background : transparent;
	margin-bottom : 4px;
	border-bottom : 1px solid #e3eaef;
}
#maincontent #introduction {
margin: 0;
width : 100%;
background : inherit;
text-align : justify;
color : #8e8e8e;
}
#maincontent #rightside {
float : right;
width : 220px;
background : #f0f0f0;
padding : 10px;
margin : 0 0 10px 0;
}
#maincontent #rightside h2 {
margin-bottom : 5px;
}
#maincontent #leftside {
	background : inherit;
	margin-right : 5px;
	width : 450px;
	margin-left: 10px;
	 text-decoration: none;
}
#maincontent #leftside .r {
float : right;
width : 250px;
text-align : justify;
margin-bottom : 15px;
}
#maincontent #leftside .le {
	width : 450px;
	text-align :justify;
	 text-decoration: none;
	margin-bottom : 10px;
	j
}
#maincontent #leftside .pad {
padding : 15px 0 15px 0;
text-align : justify;
}
.green {
color : #36be00;
}
.bigl {
font-size : 1.2em;
}
.bold {
font-weight : bold;
}
img {
	border : 0;
	float : left;
	margin-right : 0px;
}
#modules {
margin-top : 10px;
height : 190px;
}
#modules #mod3 {
background : #fafafa url(images/topgreybox.jpg) no-repeat top;
height : 185px;
width : 258px;
float : right;
margin-top : 5px;
}
#modules #mod2 {
background : #fafafa url(images/topgreybox.jpg) no-repeat top;
height : 185px;
width : 258px;
float : right;
margin-right : 3px;
margin-top : 5px;
}
#modules #mod1 {
background : #fafafa url(images/topgreybox.jpg) no-repeat top;
height : 185px;
width : 258px;
float : left;
margin-top : 5px;
}
#modules .padding {
padding : 13px 20px 10px 20px;
}
#modules img {
border : 1px solid #d3d3d3;
float : left;
margin-bottom : 15px !important;
margin-bottom : 5px;
}
#modules .price {
color : #36be00;
font : bold 2em "Tahoma", verdana, Arial;
padding : 15px 35px 0 0;
float : right;
text-align : right;
}
#modules .only {
color : #e5e5e5;
font : bold 0.4em "Tahoma", verdana, Arial;
}
#modules .text {
width : 100%;
float : left;
color : #9f9f9f;
text-align : justify;
}
#modules h2 {
font : bold 1.2em "Tahoma", verdana, Arial;
color : #618fb5;
background : transparent;
margin-bottom : 4px;
}
#modules h2 a {
color : #618fb5;
background : transparent;
}
#modules h2 a:hover {
text-decoration : none;
color : #719fc5;
}
table.raceCalender  {
    width: 515px;
    border: none;
	border-bottom: 5px solid #fff;
}

table.raceCalender td {
    background: #FFF;
    font-size: 1.2em;
    padding: 7px 0 2px 10px;
    border-collapse: collapse;
	}
	table.raceCalender td.alignRight {
		text-align: right;
		padding-right: 10px;
		padding-left: 0;
		}
		table.raceCalender td.raceNumber {
			padding-left: 9px;
			}
			table.raceCalender td.raceLocation {
				padding-left: 0;
				}
				table.raceCalender td.raceNotes {
					padding-bottom: 7px;
					}
			
table.raceCalender td a {
    font-size: 1.0em;
}
div.articleHeading {
    background: #FFF;
    margin: 0 0 1px 0;
    padding: 5px 10px 6px 10px;
	min-height:16px;
}

div.articleHeading span {
    float: right;
    padding-top: 2px;
	font-size: 1.2em;
}
div.articleHeading a:hover{
	text-decoration:none;
}
div.articleHeading h2 {
    margin: 0 20px 0 0;
}
div.articleHeading h2 a:hover {
	text-decoration:underline;
}

div.articleHeading h2 span {
    font-weight: normal;
    float: none;
}

div.articleHeading h3 {
    margin: 0 20px 0 0;
    font-size: 1.2em;
}

div.articleHeading h3 a {
    margin: 0 20px 0 0;
}
ul.galleryIndex {
	background: #FFFFFF none repeat scroll 0;
	margin: 0;
	min-height: 194px;
	overflow: hidden;
	padding: 4px 0 0 3px;
}

ul.galleryIndex li {
	float: left;
	margin: 0 4px 5px 0;
}

ul.galleryIndex li a {
    position: relative;
    display: block;
    overflow: hidden;
}

ul.galleryIndex li a img {
    float: left;
    position: relative;
    z-index: 10;
}

ul.galleryIndex li.feature {
	float: left;
	margin: 0 4px 0 0;
}
