
/*	Template Styles
*/

body {
	font: 77% Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 30px 0;
	padding: 0;
	color: #000;
	background: #666 url(../images/background.png) repeat-x;
}

#heading {
	width: 648px;
	margin: 57px auto 0 auto;
}

#container {
	width: 648px;
	background-image: url(../images/shadow.png);
	background-repeat: no-repeat;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	background-attachment: scroll;
	margin: 0px auto;
	padding: 22px 0px 0px 0px;
}

#content {
	margin: 0px auto;
	min-height: 400px;
	width: 580px;
	background-color: #FFF;
	padding: 0 10px 30px 10px;
}

#menu {
	float: left;
	width: 120px;
	margin: 0px 5px 0px 0px;
}

#menu div {
	height: 26px;
	background-image: url(../images/bg_menu.gif);
	background-repeat: no-repeat;
	color: #FFF;
	margin-bottom: 5px;
	line-height: 24px;
	padding: 0px 10px;
}

#menu div a {
	color: #FFF;
	text-decoration: none;
}

#menu div a:hover {
	text-decoration: underline;
}

#footer {
	font-size: 0.9em;
	color: #FFF;
	padding: 270px 10px 20px 10px;
	width: 580px;
	margin: 0px auto;
	text-align: left;
	background: #999 url(../images/bg_footer.jpg) no-repeat;
}

/*	Content Styles 
*/

.spacer {
	clear: both;
}

p {
	line-height: 1.4em;
}

img {
	border: none;
}

a {
	color: #666;
}

.imgRight {
	float: right;
	padding: 0px 0px 20px 5px;
}

.textBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #666666;
	vertical-align: top;
	letter-spacing: 2px;
	padding-top: 8px;
}

.note {
	font-size: 0.9em;
	color: #666;
	font-style: italic;
}

.line {
	line-height: 1px;
	background-color: #999999;
}

.space {
	line-height: 15px;
}

.dots {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 10pt;
	font-weight: bold;
	color: #CC0000;
	letter-spacing: 2px;
	padding: 2px;
}

.anchorMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	letter-spacing: 1px;
	font-weight: bold;
}

table {
	font-size: 10px;
	color: #666;
	width: 300px;
}

table tr {
	border-bottom: 1px solid #CCC;
}

.dgHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 16pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	font-weight: bolder;
	color: #CC0000;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.dgHeaderSub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	vertical-align: top;
}

.dgRow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
}




/*	Image Library
*/

#caja1, #caja2, #caja3 {
	display: none;
}

#mostrar1, #mostrar2, #mostrar3 {
	display: block;
	border: 1px solid #C00;
	font-weight: bold;
	padding: 5px 8px;
	font-size: 1em;
	color: #C00;
	margin-bottom: 10px;
}

.imageitem {
	width: 154px;
	float: left;
	margin-right: 55px;
	padding-bottom: 15px;
}

	.imageitem.last {
		margin-right: 0;
	}
	
	.imageitem .image {
		background-image: url(../images/bg_image.gif);
		background-repeat: no-repeat;
		width: 154px;
		height: 118px;
	}
	
	.imageitem img {
		padding: 1px 5px 5px 1px;
	}
	
	.imageitem .carname {
		font-size: 0.9em;
		line-height: 1.3em;
		color: #333;
		text-align: center;
		padding-bottom: 5px;
	}
	
	.imageitem .download {
		background-image: url(../images/icon_download.gif);
		background-repeat: no-repeat;
		padding: 0 0 0 35px;
		margin: 0 0 0 15px;
		font-size: 0.75em;
		line-height: 1.7em;
	}
