@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	background-color: #333333;
}
.oneColFixCtrHdr #container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background-color: #000000;
	/* for IE */
  	filter:alpha(opacity=80);
	/* CSS3 standard */
  	opacity:0.8;
	height: 88px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.oneColFixCtrHdr #mainContent {
	background-color: #1f1f1f;
	background-image: url(imagenes/img-constructora.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #footer {
	background-color: #1f1f1f;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 32px;
}
.oneColFixCtrHdr #footer p {
	font-size: 70%;
	text-transform: uppercase;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0;
	margin: 0;
}
.oneColFixCtrHdr #logo {
	float: left;
}
.oneColFixCtrHdr #navegacion {
	margin-left: 235px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 42px;
}
.oneColFixCtrHdr #navegacion ul{
	text-align: right;
	display: inline;
	text-transform: uppercase;
	font-size: 80%;
}
.oneColFixCtrHdr #navegacion ul li{
	line-height: 1em;
	border-left-color: #FF6600;
	list-style: none;
	display: inline;
	border-left-width: 1px;
	border-left-style: solid;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.oneColFixCtrHdr #navegacion ul li.first {
	border-width: 0px;
	border-style: none;
}
.oneColFixCtrHdr #navegacion ul li.last {
		padding-right: 0px;
}
.oneColFixCtrHdr #navegacion a {
	text-transform: uppercase;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.oneColFixCtrHdr #navegacion a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
.oneColFixCtrHdr #contInterno {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 300px;
}
h4 {
	font-size: 115%;
	font-weight: normal;
}
.oneColFixCtrHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 439px;
	background-color: #80a429;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 18px;
}
.oneColFixCtrHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 439px;
	background-color: #40afb8;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 19px;
}
.oneColFixCtrHdr #contenido {
	margin-top: 0;
	margin-right: 460px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 32px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}.oneColFixCtrHdr #mainContent h2 {
	text-transform: uppercase;
	background-image: url(imagenes/fondo-h2.gif);
	padding-top: 7px;
	padding-bottom: 7px;
	background-repeat: repeat-x;
	padding-left: 32px;
	margin-left: -32px;
	padding-right: 21px;
	margin-right: -21px;
}
.oneColFixCtrHdr #sidebar1 ul {
	line-height: 1.5em;
	padding-left: 75px;
	list-style-position: outside;
	list-style-image: url(imagenes/balazo-verde.gif);
}
.oneColFixCtrHdr #sidebar1 a {
	color: #333333;
	text-decoration: none;
}
.oneColFixCtrHdr #sidebar1 a:hover {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
.oneColFixCtrHdr #sidebar2 ul {
	line-height: 1.5em;
	padding-left: 75px;
	list-style-position: outside;
	list-style-image: url(imagenes/balazo-turquesa.gif);
}
.oneColFixCtrHdr #sidebar2 a {
	color: #333333;
	text-decoration: none;
}
.oneColFixCtrHdr #sidebar2 a:hover {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
.oneColFixCtrHdr #mainContentArr {
	background-color: #1f1f1f;
	background-image: url(imagenes/img-arrendadora.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #mainContentArr h2{
	text-transform: uppercase;
	background-image: url(imagenes/fondo-h2-2.gif);
	padding-top: 7px;
	padding-bottom: 7px;
	background-repeat: repeat-x;
	padding-left: 32px;
	margin-left: -32px;
	padding-right: 21px;
	margin-right: -21px;
}
.oneColFixCtrHdr #mainContentHome {
	background-color: #333333;
	background-image: url(imagenes/img-home.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #sidebarHome {
	float: right;
	background-color: #0aa5b2;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: 209px;
	width: 289px;
	margin-top: 18px;
}
.oneColFixCtrHdr #sidebarHome p{
	color: #333333;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;	
}
.oneColFixCtrHdr #contInternoHome {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 205px;
	background-image: url(imagenes/fondo-nivel-home.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.oneColFixCtrHdr #homeConst {
	background-color: #80a429;
	width: 262px;
	float: left;
}
.oneColFixCtrHdr #homeArrend {
	background-color: #acc953;
	width: 262px;
	float: right;
}
.oneColFixCtrHdr #contHome {
	margin-top: 227px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 524px;
}
.oneColFixCtrHdr #contHome h2{
	text-transform: uppercase;
	font-size: 95%;
	padding-left: 20px;
}
.oneColFixCtrHdr #contHome ul{
	line-height: 1.5em;
	padding-left: 75px;
	list-style-position: outside;
	list-style-image: url(imagenes/balazo-verde.gif);
	font-size: 90%;
}
.oneColFixCtrHdr #contHome a{
	color: #333333;
	text-decoration: none;
}
.oneColFixCtrHdr #contHome a:hover{
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
.oneColFixCtrHdr #mainContentArr2 {
	background-color: #1f1f1f;
	background-image: url(imagenes/fondo-tractocompactadora.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #mainContentArr2 h2 {
	text-transform: uppercase;
	background-image: url(imagenes/fondo-h2-2.gif);
	padding-top: 7px;
	padding-bottom: 7px;
	background-repeat: repeat-x;
	padding-left: 32px;
	margin-left: -32px;
	padding-right: 21px;
	margin-right: -21px;
}
.oneColFixCtrHdr #contInternoArr {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #contenidoArrend {
	margin-top: -20px;
	margin-right: 460px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 32px;
}
.oneColFixCtrHdr #sidebarMaq {
	float: right; /* since this element is floated, a width must be given */
	width: 375px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
}
.oneColFixCtrHdr #contenidoMaquinaria h5 {
	color: #FFCC00;
	line-height: 1px;
}
.titsVenta {
	font-size: 13px;
	font-weight: bold;
	color: #FFCC00;
}
.oneColFixCtrHdr #contMaquinaria {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 50px;
}
.oneColFixCtrHdr #contenidoMaquinaria {
	margin-top: 0px;
	margin-right: 460px;
	margin-bottom: 0;
	margin-left: 0px;
}
.oneColFixCtrHdr #sidebar22 {
	float: right; /* since this element is floated, a width must be given */
	width: 439px;
	background-color: #40afb8;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
}
.oneColFixCtrHdr #sidebar22 ul {
	line-height: 1.5em;
	padding-left: 75px;
	list-style-position: outside;
	list-style-image: url(imagenes/balazo-turquesa.gif);
}
.oneColFixCtrHdr #sidebar22 a {
	color: #333333;
	text-decoration: none;
}
.oneColFixCtrHdr #sidebar22 a:hover {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
.oneColFixCtrHdr #mainContentArr3 {
	background-color: #1f1f1f;
	background-image: url(imagenes/fondo-excavadora.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #mainContentArr3 h2 {
	text-transform: uppercase;
	background-image: url(imagenes/fondo-h2-2.gif);
	padding-top: 7px;
	padding-bottom: 7px;
	background-repeat: repeat-x;
	padding-left: 32px;
	margin-left: -32px;
	padding-right: 21px;
	margin-right: -21px;
}
.oneColFixCtrHdr #mainContentArr4 {
	background-color: #1f1f1f;
	background-image: url(imagenes/fondo-vibrocompactadoras.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #mainContentArr4 h2 {
	text-transform: uppercase;
	background-image: url(imagenes/fondo-h2-2.gif);
	padding-top: 7px;
	padding-bottom: 7px;
	background-repeat: repeat-x;
	padding-left: 32px;
	margin-left: -32px;
	padding-right: 21px;
	margin-right: -21px;
}
.oneColFixCtrHdr #mainContentArr5 {
	background-color: #1f1f1f;
	background-image: url(imagenes/fondo-motoconformadora.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #mainContentArr5 h2 {
	text-transform: uppercase;
	background-image: url(imagenes/fondo-h2-2.gif);
	padding-top: 7px;
	padding-bottom: 7px;
	background-repeat: repeat-x;
	padding-left: 32px;
	margin-left: -32px;
	padding-right: 21px;
	margin-right: -21px;
}
.oneColFixCtrHdr #mainContentArr6 {
	background-color: #1f1f1f;
	background-image: url(imagenes/fondo-tractor.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #mainContentArr6 h2 {
	text-transform: uppercase;
	background-image: url(imagenes/fondo-h2-2.gif);
	padding-top: 7px;
	padding-bottom: 7px;
	background-repeat: repeat-x;
	padding-left: 32px;
	margin-left: -32px;
	padding-right: 21px;
	margin-right: -21px;
}
.oneColFixCtrHdr #mainContentArr7 {
	background-color: #1f1f1f;
	background-image: url(imagenes/fondo-retroexcavadora.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #mainContentArr7 h2 {
	text-transform: uppercase;
	background-image: url(imagenes/fondo-h2-2.gif);
	padding-top: 7px;
	padding-bottom: 7px;
	background-repeat: repeat-x;
	padding-left: 32px;
	margin-left: -32px;
	padding-right: 21px;
	margin-right: -21px;
}
.oneColFixCtrHdr #mainContentArr8 {
	background-color: #1f1f1f;
	background-image: url(imagenes/fondo-martillo.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #mainContentArr8 h2 {
	text-transform: uppercase;
	background-image: url(imagenes/fondo-h2-2.gif);
	padding-top: 7px;
	padding-bottom: 7px;
	background-repeat: repeat-x;
	padding-left: 32px;
	margin-left: -32px;
	padding-right: 21px;
	margin-right: -21px;
}
.oneColFixCtrHdr #mainContentArr9 {
	background-color: #1f1f1f;
	background-image: url(imagenes/fondo-traxcavo.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #mainContentArr9 h2 {
	text-transform: uppercase;
	background-image: url(imagenes/fondo-h2-2.gif);
	padding-top: 7px;
	padding-bottom: 7px;
	background-repeat: repeat-x;
	padding-left: 32px;
	margin-left: -32px;
	padding-right: 21px;
	margin-right: -21px;
}
.oneColFixCtrHdr #mainContentVenta {
	background-color: #1f1f1f;
	background-repeat: no-repeat;
	background-image: url(imagenes/fondo-venta.jpg);
	height: auto;
}.oneColFixCtrHdr #contMaquinaria a {
	color: #FFFFFF;
	text-decoration: none;
}
.oneColFixCtrHdr #contMaquinaria a:hover {
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
.oneColFixCtrHdr #mainContentContacto {
	background-color: #1f1f1f;
	background-repeat: no-repeat;
	background-image: url(imagenes/fondo-contacto2.jpg);
}
.oneColFixCtrHdr #mainContentContacto h2 {
	text-transform: uppercase;
	background-image: url(imagenes/fondo-h2-2.gif);
	padding-top: 7px;
	padding-bottom: 7px;
	background-repeat: repeat-x;
	padding-left: 32px;
	margin-left: -32px;
	padding-right: 21px;
	margin-right: -21px;
}
.oneColFixCtrHdr #contInternoContacto {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 300px;
}
.oneColFixCtrHdr #mainContentContacto #contInterno a {
	color: #FFFFFF;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContentContacto #contInterno a:hover {
	color: #66FFFF;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #66FFFF;
}.oneColFixCtrHdr #mainContentProy {
	background-color: #1f1f1f;
	background-image: url(imagenes/fondo-proyectos.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #mainContentProy h2 {
	text-transform: uppercase;
	background-image: url(imagenes/fondo-h2.gif);
	padding-top: 7px;
	padding-bottom: 7px;
	background-repeat: repeat-x;
	padding-left: 32px;
	margin-left: -32px;
	padding-right: 21px;
	margin-right: -21px;
}
.oneColFixCtrHdr #mainContentClientes {
	background-color: #1f1f1f;
	background-image: url(imagenes/fondo-clientes.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #mainContentClientes h2 {
	text-transform: uppercase;
	background-image: url(imagenes/fondo-h2.gif);
	padding-top: 7px;
	padding-bottom: 7px;
	background-repeat: repeat-x;
	padding-left: 32px;
	margin-left: -32px;
	padding-right: 21px;
	margin-right: -21px;
}
.oneColFixCtrHdr #mainContentServ {
	background-color: #1f1f1f;
	background-image: url(imagenes/fondo-servicios.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #mainContentServ h2 {
	text-transform: uppercase;
	background-image: url(imagenes/fondo-h2.gif);
	padding-top: 7px;
	padding-bottom: 7px;
	background-repeat: repeat-x;
	padding-left: 32px;
	margin-left: -32px;
	padding-right: 21px;
	margin-right: -21px;
}
.oneColFixCtrHdr #contenidoMaquinariaV {
	margin-top: 40px;
	margin-right: 460px;
	margin-bottom: 0;
	margin-left: 250px;
}
.oneColFixCtrHdr #sidebarMaqV {
	float: right; /* since this element is floated, a width must be given */
	width: 375px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
}
