/*
Proyecto: nombre x
Descripcion: una breve reseña
Autor: tu nombre aqui
Version: 1 o el numero de version que sea
.
Comentarios en general/ espacio para dejar comentarios a otro programadores
.


[Tabla de contenidos] 

	0- Reset
	1- Global
	2- Links
	3- Encabezados y parrafos
	4- Header 
	5- Layout
	6- Contenido 
	7- Formularios
	8- Extras
	9- Footer 

*/

/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
:focus {outline: 0;}
table {border-collapse: collapse;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
strong {font-weight: bold;}
em {font-style: italic;}
html>body { font-size: 11px; } 

/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
body {
	font: normal 0.7em/1.2em Arial,Verdana,sans-serif; 
	text-transform: none;
	letter-spacing: normal;
	line-height: 1em;
	word-spacing:normal;
	vertical-align: top;
	background: #fff url(../images/bkg.jpg)repeat-x scroll center top;
	color: #000;
}
.right {float: right;}
.left {float: left;}
.align-left {text-align: left;}
.align-right {text-align: right;}
.align-center {text-align:center;}
.justify {text-align:justify;}
.hide {display: none;}
.clear {clear: both;}
.bold {font-weight:bold;}
.italic {font-style:italic;}
.underline {border-bottom:1px solid;}
.highlight {background:#ffc;}
img.centered {display: block;margin-left: auto;margin-right: auto;}
img.alignleft {float:left;margin:4px 10px 4px 0;}
img.alignright {float:right;margin:4px 0 4px 10px;}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {display: block;
}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
.gris{color:#666;}
.naranja {color:#f60;}
.blanco {color:#FFF;}
.negro {color:#000;}
.t11 {font-size:1.1em;}
.t12 {font-size:1.2em;}
.t13 {font-size:1.3em;}
.t14 {font-size:1.4em;}
.t15 {font-size:1.5em;}
.t16 {font-size:1.6em;}
.p5 { width:5%;}
.p10 { width:10%;}
.p25 { width:25%;}
.p35 { width:35%;}
.p50 { width:50%;}
.p75 { width:75%;}
.p90 { width:90%;}
.cien { width:100%;}

/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
:-moz-any-link {cursor:pointer;}
a {color:#009;text-decoration:underline;}
a:link, a:visited {color: #333;}
a:focus, a:hover {color: #111;}
a:active {color: #111;}

/* =3 Ecabezados y parrafos
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
p { margin: 1.2em  0; font-size: 1em; line-height: 1.2em;}
h1 { margin: 0.6em 0; font-size: 1.8em; line-height: 0.6em; font-weight:bold;}
h2 { margin: 0.7em 0; font-size: 1.6em; line-height: 0.7em; font-weight:bold;}
h3 { margin: 0.8em 0; font-size: 1.4em; line-height: 0.8em; font-weight:bold;}
h4 { margin: 0.9em 0; font-size: 1.2em; line-height: 0.9em; font-weight:bold;}
h5 { margin: 1.1em 0; font-size: 1.09em; line-height: 1.1em; font-weight:bold;}
h6 { margin: 1.2em 0; font-size: 1em; line-height: 1.2em; font-weight:bold;}

/* =4 Header
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#bandera {
	float:right;
	height:103px;
	width:300px;
	background:url(../images/bandera.png) no-repeat scroll 0 0;
}
.menu {
	float:left;
	height:32px;
	width:100%;
	background: #a3a075 url(../images/bkg-menu.jpg) repeat-x scroll 0 0;
}
.menu li {float:left;}
.menu a {
	display:block;
	height:32px;
	background:url(../images/menu.jpg);
	text-indent:-9000%;
}
.menu_inicio a { width:85px; background-position:left top; }
.menu_autos a { width:87px; background-position:-85px top;}
.menu_ubicacion a { width:112px; background-position:-172px top;}
.menu_contacto a { width:113px;  background-position:right top;}

.menu_inicio a:hover {background-position:left -32px;}
.menu_autos a:hover{background-position:-85px -32px;}
.menu_ubicacion a:hover {background-position:-172px -32px;}
.menu_contacto a:hover {background-position:right -32px;}

/* =5 Layout
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#container {width:900px;margin:0 auto; background: url(../images/bkg-content.png) repeat-y scroll 0 0;}
#header {width:100%;height: 135px; float: left;}
#content {width:100%;height:auto;min-height: 300px; float: left;position: relative;}
#footer {
	background:black none repeat scroll 0 0;
	clear:both;
	color:#C1CCBA;
	float:none;
	height:55px;
	padding-top:10px;
	width:100%;
}
.container {width:950px;margin:0 auto;}
.column, div.span-01, div.span-02, div.span-03, div.span-04, div.span-05, div.span-06, div.span-07, div.span-08, div.span-09, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24 {float:left;margin-right:10px;}
.last, div.last {margin-right:0;}
.span-01 {width:30px;}
.span-02 {width:70px;}
.span-03 {width:110px;}
.span-04 {width:150px;}
.span-05 {width:190px;}
.span-06 {width:230px;}
.span-07 {width:270px;}
.span-08 {width:310px;}
.span-09 {width:350px;}
.span-10 {width:390px;}
.span-11 {width:430px;}
.span-12 {width:470px;}
.span-13 {width:510px;}
.span-14 {width:550px;}
.span-15 {width:590px;}
.span-16 {width:630px;}
.span-17 {width:670px;}
.span-18 {width:710px;}
.span-19 {width:750px;}
.span-20 {width:790px;}
.span-21 {width:830px;}
.span-22 {width:870px;}
.span-23 {width:910px;}
.span-24, div.span-24 {width:950px;margin:0;}
.tab-01 {margin-left:5px;}
.tab-02 {margin-left:10px;}
.tab-03 {margin-left:20px;}
.tab-04 {margin-left:30px;}
.tab-05 {margin-left:40px;}
.tab-06 {margin-left:50px;}
.tab-07 {margin-left:60px;}
.tab-08 {margin-left:70px;}
.tab-09 {margin-left:80px;}
.espacio-01 {margin-bottom:5px;}
.espacio-02 {margin-bottom:10px;}
.espacio-03 {margin-bottom:20px;}
.espacio-04 {margin-bottom:30px;}
.espacio-05 {margin-bottom:40px;}
.espacio-06 {margin-bottom:50px;}
.espacio-07 {margin-bottom:60px;}
.espacio-08 {margin-bottom:70px;}
.espacio-09 {margin-bottom:80px;}
div.border {padding-right:4px;margin-right:5px;border-right:1px solid #eee;}
div.colborder {padding-right:24px;margin-right:25px;border-right:1px solid #eee;}
.push-01 {margin-top:5px;}
.push-02 {margin-top:10px;}
.push-03 {margin-top:20px;}
.push-04 {margin-top:40px;}
.push-05 {margin-top:50px;}
.push-06 {margin-top:60px;}
.push-07 {margin-top:70px;}
.push-08 {margin-top:80px;}
.push-09 {margin-top:90px;}
.box {padding:1.5em;margin-bottom:1.5em;background:#E5ECF9;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;}
/* =6 Contenido
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#index{
	background:url(../images/index.png) no-repeat scroll 0 0;
	width:879px;
	height:407px;
	margin:20px 5px;
}
#ubica{
	background:url(../images/ubicacion.png) no-repeat scroll 0 0;
	width:877px;
	height:416px;
	margin:20px 10px;
}
#contacto{
	background:url(../images/contacto.png) no-repeat scroll 0 0;
	width:860px;
	height:420px;
	margin:20px;
}
#bienve {
	color:#C1CCBA;
	font-size:1.5em;
	height:47px;
	left:10px;
	line-height:1.1em;
	margin:35px 0 0 5px;
	position:absolute;
	text-align:center;
	top:10px;
	width:370px;
}
#bienve h2{
	font-size:2.0em;
	margin:5px 0;
}
#dir {
	color:#000;
	font-size:1.2em;
	height:47px;
	left:570px;
	line-height:1.1em;
	margin:35px 0 0 5px;
	position:absolute;
	text-align:center;
	top:292px;
	width:315px;
}
#dir h2{
	font-size:1.8em;
	margin:5px 0;
}
#dir2 {
	color:#0D262A;
	font-size:1em;
	height:47px;
	left:31px;
	line-height:1.1em;
	margin:0;
	position:absolute;
	text-align:left;
	top:323px;
	width:315px;
}
#dir2 h2{
	font-size:1.8em;
	margin:5px 0;
}
#tels {
	color:#0D262A;
	font-size:1em;
	height:69px;
	left:28px;
	line-height:1.1em;
	margin:0;
	position:absolute;
	text-align:left;
	top:345px;
	width:353px;
}
#tels h2 {
	font-size:1.5em;
	line-height:1em;
	margin:5px 0;
}
.iframe { height: 2110px; float: left; width: 90%;margin-left:13px;}
#mapa {
	float:left;
	height:280px;
	margin:20px 0 0 19px;
	width:372px;
}
.btns {
	height:85px;
	left:414px;
	position:absolute;
	top:330px;
	width:303px;
}
.btns li {float:left;}
.btns a {
	display:block;
	height:85px;
	background:url(../images/btns.png);
	text-indent:-90000%;
	width:101px;
}
.btns_video a { background-position:left top; }
.btns_fotos a { background-position:-101px top;}
.btns_180 a { background-position:right top;}

.btns_video a:hover {background-position:left bottom;}
.btns_fotos a:hover{background-position:-101px bottom;}
.btns_180 a:hover {background-position:right bottom;}
#form {
	height:350px;
	left:18px;
	position:absolute;
	top:15px;
	width:365px;
}

/* =7 Formularios
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
input.span-01, textarea.span-01, select.span-01 {width:30px!important;}
input.span-02, textarea.span-02, select.span-02 {width:50px!important;}
input.span-03, textarea.span-03, select.span-03 {width:90px!important;}
input.span-04, textarea.span-04, select.span-04 {width:130px!important;}
input.span-05, textarea.span-05, select.span-05 {width:170px!important;}
input.span-06, textarea.span-06, select.span-06 {width:210px!important;}
input.span-07, textarea.span-07, select.span-07 {width:250px!important;}
input.span-08, textarea.span-08, select.span-08 {width:290px!important;}
input.span-09, textarea.span-09, select.span-09 {width:330px!important;}
input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
input, textarea, select {
	border:1px solid #192B3B;
	margin:0 0;
	font-family:Verdana,Tahoma,Arial,Sans-Serif;
	font-size:1.2em;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.2em;
}
textarea {width:390px;height:250px;padding:5px;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
/* =8 Extra
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/* =9 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

.soluciones{
	background: url(../images/logos.png) no-repeat scroll 0 top;
	float: left;
	height:29px;
	margin-top:5px;
	width: 150px;
}
.soloautos {
	background: url(../images/logos.png) no-repeat scroll 0 bottom;
	float: left;
	height: 27px;
	margin-top:5px;
	width: 150px;
}
