/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin: 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	text-decoration: none;
	padding: 10px 0 0 10px;
	background-color: #FFF;
	background-image: url(../imatges/bg_largo.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
img {
	text-decoration: none;
	border-style: none;
} 

/* Commonly used to style page titles. */
h1 {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 14px;
}
/* Commonly used to style section titles. */
h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
/* Sets the style for unvisited links. */
a,  a:link {
  color: #000;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #000;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #000;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #000;
}

#menu li a:hover {
	color: #A30404;
	text-decoration: underline;
	font-weight: bold;
}

.clear {
	clear: both;
}
.center {
	text-align: center;
}
.blanc {
	color:#FFF;
}
.floatLeft{
	float:left;
}
.floatright {

	float: right;
}
.justificado{
	text-align: justify;
}
#contenido img {
	margin: 10px;
}


/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#externa {
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 800px;
	padding: 0px;
	position: relative;
	margin: 0px auto 0px;
}
#externa #cabezal {
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	padding: 0;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#externa #contenedor {
	padding: 0;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	min-height:100%;
	position: relative;
}
#externa  #contenedor  #colmenu {
	padding: 5px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 760px;
	left: 0px;
	position: relative;
	margin-top: 10px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#externa #contenedor #contenido {
	padding: 0px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	height: auto;
	width: auto;
	margin: 0px;
	position: relative;
}
#externa #contenedor #contenido p {
	width: 680px;
	position: relative;
	left: 15px;
}

#externa #pie {
	padding: 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 740px;
	text-align: center;
	position: relative;
	clip: rect(auto,auto,auto,auto);
	color: #666666;
	border-top: thin solid #D0D0D0;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-color: #D0D0D0;
	border-bottom-color: #D0D0D0;
	border-left-color: #D0D0D0;
	height: auto;
}
#externa #contenedor #pie img {
	position: relative;
	top: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#credits {
	text-align: right;
	position: relative;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font: 8pt Arial, Helvetica, sans-serif;
	height: auto;
	bottom: 0px;
	margin-bottom: 10px;
	}
#itembd .fotobd {
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 80px;
}
#itembd {
	border: 1px dotted #CCCCCC;
	margin: 7px;
	padding: 5px;
	width:115px;
	height: auto;
}
#itembd .fotoitem {
	text-align: center;
}
#itembd .textbd {
	text-align: center;
}


/* =-=-=-=-=-=-=-[Menu Five]-=-=-=-=-=-=-=- */

ul {
        list-style: none;
        margin: 0;
        padding: 0;
        }


#menu5 {
	width: 170px;
	border-style: none solid none solid;
	border-color: #D0D0D0;
	border-width: 1px;
	margin: 0px 10px 0px 0px;
	float: left;
        }

#menu5 li a {
          height: 32px;
          voice-family: "\"}\"";
          voice-family: inherit;
          height: 24px;
        text-decoration: none;
        }

#menu5 li a:link, #menu5 li a:visited {
	color: #777;
	display: block;
	background: url(../imatges/menu5.gif) right top;
	padding: 8px 25px 0 10px;
	text-align: right;
        }

#menu5 li a:hover, #menu5 li #current {
	color: #fff;
	background: url(../imatges/menu5.gif) right -32px;
	padding: 8px 25px 0 10px;
	text-align: right;
        }

#menu5 li a:active {
        color: #fff;
        background: url(../imatges/menu5.gif) 0 -64px;
        padding: 8px 25px 0 10px;
        text-align: right;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.paginacion {
	right: 0px;
	padding: 10px;
	float: right;
	clear: both;
}
#idiomes {
	margin: 0px;
	padding: 0px;
	width: 100px;
	position: absolute;
	top: 20px;
	right: 10px;
}
#contenido #titulo {
	font-size: 12pt;
	font-weight: bold;
	color: #CC3300;
	border-bottom: 1px solid #CC3300;
	position: relative;
	left: 20px;
	width: 700px;
	margin: 5px;
	padding: 5px;
}
#menu li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}
#menu li a {
	color: #666666;
	font-size:9pt;
}
#menu {
	margin: 0px;
	padding: 0px;
	width: auto;
	position: absolute;
	top: 60px;
	right: 35px;
}
#icons {
	height: 60px;
	width: 95%;
	margin: 0px auto;
	padding: 0px;
}

/* Camion rollover css */
a#icon_camio{
	background: url(../imatges/icones/ico_camio.png) no-repeat center top;
	margin: 0px;
	height: 60px;
	width: 102px;
	padding: 0px;
	display:block;
	float:left
}
a#icon_camio span {
	display:none
}
a#icon_camio:hover {
	background-position:bottom;
}

a#icon_camio_on{
	background: url(../imatges/icones/ico_camio_on.png) no-repeat center top;
	margin: 0px;
	height: 60px;
	width: 102px;
	padding: 0px;
	display:block;
	float:left
}
a#icon_camio_on span {
	display:none
}

/* Tractora rollover css */
a#icon_tractora{
	margin: 0px;
	height: 60px;
	width: 102px;
	padding: 0px;
	display:block;
	float:left;
	background-image: url(../imatges/icones/ico_tractora.png);
	background-repeat: no-repeat;
	background-position: center top;
}
a#icon_tractora span {
	display:none
}
a#icon_tractora:hover {
	background-position:bottom;
}

a#icon_tractora_on{
	margin: 0px;
	height: 60px;
	width: 102px;
	padding: 0px;
	display:block;
	float:left;
	background-image: url(../imatges/icones/ico_tractora_on.png);
	background-repeat: no-repeat;
	background-position: center top;
}
a#icon_tractora_on span {
	display:none
}

/* Remolque rollover css */
a#icon_remolque {
	background: url(../imatges/icones/ico_remolc.png) no-repeat center top;
	margin: 0px;
	height: 60px;
	width: 102px;
	padding: 0px;
	display:block;
	float:left;
}
a#icon_remolque span {
	display:none
}
a#icon_remolque:hover {
	background-position:bottom;
}
a#icon_remolque_on {
	background: url(../imatges/icones/ico_remolc_on.png) no-repeat center top;
	margin: 0px;
	height: 60px;
	width: 102px;
	padding: 0px;
	display:block;
	float:left;
}
a#icon_remolque_on span {
	display:none
}


/* Semi-remolque rollover css */
a#icon_semi {
	background: url(../imatges/icones/ico_semi.png) no-repeat center top;
	margin: 0px;
	height: 60px;
	width: 102px;
	padding: 0px;
	display:block;
	float:left;
}
a#icon_semi span {
	display:none
}
a#icon_semi:hover {
	background-position:bottom;
}
a#icon_semi_on {
	background: url(../imatges/icones/ico_semi_on.png) no-repeat center top;
	margin: 0px;
	height: 60px;
	width: 102px;
	padding: 0px;
	display:block;
	float:left;
}
a#icon_semi_on span {
	display:none
}


/* grua rollover css */
a#icon_grua {
	background: url(../imatges/icones/ico_grua.png) no-repeat center top;
	margin: 0px;
	height: 60px;
	width: 102px;
	padding: 0px;
	display:block;
	float:left;
}
a#icon_grua span {
	display:none
}
a#icon_grua:hover {
	background-position:bottom;
}
a#icon_grua_on {
	background: url(../imatges/icones/ico_grua_on.png) no-repeat center top;
	margin: 0px;
	height: 60px;
	width: 102px;
	padding: 0px;
	display:block;
	float:left;
}
a#icon_grua_on span {
	display:none
}


/* Auto rollover css */
a#icon_auto {
	background: url(../imatges/icones/ico_cotxe.png) no-repeat center top;
	margin: 0px;
	height: 60px;
	width: 102px;
	padding: 0px;
	display:block;
	float:left;
}
a#icon_auto span {
	display:none
}
a#icon_auto:hover {
	background-position:bottom;
}

a#icon_auto_on {
	background: url(../imatges/icones/ico_cotxe_on.png) no-repeat center top;
	margin: 0px;
	height: 60px;
	width: 102px;
	padding: 0px;
	display:block;
	float:left;
}
a#icon_auto_on span {
	display:none
}

/* Tots rollover css */
a#icon_tots {
	background: url(../imatges/icones/ico_tots.png) no-repeat center top;
	margin: 0px;
	height: 60px;
	width: 102px;
	padding: 0px;
	display:block;
	float:left;
}
a#icon_tots span {
	display:none
}
a#icon_tots:hover {
	background-position:bottom;
}
a#icon_tots_on {
	background: url(../imatges/icones/ico_tots_on.png) no-repeat center top;
	margin: 0px;
	height: 60px;
	width: 102px;
	padding: 0px;
	display:block;
	float:left;
}
a#icon_tots_on span {
	display:none
}
#titulo img {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 5px;
	height: 37px;
	width: 65px;
}
