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

*{
	font-family:Verdana, Geneva, sans-serif;
	margin:0px;
	padding:0px;
	color:#FFF;
}

body {
	background-color:#000;
}

#box {
	width:800px;
	margin:auto;
	text-align:center;
 }
 
#head {
	width:800px;
	height:157px;
	margin:auto;
	margin-top:15px;
	background-color:#49D2FE;
	padding-bottom:2px;
}

#menu {
	width:800px;
	height:45px;
	background-image:url(../images/menu_bgbig.jpg);
	background-repeat:repeat-x;
}

#menu ul {
    background-image: url(../images/menu_bgbig.jpg);
	background-repeat: repeat;
	background-position: 0 0;
	background-color: #333;
	list-style: none;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	height: 47px;
	margin:auto;
}

#menu ul li {
	display: inline;
	height:47px;
}

#menu ul li a:link, #menu ul li a:visited {
	background-image:url(../images/menu_bgbig.jpg);
	background-repeat: repeat;
	background-position: 0 0px;
	color: #FFF;
	text-decoration: none;
	line-height:47px;
	padding-left:15px;
	padding-right:15px;
	padding-top:17px;
	padding-bottom:12px;
	height:47px;
}

#menu ul li a:hover, #menu ul li a:active{
	color: #900;
	background-position: 0 -47px;
	background-color: #CCC;
	height:47px;
	line-height:47px;
}


#center {
	width:800px;
	background-image:url(../images/centerbg.jpg);
	background-repeat:repeat;
	min-height:500px;
	margin-bottom:20px;
}


#center p {
	text-align:left;
	font-size:14px;
	margin-left:90px;
	margin-right:80px;
	margin-top:20px;
	margin-bottom:20px;
}
#center table {
	margin-left:80px;
	width:600px;
}

#center img {
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
}


#foot {
	height:47px;
	width:800px;
	background-image:url(../images/bg_foot1.jpg);
	margin-bottom:15px;
	float:left;
}

#foot p {
	font-size:12px;
	font-weight:bold;
	text-align:left;
	margin-right:15px;
	margin-left:15px;
	padding-top:2px;
	float:left;
}

h1{ 
    color:#47D0FC;
	font-size:18px;
	font-weight:bold;
	text-align:left;
	margin-left:80px;
	padding-top:20px;
	margin-bottom:20px;
}

#maquinarias {
	width:800px;
	height:3250px;
	margin:auto;
	background-image:url(../images/centerbg.jpg);
	background-repeat:repeat;
	
}

#imagen {
	width:180px;
	margin:5px 0px 0px 0px;
	
	float:left;
	
}

#maquinarias img {
	width:150px;
	height:113px;
}

#imagen span {
	width:150px;
	font-size:12px;
}

#image a{
	text-decoration:none;
	width:160px;
}

#triple{
	float:left;
	margin-left:130px;
	margin-top:10px;
	margin-bottom:10px;
	clear:both;
}

#clientes ul {
	float:left;
	margin-left:95px;
}

#clientes ul li {
	text-align:left;
}

#productos{
    width:800px;
	height:1250px;
	margin:auto;
	background-image:url(../images/centerbg.jpg);
	background-repeat:repeat;
	
}

.productodesc{
	float:left;
	margin-left:40px;
	margin-top:10px;
	margin-bottom:10px;
}

#productos img {
	width:180px;
	height:135px;
}

#imagenprod span {
	width:150px;
	font-size:12px;
	float:right;
	margin-top:45px;
}

#imageprod a{
	text-decoration:none;
	width:160px;
}
