* {
	font-size: 100%;
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	color: #666666;
	min-width: 780px;
	text-align: center;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	font-size: 62.5%;
	background-color: #CCCCCC;
}
p, ul, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, form, input, textarea, blockquote, pre, table {
	margin: 0 0 .8em 0;
}
/* =Headings - Generic styles

----------------------------------------------- */

h1, h2, h3, h4, h5, h6 {

	color: #5F5F5F;
	font-weight: normal;
	letter-spacing: .1em;
}
hr {
	clear:both;
	margin: 10px auto;
	width: 80%;
}

#content h2 {
	font-size: 1.6em;
	padding: 10px 0 20px 0;
	text-transform: uppercase;
}
#content h3 {
	font-size: 1.2em;
	text-transform: uppercase;
}
#content h4 {
	font-size: 1em;
}
#content h5 {
	font-size: 1em;
}
#content h6 {
	font-size: 1em;
}
#content-b h3 {
	height: 15px;
	overflow: hidden;
	text-indent: -9999px;
	width: auto;
}
/* =Headings - IR

----------------------------------------------- */

#content-b h3#sidesnips {
	background: transparent url(images/GM11_header_sidesnips.gif) no-repeat 0 0;
}
#content-b h3#siteupdates {
	background: transparent url(images/GM11_header_siteupdates.gif) no-repeat 0 0;
}
#content-b h3#coolsites {
	background: transparent url(images/GM11_header_coolsites.gif) no-repeat 0 0;
}
#pageheader {
	height: 15px;
	overflow: hidden;
	text-indent: -9999px;
	width: auto;
}
.homepage #pageheader {
	background: transparent url(images/GM11_pageheader_homepage.gif) no-repeat 0 0;
}
/* =Anchors

----------------------------------------------- */

a img {
	border: none;
}
a:link {

	color: #333333;
}
a:visited, a:hover, a:focus, a:active {

	color: #000000;
}
/* =Lists

----------------------------------------------- */

#content ol {
	list-style-position: inside;
	list-style-type: lower-roman;
}
#content ul {
	list-style-type: none;
}
#content ul li {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 3px;
}
#content dt {
	font-weight: bold;
}
/* =Forms

----------------------------------------------- */

label {
	clear:left;
	color: #999999;
	display: block;
	font-size: .9em;
	float: left;
	width: 100px;
	margin-top: .5em;
	padding: 2px 10px 2px 40px;
}
input, textarea, select {
	background: transparent url(images/GM11_form_inputtext.jpg) repeat-x 0 0;
	border: 1px solid #DDDDDD;
	color: #666666;
	width:250px;
	font: .9em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	margin-top: .5em;
	padding: 2px;
}

input.button {
	margin-left:150px; 
	width:100px;
}
/* =Quotations

----------------------------------------------- */

blockquote {
	font-style: normal;
	text-indent: -.7em;
}
blockquote cite {
	display: block;
	font-style: normal;
	margin: .8em 0 0 .6em;
}
/* =Code

----------------------------------------------- */

code, pre, var {

	color: #5F5F5F;
	font: 1em Pragmata, "Courier New", Courier, monospace;
}
pre {
	border: 1px solid #DDDDDD;
	font-size: .8em;
	height: auto; /*\*/
	overflow: auto; /**/
	padding: 4px;
	width: 443px;
}
pre.php {
	color: #B22222;
}
pre.php span.comment {
	color: #FFA500 !important;
}
pre.php var {
	color: #333333;
}
pre.html span.comment {
	color: #999999 !important;
}
/* =Misc. Text Formatting

----------------------------------------------- */

kbd {

	color: #000000;
	font: 1em Pragmata, "Courier New", Courier, monospace;
}
del {

	color: #DDDDDD;
}
ins {

	color: #333333;
	text-decoration: underline;
}
/* =Warnings and notes

----------------------------------------------- */

p.note-general, p.note-warning {

	border: 1px solid #DDDDDD;
	color: #ff0000;
	font-size: .9em;
	padding: 2px 4px 2px 34px;
}

/* =Wrappers

----------------------------------------------- */

#wrapper-a {
	background: transparent url(images/GM11_wrapper-a.jpg) repeat-x 0 0;
	width: auto;
}
#wrapper-b {
	margin: 0 auto;
	text-align: left;
	width: 780px;
	background-color: #FFFFFF;
	background-image: url(images/GM11_wrapper-b.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}
/* =Heading Layout

----------------------------------------------- */

#heading {
	height: 222px;
	position: relative;
	width: 780px;
	background-color: #FFFFFF;
	background-image: url(images/GM11_heading_background_r2_c2.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#heading h1 {
	left: 45px;
	position: absolute;
	top: 104px;
}
#heading-intro {

	border-left: 1px solid #EEEEEE;
	color: #EEEEEE;
	left: 546px;
	padding-left: 10px;
	position: absolute;
	top: 57px;
	width: 200px;
	font-size: 140%;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
}
#heading h1 a {
	background: transparent url(images/GM11_heading_branding.jpg) no-repeat 0 0;
	display: block;
	height: 58px;
	overflow: hidden;
	text-indent: -9999px;
	width: 303px;
}
#heading h2, #heading-skipnav {
	left: -9999px;
	overflow: hidden;
	position: absolute;
}
/* =Content Layout

----------------------------------------------- */

#content-a {
	float: left;
	font-size: 150%;
	width: 480px;
}
#content-a h2 img{
	float:right;
	padding: 0 0 15px 0;
}
#content-a h3{
	padding-left: 25px;
	background-image: url(images/vineta.png);
	background-repeat: no-repeat;
	background-position: left 3px;
}
#content-a p{
	text-align:justify;
}
#content-b {
	float: left;
	width: 300px;
}
#content-c {
	clear: both;
}
#content-a-inner {
	padding: 8px 9px 8px 18px;
}
#content-b-inner {
	padding: 8px 18px 8px 18px;
}
#content-b-inner div {
	margin-bottom: .8em;
}
#content-c-inner {
	margin: 0 0 .5em 0;
	padding: 0 18px;
	text-align: center;
}
/* =Top Of Page etc

----------------------------------------------- */

ul#nav-b li {
	background: none;
	display: inline;
	margin-left: 5px;
	padding: 0;
}
#nav-b li a {
	border: 1px solid #DDDDDD;
	color: #999999;
	font-size: .9em;
	padding: 3px 4px 3px 20px;
	text-decoration: none;
}
#nav-b li a:hover, #nav-b li a:focus, #nav-b li a:active {
	color: #666666;
}
#totop a {
	background: url(images/GM11_totop.gif) no-repeat 4px 50%;
}
#tonavigation a {
	background: url(images/GM11_tonavigation.gif) no-repeat 4px 50%;
}
#accessibility a {
	background: url(images/GM11_accessibility.gif) no-repeat 4px 50%;
}
#colophon a {
	background: url(images/GM11_colophon.gif) no-repeat 4px 50%;
}
/* =Footer

----------------------------------------------- */

#footer {
	padding: 20px 0 15px 0;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	background-image: url(images/GM11_footer.jpg);
	background-repeat: no-repeat;
	background-position: 50% top;
}
#footer p {

	color: #EEEEEE;
	font-size: 100%;
	margin: 0 0 .4em 0;
	text-align: center;
}
#footer a:link, #footer a:visited {

	color: #EEEEEE;
	text-decoration: none;
}
#footer a:hover, #footer a:focus, #footer a:active {

	color: #CCCCCC;
}
/* =Main Navigation

----------------------------------------------- */

#nav-a {
	left: 75px;
	list-style-type: none;
	position: absolute;
	top: 12px;
}
#nav-a li {
	float: left;
	margin: 0 1px 0 0;
	width: 104px;
}
#nav-a li a {
	display: block;
	height: 20px;
	overflow: hidden;
	text-indent: -9999px;
	width: 104px;
}
#nav-a-inicio a {
	background: transparent url(images/nav_inicio.jpg) no-repeat 0 0;
}
#nav-a-inicio a:hover, #nav-a-inicio a:focus, #nav-a-inicio a:active {
	background-position: 0 -20px;
}
#nav-a-empresa a {
	background: transparent url(images/nav_empresa.jpg) no-repeat 0 0;
}
#nav-a-empresa a:hover, #nav-a-empresa a:focus, #nav-a-empresa a:active {
	background-position: 0 -20px;
}
#nav-a-catalogo a {
	background: transparent url(images/nav_catalogo.jpg) no-repeat 0 0;
}
#nav-a-catalogo a:hover, #nav-a-catalogo a:focus, #nav-a-catalogo a:active {
	background-position: 0 -20px;
}
#nav-a-usados a {
	background: transparent url(images/nav_usados.jpg) no-repeat 0 0;
}
#nav-a-usados a:hover, #nav-a-usados a:focus, #nav-a-usados a:active {
	background-position: 0 -20px;
}
#nav-a-servicios a {
	background: transparent url(images/nav_servicios.jpg) no-repeat 0 0;
}
#nav-a-servicios a:hover, #nav-a-servicios a:focus, #nav-a-servicios a:active {
	background-position: 0 -20px;
}
#nav-a-llegar a {
	background: transparent url(images/nav_comollegar.jpg) no-repeat 0 0;
}
#nav-a-llegar a:hover, #nav-a-llegar a:focus, #nav-a-llegar a:active {
	background-position: 0 -20px;
}
#nav-a-contacto a {
	background: transparent url(images/nav_contacto.jpg) no-repeat 0 0;
}
#nav-a-contacto a:hover, #nav-a-contacto a:focus, #nav-a-contacto a:active {
	background-position: 0 -20px;
}
/* =Quick Navigation

----------------------------------------------- */

ul#quicknav {
	margin: 0;
}
ul#quicknav li {
	background: none;
	padding: 0;
}
ul#quicknav a {
	display: block;
	height: 88px;
	overflow: hidden;
	text-indent: -9999px;
	width: 273px;
}
#quicknav-freetemplates a {
	background: transparent url(images/GM11_quicknav_templates.jpg) no-repeat 0 0;
}
#quicknav-freepngfiles a {
	background: transparent url(images/GM11_quicknav_pngfiles.jpg) no-repeat 0 0;
}
#quicknav-freephpscripts a {
	background: transparent url(images/GM11_quicknav_phpscripts.jpg) no-repeat 0 0;
}
#quicknav-freetemplates a:hover, #quicknav-freetemplates a:focus, #quicknav-freetemplates a:active, #quicknav-freepngfiles a:hover, #quicknav-freepngfiles a:focus, #quicknav-freepngfiles a:active, #quicknav-freephpscripts a:hover, #quicknav-freephpscripts a:focus, #quicknav-freephpscripts a:active {
	background-position: 0 -88px;
}
/* =Images and thumbnails

----------------------------------------------- */

#content-randomimage img {
	border: 1px solid #91C1E5;
	margin: 0;
	padding: 1px;
}
#content-randomimage p {

	color: #999999;
	font-size: .8em;
	margin: 0 0 .8em 0;
	padding-right: 4px;
	text-align: right;
	text-transform: uppercase;
}
.content-thumbnail {
	border: 1px solid #DDDDDD;
	padding: 1px;
}
/* =Floats

----------------------------------------------- */

.float-left {
	float: left;
	margin-right: 10px;
}
.float-right {
	float: right;
	margin-left: 10px;
}
 @media print {
body {
	background: #FFFFFF;
	color: #333333;
	font: 8pt Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6, code, pre {
	color: #333333;
}
h2 {
	font-size: 10pt;
}
h3 {
	font-size: 9pt;
}
h4 {
	font-size: 9pt;
	font-weight:bold;
	color:#333333;
}
h5, h6 {
	font-size: 8pt;
}
abbr, acronym {
	border-bottom: none;
}
abbr:after, acronym:after {
	content: ' (' attr(title) ') ';
}
a:after {
	content: ' (' attr(href) ') ';
}
a {
	color: #333333;
	text-decoration: none;
}
#nav-a, #nav-b, #heading-skipnav, #heading-intro, form {
	display: none;
}
#heading {
	border-bottom: 2px solid #666666;
}
}
#botonera ul {
	list-style-type: none;
}
#botonera li a {
	display: block;
	height: 70px;
	overflow: hidden;
	text-indent: -9999px;
	width: 260px;
}
#botonera-acoplados a {
	background-color: transparent;
	background-image: url(images/acoplados.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#botonera-acoplados a:hover, #botonera-acoplados a:focus, #botonera-acoplados a:active {
	background-position: 0 -70px;
}
#botonera-semiremolques a {
	background-color: transparent;
	background-image: url(images/semirremolques.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#botonera-semiremolques a:hover, #botonera-semiremolques a:focus, #botonera-semiremolques a:active {
	background-position: 0 -70px;
}
#botonera-cajas a {
	background-color: transparent;
	background-image: url(images/cajas.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#botonera-cajas a:hover, #botonera-cajas a:focus, #botonera-cajas a:active {
	background-position: 0 -70px;
}
#botonera-agricolas a {
	background-color: transparent;
	background-image: url(images/agricolas.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#botonera-agricolas a:hover, #botonera-agricolas a:focus, #botonera-agricolas a:active {
	background-position: 0 -70px;
}
#botonera-usados a {
	background-color: transparent;
	background-image: url(images/usados.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#botonera-usados a:hover, #botonera-usados a:focus, #botonera-usados a:active {
	background-position: 0 -70px;
}
#botonera-accesorios a {
	background-color: transparent;
	background-image: url(images/accesorios.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#botonera-accesorios a:hover, #botonera-accesorios a:focus, #botonera-accesorios a:active {
	background-position: 0 -70px;
}
#presupuesto {
	background-color: #FBFBFB;
	border: 1px solid #6B6B6B;
	padding:10px;
	font-size:1.5em;
}
.datos img{
	border: 1px solid #6B6B6B;
	padding:0;
	margin-right:5px;
}
.datos p{
	font-size:80%;
	}
.datos ul{
	margin-left:15px;
	}
.datos li{
	font-size:80%;
	list-style-type:disc;
	margin:0;
	padding: 0 0 5px 0;
	}
.input-calculo {
	width:25px;
}
.input-button-small {
	width:auto;
}
#detallecarrito {
	width:100%;
}
#detallecarrito img{
	padding: 5px 10px 5px 0;
}
#detallecarrito tr td, #detallecarrito tr th {
	border-bottom: 1px solid #666666;
}
.information {
	color:#0066CC;
}
.warning {
	color:#CC0000;
	font-weight:bold;
}.descarga {
	float: right;
}
