/*
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: #620c00 url(../images/bkg.jpg) repeat-x scroll 0 0;
	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;}
.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
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.menu {
	float:right;
	height:40px;
	margin:73px 0 0;
	width:480px;
	
}
.menu li {float:left;}
.menu a {
	color:black;
	display:block;
	font-size:1.2em;
	font-weight:bold;
	height:10px;
	padding:15px 20px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}
.menu a:hover {
	color: white;
	border-left: 1px solid white;
	border-right: 1px solid white;
}
.tab-top{
	background: url(../images/bkg-body.png) no-repeat scroll 0 0;
	float: left;
	height: 18px;
	width: 100%;
}

/* =5 Layout
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#container {width:960px;margin:0 auto;}
#header {width:100%;height: 148px; float: left; position: relative;}
#contain {width:100%;height:auto;min-height: 300px; float: left; background: url(../images/bkg-bodx.png) repeat-y scroll 0 0;}
#footer {width:100%;height: 100px; float: none;clear: both; color: white;}
.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
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.iframe { height: 2110px; float: left; width: 90%;}

#ubica {
	background: #620c00 url(../images/ubica.jpg) no-repeat scroll 0 0;
	position:relative;
	width:903px;
	height:371px;
	float:left;
	margin:0 0 0 22px;
}
#contacto {
	background: #620c00 url(../images/contacto.jpg) no-repeat scroll 0 0;
	position:relative;
	width:903px;
	height:371px;
	float:left;
	margin:0 0 0 22px;
}
#mapa {
	float:left;
	height:334px;
	margin:20px 0 0 54px;
	width:280px;
}
#form {
	height:400px;
	left:33px;
	position:absolute;
	top:10px;
	width:400px;
}
#dir {
	position:absolute;
	left:55px;
	top:300px;
	height:55px;
	width:333px;
}
#dir2 {
	height:55px;
	left:430px;
	position:absolute;
	top:290px;
	width:360px;
}
#dir h2{margin:7px 0;}

.btns {
	height:85px;
	left:414px;
	position:absolute;
	top:277px;
	width:303px;
}
.btns li {float:left;}
.btns a {
	display:block;
	height:85px;
	background:url(../images/btns.png);
	text-indent:-9000%;
	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;}

/* =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
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.tab-foot{
	background: url(../images/bkg-body.png) no-repeat scroll 0 bottom;
	_background:white;
	float: left;
	height: 30px;
	width: 100%;
}
.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;
}

#acao {
	position:absolute;
	top:18px;
	right:10px;
}

