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

*{
	margin: 0;
	padding: 0;
	}
	img{
		border: none;}
body{
	background: url(../img/bg.png) center top repeat-y;
	font: normal 12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	}

/*FUENTES*/

h1{
	font: normal 26px/26px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	padding-bottom: 13px;
	}
h2{
	font: normal 20px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;	}
h3{
	font: normal 18px/26px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	}
p {
	font: normal 12px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	margin-bottom: 10px;
	}
a{
	color: #369;
	text-decoration: none;
	}
a:hover{
	color: #369;
	text-decoration: underline;
	}
ul{
	padding: 10px;
	}
li {
	padding: 0 10px;
	list-style: inside square;
	}
.clear{
	clear: both;}
	
#page{
	width: 980px;
	margin: 0 auto;
	position: relative;
	}
#top{
	background: url(../img/bg_top130.png) top repeat-x;
	height: 130px;
	}
#logo {
	position: relative;
	float: left;
	top: 20px;
	left: 30px;
	width: 300px;
	height: 60px;
	}
#marca {
	position: relative;
	float: left;
	top: 20px;
	left: 470px;
	width: 174px;
	height: 60px;
	}
#top #menu{
	clear: both;
	position: relative;
	top: 40px;
	height: 30px;
	width: 980px;
	padding: 0 30px;
	}
#top #menu ul{
	padding: 0;
	margin: 0;
	}
#top #menu ul li{
	padding: 0;
	margin: 0;
	list-style: none;
	height: 30px;
	float: left;
	margin: 0 1px;
	font: normal 12px/30px "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
#top #menu ul li a{
	display: block;
	height: 30px;
	float: left;
	color: #FFF;
	}
#top #menu ul li a span{
	display: block;
	margin-left: 10px;
	padding-right: 10px;
	}
#top #menu ul li a:hover{
	display: block;
	background: url(../img/bg_menu_l_hover.png) left no-repeat;
	height: 30px;
	float: left;
	text-decoration: none;
	}
#top #menu ul li a:hover span{
	display: block;
	background: url(../img/bg_menu_r_hover.png) right no-repeat;
	margin-left: 10px;
	padding-right: 10px;
	}
#top #menu ul li a.active{
	display: block;
	background: url(../img/bg_menu_l.png) left no-repeat;
	height: 30px;
	float: left;
	color: #333;
	}
#top #menu ul li a.active span{
	display: block;
	background: url(../img/bg_menu_r.png) right no-repeat;
	margin-left: 10px;
	padding-right: 10px;
	}
#top #menu ul li.idioma, #top #menu ul li.idioma a, #top #menu ul li.idioma a:hover{
	background: none;
	padding: 1px;
	}
#banner {
	clear:both;
	}
#banner_maquinas {
	padding: 30px 40px;
	background: url(../img/maquinas.png) top no-repeat;
	clear:both;
	}
#contenido{
	clear: both;
	}
#left{
	padding: 40px;
	float: left;
	width: 270px;
	}
#left .module{
	width: 270px;
	margin-top: 10px;
	overflow: hidden;
	}
#left .module .imagen{
	width: 60px;
	height: 60px;
	border: 1px solid #CCC;
	text-align: center;
	padding: 4px;
	float: left;
	}
#left .module .text{
	float: left;
	padding-left: 10px;
	width: 185px;
	}
#left .module .text p{
	line-height: 15px;
}
#left-right{
	padding: 40px 30px 40px 40px;
	width: 900px;
	overflow: hidden;
	}
#left-right .modules{
	overflow: hidden;
	}
#left-right .module{
	width: 290px;
	margin-top: 10px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
	}
#left-right .module .imagen{
	width: 60px;
	height: 60px;
	border: 1px solid #CCC;
	text-align: center;
	padding: 4px;
	float: left;
	}
#left-right .module .text{
	float: left;
	padding-left: 10px;
	width: 185px;
	}
#left-right .module .text p{
	line-height: 15px;
}
#middle {
	padding: 40px 40px 40px 0px;
	float: left;
	width: 590px;
	position: relative;
}
#middle .modules{
	overflow: hidden;
	}
#middle .module{
	float: left;
	margin-right: 10px;
	padding: 5px;
	cursor: pointer;
	background-color: #ededed;
	margin-top: 10px;
	}
#middle .module h3{
		font: normal 14px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #222;
	}
#middle .module p{
		font: normal 12px/15px "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #555;
		float:left;
		width: 480px; 
		margin-left: 10px;
	}
#middle .module img{
	float:left;
}
#middle .module_3{
	width: 175px;
	float: left;
	margin-right: 10px!important;
	margin-right: 5px;
	padding: 5px;
	cursor: pointer;
	background-color: #ededed;
	margin-top: 10px;
	}
#middle .module_3 h3{
		font: normal 14px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #222;
	}
.boton{
	background: url(../img/boton.jpg) top left no-repeat;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	width: 128px;
	height: 38px;
	padding-top: 7px;
	margin-top: 20px;
	font-size: 11px;
	position: relative;
	left: -10px;
	}
.boton a, .boton a:hover{
	color: #FFF;}
.boton2{
	background: url(../img/boton2.jpg) top left no-repeat;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	width: 200px;
	height: 38px;
	padding-top: 7px;
	margin-top: 20px;
	font-size: 11px;
	position: relative;
	left: -10px;
	}
.boton2 a, .boton2 a:hover{
	color: #FFF;}
#pie{
	clear: both;
	}
#noticias{
	background-color: #C8D0D5;
	padding: 10px 10px 10px 30px;
		overflow: hidden;
	}
#noticias .module{
	float: left;
	width: 285px!important;
	width: 275px;
	padding: 10px;
	cursor: pointer;
	}
#noticias .module h3{
		font: normal 14px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #222;
	}
#noticias .module p{
		font: normal 12px/15px "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #555;
	}
#copyright {
	background-color: #16374A;
	padding: 20px 40px;
	color: #FFF;
	text-align: center;
	}
#pie #menu_pie{
	width: 905px;
	margin: 0 auto;
	height: 20px;
	background: #284A5B;
	margin-bottom: 10px;
	}
#pie #menu_pie ul{
	margin: 0;
	padding: 0;
	}
#pie #menu_pie ul li{
	margin: 0;
	padding: 0;
	font: normal 12px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	float: left;
	list-style: none;
	border-right: 1px solid #16374A;
	}
#pie #menu_pie ul li a{
	display: block;
	padding: 0 13px 0 13px;
	color: #FFF;
	}	
#pie #menu_pie ul li a:hover{
	display: block;
	padding: 0 13px;
	color: #FFF;
	background-color: #30596D;
	text-decoration: none;
	}
#pie #menu_pie ul li a.active{
	}

	
/*FORMULARIOS*/
label{
	padding: 5px 0;
	display: block;
	}
input.text{
	display: block;
	font: normal 12px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 300px;
	padding: 3px 5px;
	border: 1px solid #CCC;
	color: #333;
	}
textarea{
	width: 300px;
	height: 100px;
	padding: 3px 5px;
	border: 1px solid #CCC;
	color: #333;
		font: normal 12px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;

	}
input.boton{
	background: url(../img/boton.jpg) top left no-repeat;
	text-align: center;
	color: #FFF;
	font: bold 12px/12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	width: 128px;
	height: 38px;
	font-size: 11px;
	position: relative;
	left: -10px;
	border: none;
	margin: 0;
	padding: 6px 10px 15px 10px;
	cursor: pointer;
	}
.mas{
	font: 12px/12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	}
.mas img{
	float: left;
	padding-right: 5px;}
