@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background-color:#ffffff;
	font-size: 16px;
	text-align: center;
	background-image:url(img/bg.jpg);
	background-repeat:repeat-x
}

a img{
border: 0px;
}

/* header */

.partesup{width:960px; margin:auto; text-align:left; height:100px; background-color:#FFFFFF}

.partesuperior{width:500px; margin:auto; text-align:left; height:100px; background-color:#FFFFFF; background-image:url(img/banner.jpg); background-repeat:no-repeat; float:left}

.inmenu{width:672px; margin:auto; text-align:left; float:right; height:32px}

.menu{width:960px; margin:auto; text-align:left; height:32px; background-image:url(img/bgmenu.jpg); background-repeat:repeat-x}

.menufoto{width:960px; margin:auto; text-align: center; height:256px; background-image:url(img/photomenubg.jpg); background-repeat:repeat-x}

.menucontainer{width:942; margin:auto; text-align:center; height:256px; float:right}

.inmenufoto{width:233px; margin:auto; text-align:center; height:256px; float:left}

/* contenido */

.contenedor{width:960px; margin:auto; text-align:left; background-color:#FFFFFF}

.columna{width:192px; margin:auto; text-align:center; background-color:#FFFFFF; float:right; background-image:url(img/bgcol.png)}

.contenido{width:768px; margin:auto; text-align:justify; background-color:#FFFFFF; float:left}

.especial{width:760px; margin:auto; text-align:justify; background-color:#FFFFFF; float:left}

/* otros */

.login{width:400px; margin:auto; text-align:left; height:100px; float:right; background-image:url(img/login.png); background-repeat:no-repeat}

.separador{width:960px; height:16px; text-align:left; margin:auto}

.espacio{width:960px; height:8px; margin:auto; text-align:center; background-color:#FFFFFF; visibility:hidden}

.footer{width:960px; height:64px; margin:auto; text-align:center; background-color:#FFFFFF; background-image:url(img/footer.jpg)}

/* maquinaria */

.maquinaa{width:320px; height:34px; margin:auto; text-align:center; background-image:url(img/bar.jpg); background-repeat:no-repeat; background-position:center; float:center}
.maquinab{width:320px; height:22px; margin:auto; text-align:center; background-image:url(img/bari.jpg); background-repeat:no-repeat; background-position:center; float:center}

/* botones */


#binicio{display: block; width: 128px; height: 32px; background: url(img/binicio.gif) no-repeat 0 0;}
#binicio:hover{background-position: 0 -32px;}
#binicio:span{display: none;}

#btrayecto{display: block; width: 128px; height: 32px; background: url(img/btrayecto.gif) no-repeat 0 0;}
#btrayecto:hover{background-position: 0 -32px;}
#btrayecto:span{display: none;}

#bcontacto{display: block; width: 128px; height: 32px; background: url(img/bcontacto.gif) no-repeat 0 0;}
#bcontacto:hover{background-position: 0 -32px;}
#bcontacto:span{display: none;}

#bmaquinaria{display: block; width: 204px; height: 240px; background: url(img/bmaquina.gif) no-repeat 0 0;}
#bmaquinaria:hover{background-position: 0 -240px;}
#bmaquinaria:span{display: none;}

#bservicios{display: block; width: 204px; height: 240px; background: url(img/bservicios.gif) no-repeat 0 0;}
#bservicios:hover{background-position: 0 -240px;}
#bservicios:span{display: none;}

#bproyectos{display: block; width: 204px; height: 240px; background: url(img/bproyectos.gif) no-repeat 0 0;}
#bproyectos:hover{background-position: 0 -240px;}
#bproyectos:span{display: none;}

#bproductos{display: block; width: 204px; height: 240px; background: url(img/bproductos.gif) no-repeat 0 0;}
#bproductos:hover{background-position: 0 -240px;}
#bproductos:span{display: none;}

/* link texto */

.texto { text-decoration:none;}
.texto:link { text-decoration: none; color:#000000 }
.texto:active { text-decoration: none; color:#CF9906 }
.texto:visited { text-decoration: none; color:#423837 }
.texto:hover { text-decoration: underline; color:#CF9906 }

