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

/*------------------------------------*\
  RESET
\*------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0b1 | 201101
   NOTE:WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
body {
	line-height:1;
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
/* remember to define visible focus styles!
:focus{
  outline:?????;
} */

/* remember to highlight inserts somehow! */
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
/*------------------------------------*\
  MAIN
\*------------------------------------*/
body {
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #E9E9E9;
}
h1 {
	font-size:3.4em;
}
h2 {
	font-size:1.8em;
}
h3 {
	font-size:1.3em;
	
}

h4, h5, ol, ul, li, p {
	font-size:1em;
}
header, footer, article {
	padding:4em;
}
/* =Page Structure
###########################################*/
#page {
	max-width:1140px;
	margin:2em auto;
	/*	background:#fbfbfb;*/	
    background: #fbfbfb;
	-moz-border-radius:.5em;
	-webkit-border-radius:.5em;
	border-radius:.5em;
	box-shadow:rgba(0,0,0,.2) 0 3px 5px;
}
/*ie7 and ie8 do not support media queries > they get a fixed width layout*/
.ie7 #page, .ie8 #page {
	width:1140px;
}
#pagecontent {
	padding:1em 4em 0; /*110/1140*/
	height:auto;
	clear:both;
	-moz-border-radius:.5em;
	-webkit-border-radius:.5em;
	border-radius:.5em;
}

/*<!--Comienzo de barra de navegación-->*/

@charset "UTF-8";

/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
	float:right;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 9em;
	float: left;
}



/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 10.2em;
	font-size:0.9em;
	opacity:0.8;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */


ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding: 0.5em 0.75em;
	color:#0099FF;
	transition:all 0.2s linear 0s;
	text-decoration: none;
	font-weight:bold;
	border-left: 1px solid rgb(220, 219, 213);
	background-color:#fbfbfb;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	color:#666666;
	transition:all 0.2s linear 0s;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
/*ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color:#0099FF;
	color: #FFF;
}*/

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(../SpryAssets/SpryMenuBarDown.gif);
	
	background-repeat: no-repeat;
	background-position: 80% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(../SpryAssets/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 80% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(../SpryAssets/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 80% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(../SpryAssets/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 80% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}


#navigation_header {
	/*background-image:url(../images/fondo_nav_ttt.gif);
	background-repeat:repeat;*/
	padding-top:10px;
	width:70%;
	float: right;
	display:block;
}
#navigation_header a {
	font-weight:bold;
	border-left: 1px solid rgb(220, 219, 213);
	
	display: block;
}

.logottt {
	background-image:url(http://www.tttmotores.com.ar/images/logo_ttt.png);
	background-position:bottom;
	background-repeat:no-repeat;
	width: 160px;
	height:55px;
	float:left;
}
nav {
	float:left;
}


/*<!--Fin de barra de anvegación-->
*/


/*Comienzo de la barra de navegación lateral*/

.AccordionPanelContent ul li{
	font-size:0.8em;
	line-height:1.6em;
	padding-left:0.5em;
}

/*comienzo de los contenidos centrales*/

.tttcontent{
	width:52%;
	float:left;
	padding-top:2em;
	padding-bottom:2em;
}


.tttcontent1{
	width:40%;
	float:left;
	padding-top:2em;
	padding-bottom:2em;
}

.tttcontent2{
	width:40%;
	float:left;
	padding-top:2em;
	padding-bottom:2em;
}

.tttcontent2 figure{
	width:auto;
	height:auto;
	float:left;
	margin-right:1em;

	
}

.linea{
	width:100%;
	border-botton: 1px solid rgb(220, 219, 213);
	}

.tttcontentA{
	
	float:left;
	padding-top:2em;
	padding-bottom:2em;
}

.subproductos{
	float:left;
	padding-top:2em;
	padding-bottom:2em;
	
	height:auto;
	clear:both;
}

.contentsubproductos{
	padding:1.5em 1.5em 0 1.5em;
	float:left;
	margin-right:1em;
	margin-bottom:1em;
	background-image:url(../images/fondo_slider.png)
}

.contentsubproductos1{
	
	float:left;
	width:275px;
	margin-right:2em;
	margin-bottom:1em;
	background-image:url(../images/fondo_slider.png)
}

.contentsubproductos1A{
	
	float:left;
	width:275px;
	margin-right:2em;
	margin-bottom:1em;
	background-image:url(../images/fondo_slider.png)
}

.contentsubproductos2{
	
	float:left;
	width:250px;
	margin-right:0em;
	margin-bottom:1em;
	background-image:url(../images/fondo_slider.png)
}

.contentsubproductos3 {
	
	float:left;
	width:250px;
	margin-right:0em;
	margin-bottom:1em;

}

.contentsubproductos3 h2{
	
	float:left;
	width:250px;
	margin-right:0em;
	margin-bottom:1em;
	font-size:1.1em;
}

.contentsubproductos figcaption h3{ 
	text-align:center;
	background-color:#FAFAFA;
	margin-bottom:0.5em;
	font-size:1.3em;
	color:#333333;
	border-bottom: 1px solid rgb(220, 219, 213);
	}
	
.contentsubproductos1 figcaption h2{ 
	text-align:center;
	background-color:#FAFAFA;
	margin-bottom:0.5em;
	padding:0.3em;
	font-size:1.3em;
	color:#333333;
	border-top: 1px solid rgb(220, 219, 213);
	}
	
	.contentsubproductos1A figcaption h2{ 
	text-align:center;
	background-color:#FAFAFA;
	margin-bottom:0.5em;
	padding:0.3em;
	font-size:1em;
	color:#333333;
	border-top: 1px solid rgb(220, 219, 213);
	}
	
	
.contentsubproductos2 figcaption h2{ 
	text-align:center;
	background-color:#FAFAFA;
	margin-bottom:0.5em;
	padding:0.3em;
	font-size:1.3em;
	color:#333333;
	border-top: 1px solid rgb(220, 219, 213);
	}
	

	
.float{
	float:left;
	padding-top:2.1em;
}


.floatB{
	float:left;
}

.floatA{
	float:left;
	padding-top:2.1em;
	border-top: 1px solid rgb(220, 219, 213);
}

.float_map{
	float:left;
	padding-top:2.8em;
}

.floatleft{
	float:left;
	width:50%;

}

.nofloat{
	float:left;
	clear:both;
}

.trama{
	background-image:url(../images/fondo_slider.png);
	background-repeat:repeat;
	background-color: #EEEEEE;
	width:100%;

}
article h3{
	font-size:1.15em;
	line-height:1.6em;
}
article h3 b{
	color:#0099ff;
	font-weight:bold;
}
article h4 {
	line-height:1.5em;
	color:#666666;
	padding-top:0.5em;
	border-top:1px solid rgb(220, 219, 213);
	
}


.tttcontent1 ul {
	line-height:1.5em;
	color:#666666;
	padding-top:0.5em;
	
}

.tttcontent1 h3 {
	padding-top:0.5em;
	
}

.tttcontent1 h5, .tttcontent2 h5 {
	line-height:1.5em;
	color:#666666;
	padding-top:0.5em;
	color:#333333;	
}

.tttcontent2 tel{
	color:#0099FF;
	transition:all 0.2s linear 0s;
	text-decoration: none;
	font-weight:bold;
	line-height:1.5em;
	clear:both;
}

.tttcontent2  h4{
	line-height:1.5em;
	color:#666666;
	padding-top:0.5em;
	border:none;
}



aside{
	float:left;
	
}

.subproductos aside{
	margin-bottom:1em;
	
	
	
}


aside h3{
	border-top: 1px solid rgb(220, 219, 213);
	
	
	
}



aside h2{
	font-size:0.9em;
	line-height:1.5em;
	
}

aside li{
	font-size:0.75em;
	line-height:1.5em;
	
}

aside ul{
	padding-bottom:1em;
	
}



.tttcontent2 aside h3{
	border-bottom: 1px solid rgb(220, 219, 213);
	
	
	
}

.width30{
	width:30%;
	float:left;
}

.width40{
	width:40%;
	float:left;
}

.width50{
	width:50%;
	float:left;
}

.width55{
	width:55%;
	float:left;
}

.width60{
	width:60%;
	float:left;
}

.width70{
	width:70%;
	float:left;
}

.width80{
	width:80%;
	float:left;
}

.width90{
	width:90%;
	float:left;
}

/*final de los contenidos centrales*/

/*Comienzo de Footer*/

#pagefooter {
	padding:2em 4em 10em; /*110/1140*/
	height:auto;
	-moz-border-radius:0 0 .5em .5em;
	-webkit-border-radius:0 0 .5em .5em;
	border-radius:.0 0 .5em .5em;
	background-color:#333;
	clear:both;
}
.clear {
	clear:both;
}

.clearconlinea {
	clear:both;
	border-bottom:1px solid rgb(220, 219, 213);
}

.navigation {
	margin-right:4em;
	margin-bottom:1.5em;
	margin-left:0;
	float:left;
}
.navigation h1 {
	font-size:0.8em;
	padding-bottom:1em;
	color:#FFF;
	float:none;
}
.navigation li {
	font-size:0.8em;
	padding:0.2em;
	float:none;
}
.logoweg {
	padding:0;
	margin-top: -0.1em;
	width:12%;
	float:right;
}
/*Fin de Footer*/


	
/*Links
#################################*/
	
a:link {
	text-decoration: none;
	color:#0099FF;
	transition:all 0.2s linear 0s;
}
a:visited {
	text-decoration: none;
	color:#0099FF;
}
a:hover, focus {
	text-decoration: none;
	color:#666666;
	transition:all 0.2s linear 0s;
}
a:active {
	text-decoration: none;
	color:#0099FF;
}
/*
#################################*/

section {
}
/*
 * jQuery Blueberry Slider v0.4 BETA
 * http://marktyrrell.com/labs/blueberry/
 *
 * Copyright (C) 2011, Mark Tyrrell <me@marktyrrell.com>
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 *
 */

#doc {
	margin: 10px 0;
	float:left;
	width:100%;
}
#content {
	margin: 0 auto;
	min-width: 540px;
	max-width: 970px;
	background-image:url(../images/fondo_slider.png);
	background-repeat:repeat;
	background-color: #EEEEEE;
}
.blueberry {
	max-width: 720px;
}
.blueberry {
	margin: 0 auto;
}

.blueberry .slides {
	display: block;
	position: relative;
	overflow: hidden;
}
.blueberry .slides li {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.blueberry .slides li img {
	display: block;
	width: 100%;
	max-width: none;
}
.blueberry .slides li.active {
	display: block;
	position: relative;
}
.blueberry .crop li img {
	width: auto;
}
.blueberry .pager {
	height: 40px;
	text-align: center;
}
.blueberry .pager li {
	display: inline-block;
}
.blueberry .pager li a, .blueberry .pager li a span {
	display: block;
	height: 4px;
	width: 4px;
}
.blueberry .pager li a {
	padding: 18px 8px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.blueberry .pager li a span {
	overflow: hidden;
	background: #c0c0c0;
	text-indent: -9999px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.blueberry .pager li.active a span {
	background: #404040;
}

  
  
/*
	Fin del Slideshow
*/


/*
	Comienzo del Slideshow servicios
*/
#doc1 {
	margin: 0;
	float:left;
	padding-top:2em;
	width:100%;
	
}
#content1 {
	
	min-width: 240px;
	max-width: 400px;
	
}
#content1 .blueberry {
	max-width: 400px;
}
#content1 .blueberry {
	
}

#content1 .blueberry .slides {
	display: block;
	position: relative;
	overflow: hidden;
}
#content1 .blueberry .slides li {
	position: absolute;
	
	overflow: hidden;
}
#content1 .blueberry .slides li img {
	display: block;
	width: 100%;
	max-width: none;
}
#content1 .blueberry .slides li.active {
	display: block;
	
}
#content1 .blueberry .crop li img {
	width: auto;
}
#content1 .blueberry .pager {
	
	
}
#content1 .blueberry .pager li {
	
}
#content1 .blueberry .pager li a, #content1 .blueberry1 .pager li a span {
	display: block;
	
}
#doc1 #content1 .blueberry .pager li a {
	
}
#content1 .blueberry .pager li a span {
	overflow: hidden;

}
#doc1 #content1 .blueberry .pager li.active a span {
	
}

  
  
/*
	Fin del Slideshow servicios
*/


<!--Comienzo del formulario-->
form{
	float:left;
}

input:focus {
	border: 3px solid #0099FF;
	}
	
input:invalid {
    border: 3px solid #0099FF;
	}
	
form{
	float:left;
}

.tttcontent2 h5{
	color:#0099FF;
}



.formulario{
	
	padding:1em;
	background-image:url(../images/fondo_slider.png);
	background-repeat:repeat;

}

.formulario input {
	border:none;
	border-top: 1px solid rgb(220, 219, 213);
	width:100%;
	height:2em;
	margin-bottom:1em;
	background-color:#fbfbfb;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	}
	
.formulario input required {
	border:none;
	border-top: 1px solid rgb(220, 219, 213);
	}	

	
	
textarea{
		border:none;
		border-top: 1px solid rgb(220, 219, 213);
		background-color:#fbfbfb;
		font-size:1em;
		font-family:Arial, Helvetica, sans-serif;
		padding-top:0.5em;
	}
.botones_formulario input{
	padding:0.5em;
	margin:0.5em;
	color:#FFFFFF;
	background-color:#0099FF;
	-moz-border-radius:.5em;
	-webkit-border-radius:.5em;
	border-radius:.5em;
	box-shadow:rgba(0,0,0,.2) 0 3px 5px;

}

.botones_formulario{
	padding-top:0.5em;


}

.botones_formulario input:hover, .botones_formulario input:focus{
	color:#666666;
	transition:all 0.2s linear 0s;
	
}
#pagefooter h3{
	font-size:1em;
	color:#FFF;
	clear:both;
	padding-bottom:1.5em;
	padding-top:1.5em;

}