body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	background-color:#FFFF99;
	margin:0px;
	background-image: url(img/fondohc.gif);
	background-repeat: repeat;
}
#wrapper {
	width:970px;
	margin:auto;
	background-color:#FFFFFF;	
}
#header {
	background-image:url(img/head-hydrautek.gif);
	background-repeat:no-repeat;
	height:250px;
}
#menu {
	background-image:url(img/menu_bg.png);
	height:36px;
	text-align:center;
	font-size: 14px;
	line-height: 36px;
}
#menu a, #footer a{
	color:#FFFF00;
	text-decoration:none;
	font-weight:bold;
}


#menu a:hover, #footer a:hover{
	text-decoration:underline;
}
#contenido {
	padding:3px;
}
#footer {
	height:120px;
	padding-top:0px;
	color:#ffff00;
	text-align:center;
	font-weight:bold;
	background-image:url(img/footer_bg.png);
}
h1 {
	color:#1a3c81;
	font-size:16px;
	border-bottom:1px solid #1a3c81;
	padding-bottom:10px;
}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}