@charset "utf-8";
/* CSS Document */

body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family:Tahoma, Geneva, sans-serif;
	color:#3B5672;
	text-align:justify;
	overflow:scroll;
	margin:0 auto;
	background:url(../images/bg.png) repeat-x #FFF;
}
a {
	color:#f90;
	text-decoration : none;
	font-weight:bold;
}
a:hover {
	color:#f90;
	text-decoration:underline;
}
h1 {
	font-size:16px;
	margin:0 0 10px 0;
	padding:0;
	width:auto;
	color:#f90;
}
p {
	margin:40px 0 0 0;
}
ul {
	margin:10px 0 0 20px;

}
#ordes{
	margin:0 auto;
	width:1200px;
	height:auto;
	}
#ordesTop{
	width:1200px;
	height:auto;
	position:relative;
	}
#ordesBottom{
	clear:both;
	width:1200px;
	height:auto;
	position:relative;
	line-height:1.7em;
	border-bottom:1px solid #F90;
	padding-bottom:78px;
	background:url(../images/bg-bot.png) no-repeat bottom right;
	}
#ordesTopLogo{
	float:left;
	background:url(../images/logo.png) no-repeat;
	width:70px;
	height:89px;
	}
#ordesTopMenu{
	float:left;
	width:1130px;
	height:auto;
	position:relative;
	padding-top:7px;
	}
#ordesTopWeb{
	clear:both;
	width:300px;
	height:auto;
	float:right;
	padding:5px 0 0 0;
	}
#ordesTopWeb a{
	font-size:16px;
	text-decoration:none;
	color:#303a64;
	}
#ordesTopWeb a:hover{
	color:#303a64;
	font-size:16px;
	text-decoration:none;
	}
#ordesmenu{
	clear:both;
	width:1130px;
	height:89px;
	}
#ordesmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height:85px;
}
#ordesmenu ul li {
	padding-top: 0px;
	min-width:50px;
	float:left;
	height:80px;

}
#ordesmenu ul li a {
	font-weight:normal;
	display:inline;
	padding: 44px 4.5px;
	line-height: 89px;
	text-decoration: none;
	font-size:13px;
	color:#fff;
	width:auto;
	height:89px;
}
#ac {background: url(../images/men_02.png) repeat-x;}
#ordesmenu ul li a:hover {
	color:#fff;
	text-decoration:none;
	background: url(../images/men_02.png) repeat-x;}
#link{
	width:auto;
	float:left;
		margin:-2px 0 30px 0;
		}
#copyright{
	float:right;
	width:auto;
	color:#F90;
	font-size:10px;
	margin-top:-1px ;}
