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



@font-face {
    font-family: 'UbuntuBold';
    src: url('ubuntu-b-webfont.eot');
    src: url('ubuntu-b-webfont.eot?#iefix') format('embedded-opentype'),
         url('ubuntu-b-webfont.woff') format('woff'),
         url('ubuntu-b-webfont.ttf') format('truetype'),
         url('ubuntu-b-webfont.svg#UbuntuBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'UbuntuBoldItalic';
    src: url('ubuntu-bi-webfont.eot');
    src: url('ubuntu-bi-webfont.eot?#iefix') format('embedded-opentype'),
         url('ubuntu-bi-webfont.woff') format('woff'),
         url('ubuntu-bi-webfont.ttf') format('truetype'),
         url('ubuntu-bi-webfont.svg#UbuntuBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'UbuntuItalic';
    src: url('ubuntu-i-webfont.eot');
    src: url('ubuntu-i-webfont.eot?#iefix') format('embedded-opentype'),
         url('ubuntu-i-webfont.woff') format('woff'),
         url('ubuntu-i-webfont.ttf') format('truetype'),
         url('ubuntu-i-webfont.svg#UbuntuItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'UbuntuRegular';
    src: url('ubuntu-r-webfont.eot');
    src: url('ubuntu-r-webfont.eot?#iefix') format('embedded-opentype'),
         url('ubuntu-r-webfont.woff') format('woff'),
         url('ubuntu-r-webfont.ttf') format('truetype'),
         url('ubuntu-r-webfont.svg#UbuntuRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}






/****** Begin Body Backgrounds ******/

.container_12
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: auto;
	}


body {
	background: url(../img/background/bg4.jpg) right top no-repeat fixed;
	padding: 0;
	margin: 0;
	font-family: 'UbuntuItalic';
}
/* See also other backgrounds */
/* body { background: url(../img/background/bg2.jpg) center center no-repeat fixed; padding: 0; margin: 0; }  */
/* OR */
/* body { background: url(../img/background/bg3.jpg) left top repeat fixed; padding: 0; margin: 0; } */
/****** Begin Body Backgrounds ******/

.header {
	height: 195px;
	padding: 25;
}

.logo {
	float: left;
	width: 323px;
	height: 150px;
	margin: 25px;
} /* For all browsers */
* html .logo { float: left; width: 208px; height: 88px; margin: 50px 50px 50px 25px; } /* For Internet Explorer 6 */

/****** Begin Brochure and Twitter div ******/
.header_right {
	float: left;
	width: 460px;
	height: 60px;
	overflow: hidden;
	padding: 4px;
	margin-top: 50px;
	border: 1px dotted #17479e;
	margin-left: 80px;
}
.header_right a.get_brochure { float: left; width: 230px; height: 60px; background: url(../img/get_brochure.gif) left top no-repeat; }
.header_right a:hover.get_brochure { background-position: left bottom; }
.header_right a.twitter { float: left; width: 230px; height: 60px; background: url(../img/twitter.gif) left top no-repeat; }
.header_right a:hover.twitter { background-position: left bottom; }
/****** End Brochure and Twitter div ******/

.middle {
	overflow: hidden;
	width: 960px;
}

/****** Begin Left Menu div ******/
.menu {
	float: left;
	width: 150px;
	border-right: 1px solid #ffffff;
	margin: 0 50px 0 0;
	text-align: right;
	padding: 5px 0 0 0;
}
.menu a {
	text-decoration: none;
	text-align: right;
	font-family: UbuntuItalic;
	margin: 10px 0 10px 10px;
	font-size: 14px;
	font-style: normal;
	padding: 5px;
	line-height: 20px;
}
.menu a {
	background-color: #999;
	color: #ffffff;
}
.menu a:hover {
	background-color: #312783;
	color: #FFF;
}
.links { text-transform: uppercase; margin: 5px 0 0 0; padding: 10px 15px 20px 0; background-image: url(../img/nokta.gif); background-position: bottom right; background-repeat: no-repeat; }
/****** End Brochure and Twitter div ******/

/****** Begin Main Content Div ******/
.content {
	width: 575px;
	float: left;
	text-align: left; /* or text-align: justify; */
	background-image: url(../img/content_bg.png);
	font-family: UbuntuItalic;
	font-size: 13px;
	color: #333333;
	padding: 20px 25px 20px 25px;
	line-height: 16px;
}
/* Begin Ie6 PNG fix */
* html .content { width: 430px; float: left; text-align: left; /* or text-align: justify; */ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/content_bg.png', sizingMethod='scale'); height: 1%; font-family: Tahoma; font-size: 11px; color: #222222; padding: 20px 25px 20px 25px; line-height: 15px; }
/* Begin Ie6 PNG fix */
.content a {
	text-decoration: none;
	color: #FFF;
	padding: 2px;
}
.imagen {
	padding: 13px;
	border: 2px solid #312783;
	margin: 0 10px 5px 0;
}

.fotos {
	float: right;
	width: 200px;
}
/****** End Main Content Div ******/


.management_team, .works { border-bottom: 1px solid #dcdcdc; overflow: hidden; display: inline-block; height: 100%; padding: 10px 10px 10px 0; }
.works a.visit_button {
	float: left;
	width: 67px;
	height: 20px;
	background-image: url(../img/web.png);
}

.h1 {
	padding: 5px;
	display: inline-block;
	background-color: #E30614;
	color: #FFF;
	font-family: UbuntuItalic;
	font-size: 17px;
}
.h2 {
	padding: 5px;
	display: inline-block;
	background-color: #312783;
	color: #FFF;
	font-family: UbuntuRegular;
	font-size: 15px;
	font-style: normal;
}

.h8 {
	padding: 5px;
	display: inline-block;
	color: #312783;
	font-family: UbuntuBoldItalic;
	font-size: 25px;
}

.h9 {
	padding: 5px;
	display: inline-block;
	color: #FF0000;
	font-family: UbuntuBoldItalic;
	font-size: 40px;
}

/****** Begin Next Page div ******/
a.next_page { width: 98px; height: 350px; float: left; background-image: url(../img/next_page.png); background-repeat: no-repeat; }
a:hover.next_page { background-image: url(../img/next_page1.png); }
/* Ie6 PNG fix start */
* html a.next_page { width: 98px; height: 350px; float: left; background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/next_page.png', sizingMethod='crop'); }
* html a:hover.next_page { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/next_page1.png', sizingMethod='crop'); }
/* Ie6 PNG fix finish */
/****** End Next Page div ******/

/****** Begin Contact Form ******/
.contact_form input, .contact_form textarea {
	font-size: 11px;
	font-family: 'UbuntuItalic';
	width: 415px;
	padding: 7px;
	margin-bottom: 7px;
	border: 2px solid #17479e;
}
.contact_form input:hover, .contact_form textarea:hover {
	border: 2px solid #17479e;
}
.contact_form .send_button, .contact_form .send_button:hover { width: 71px; padding: 0; border: 0; }
#wrapper { width: 415px; margin-top: 20px; }
#msg { display: none; position: absolute; z-index: 1003; padding-left: 7px; }
#msgcontent { display: block; padding: 7px; min-width: 415px; max-width: 415px; font-size: 11px; }
#msgcontent { background: #ffbbbb; border: 1px solid #c30808; font-family: Georgia, Arial; } /* editable line */
/****** End Contact Form ******/

/****** Begin Contact Info ******/
.contact_info {
	font-family: 'UbuntuItalic';
	font-size: 14px;
	display: block;
	padding: 15px;
	line-height: 25px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #EF342B;
}
/****** End Contact Info ******/

/****** Begin Footer ******/
.footer {
	width: 430px;
	display: block;
	background-image: url(../images/content_bg.png);
	font-family: UbuntuItalic;
	font-size: 12px;
	color: #666666;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 303px;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
	text-align: center;
}
/* Ie6 PNG fix start */
* html .footer { width: 430px;
 font-family: 'UbuntuItalic'; 
 font-size: 11px; 
 color: #999999; 
 padding: 20px 25px 20px 25px;
  margin: 50px 0 0 303px; 
  background: transparent; 
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/content_bg.png', sizingMethod='scale'); height: 1%; }
/* Ie6 PNG fix finish */
.footer a { text-decoration: none; 
color: #000000; 
padding: 1px 4px 1px 4px; }
.footer a:hover {
	color: #FFFFFF;
	background-color: #000099;
}
/****** End Footer ******/


.cuadro_autos {
	width:600px;
	height:180px;
	float:left;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #999;
	border-bottom-style: solid;
	
	}
.cuadro_autos_us {
	width:350px;
	height:120px;
	float:left;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 40px;
	background-color: #CCCCCC;
	border: 1px solid #FFFFFF;
		}
.marca_info {
	width:500px;
	height:32px;
	float:left;
	padding-left: 35px;
	}	

.descripcion {
	width:340px;
	height:80px;
	float:right;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-right: 5px;
		}
.cuadro_info {
	width:400px;
	float:left;
	margin: 10px;
	}	
.fotos {
	width:210px;
	height:150px;
	float:left;
	font-family: 'UbuntuItalic';
	font-weight: bold;
	margin-top: 9px;
	margin-right: 7px;
	margin-bottom: 9px;
	margin-left: 7px;
	padding: 2;
	}
.fotos_us {
	width:120px;
	height:100px;
	float:left;
	font-family: 'UbuntuItalic';
	font-weight: bold;
	margin-top: 9px;
	margin-right: 7px;
	margin-bottom: 9px;
	margin-left: 7px;
	border: 1px solid #FFFFFF;
	padding: 2;
	}
.fotos_pag {
	width:340px;
	height:20px;
	float:right;
	top: 35px;
	margin-top: 15px;
	margin-right: 5px;
	}
.informacion {
	width:360px;
	height:20px;
	float:right;
	top: 20px;
	margin-top: 20px;
	margin-right: 5px;
	}
.modelo {
	padding: 5px;
	display: inline-block;
	background-color: #EF342B;
	color: #FFF;
	font-family: 'UbuntuItalic'
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
		}
		
.detalle {
	width:340px;
	height:80px;
	float:right;
	margin-top: 15px;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-right: 0px;
		}


.content1 {
	width: 430px;
	float: left;
	text-align: left; /* or text-align: justify; */
	background-image: url(../img/content_bg.png);
	font-family: UbuntuItalic;
	font-size: 13px;
	color: #333333;
	padding: 20px 25px 20px 25px;
	line-height: 16px;
	text-decoration: none;
}
.content2 {
	width: 430px;
	float: right;
	text-align: left; /* or text-align: justify; */
	background-image: url(../img/content_bg.png);
	font-family: UbuntuItalic;
	font-size: 13px;
	color: #333333;
	padding: 20px 25px 20px 25px;
	line-height: 16px;
}
.header1 {
	text-align: center;
	margin:0 auto;
	height: 150px;
	width: 960px;
	padding-top: 25px;
}
