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

body{
	margin:20px 0px 0px 0px;
	background-color:white;
	font-family:Verdana;
}

.body{
	width:1001px;
}

.border_left{
	border-left:#a1a1a1 solid 1px;
}

.border_right{
	border-right:#a1a1a1 solid 1px;
}

.border_top{
	border-top:#a1a1a1 solid 1px;
}

.border_bottom{
	border-bottom:#a1a1a1 solid 1px;
}

/* header */

.header{
	background-image:url(../images/back_header.gif);
	background-repeat:repeat-x;
	float:left;

	width:961px;
	padding:0px 0px 0px 40px;
	#padding:0px 0px 0px 0px;

}

.header img{
	behavior:url(iepngfix.htc);
	float:right;
	margin:0px;
}

.logo{
	float:left;
	width:113px;
	height:123px;
	padding:30px 33px 0px 0px;
}
.model{
	float:left;
	width:284px;
	height:21px;
	padding:71px 0px 0px 0px;
}

.header_footer{
	background-image:url(../images/back_header1.gif);
	background-repeat:repeat-x;
	height:14px;
	width:1001px;
	float:left;
}

.body_content{
	float:left;
	width:752px;
	min-height:500px;
}

/* index */
.content{
	width:752px;
	float:left;
}

/* faqs*/
.faqs{
	padding:20px 49px 50px 25px;
	font-family:Verdana;
	width:678px;
	color:#464646;
}
.faqs_title{
  font-size:14px;
  width:100%;
  float:left;
  font-weight:bold;  
  height:14px;
  padding:0px 0px 3px 0px;
}

.faqs_descripcion{
	float:left;
	width:678px;
	padding:14px 0px 0px 0px;
		/*background-color:green;*/
}
.faqs_subtitle{
	font-weight:bold;
	float:left;
	width:5px;
	padding:0px 3px 0px 4px;
			/*background-color:blue;*/
	font-size:10px;
}
.faqs_subtitleAnswer{
	font-weight:bold;
	float:left;
	width:19px;
	padding:0px 10px 0px 4px;
			/*background-color:white;*/
	font-size:10px;
}
.faqs_question{
	width:620px;
	float:left;
	color:#464646;
	padding:0px 0px 8px 0px;
			/*	background-color:yellow;*/
 

	font-size:11px;
}
.faqs_answer{
	font-size:11px;
	width:630px;
	float:left;
	padding:0px 0px 13px 0px;
	color:#464646;
/*	background-color:red;*/
	border-bottom: 1px #a1a1a1 solid;
}

/* about */

.about{
	padding: 20px 19px 0px 25px;
	font-family:Verdana;
	width:708px;
	font-size:11px;
	color:#464646;
}

.about .about_content_title {
	font-size:14px;
	font-weight:bold;
	float:left;
	width:100%;
	height:14px;
	padding:0px;
}

.about_content{
	float:left;
	padding:12px 25px 0px 0px;
	text-align:left;
	font-size:11px;
	height:100%;
}

.about_content p {
	padding:5px 0px 5px 0px;
	margin:0px;
}
.about_content a {
	color:#464646;
}

.about_content li {
	padding-bottom:6px;
	margin:0 0 0em -2.3em;
}

.about_video {
	width:704px ;
	padding: 16px 0px 53px 0px;
	border-top:#a1a1a1 solid 1px;
	float:left;
}

.about_video  img {
	float:left;
	padding: 0px 8px 0px 0px;
	width:347px;
	height:261px;
}
.about_video .about_flash{
	float:left;
	width:349px;
	height:280px;
}

/* vehicles */

.vehicles{
	padding: 20px 19px 0px 25px;
	font-family:Verdana;
	width:708px;
	height:400px;
	font-size:11px;
	color:#464646;
}

.vehicles .vehicles_content_title {
	font-size:14px;
	font-weight:bold;
	float:left;
	width:100%;
	height:14px;
	padding:0px;
}

.vehicles_content{
	float:left;
	padding:12px 25px 0px 0px;
	text-align:left;
	font-size:11px;
}
.vehicles_description{
	text-align:left;
	font-size:11px;
	float:left;
	width:100%;
	padding:15px 0px 5px 0px;
}

.vtable{
	float:left;
	width:680px;
	color:#464646;
	font-size:11px;
	border-left:1px solid #a1a1a1;
}
.v_tdtitle{
	background-color:#ebebeb;
	text-align:center;
	color:black;
	font-weight:bold;
	height:20px;
	border-bottom:1px solid #a1a1a1;
	border-right:1px solid #a1a1a1;
	border-top:1px solid #a1a1a1;
}
.v_td{
	text-align:center;
	height:18px;
	border-bottom:1px solid #a1a1a1;
	border-right:1px solid #a1a1a1;
	padding:5px 0px 5px 0px;
}

/* footer */

.footer{
	padding:12px 0px 0px 0px;
	font-size:10px;
	text-align:right;
	color: #a7a7a7;
}
