html,body {
	margin:0;
	padding:0;
	background-color:#FFFFFF;
}
body, p, tr, td {
	font-family:Arial,Helvetica;
	font-size:12px;
	color:#666666;
}

.wraper {
	width:920px;
}

.idioma {
	height:30px;
	margin: 0 auto;
	text-align: center;
}

.idioma img {
	border:none;
	padding-left:10px;
}

.wraper .header {
	height:127px;
	background-image:url(../img/borde.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	color:#999999;
	font-size:12px;
}

.wraper .header a{
	color:#999999;
	font-size:12px;
	text-decoration:none;
}

.wraper .header table{
	border:none;
}

.wraper .menu {
	text-align:center;
	font-size:14px;
	padding-top:7px;
}

.wraper .menu ul,li {
	list-style:none;
	margin:0;
	padding-right:5px;
	padding-left:5px;
	display:inline;
	text-transform:uppercase;
	font-size:14px;
}

.wraper .menu ul,li a{
	color:#999999;
	text-decoration:none;
	font-size:14px;
}

.wraper .menu ul,li a:hover {
	color:#F89A1C;
	font-size:14px;
}

.wraper .menu ul li {
	color:#F89A1C;
	font-size:14px;
}

h1 {
	margin:0;
	padding:0;
	color:#999999;
	font-size:22px;
	text-transform:uppercase;
}

h2 {
	margin:0;
	padding:0;
	color:#999999;
	font-size:16px;
	text-transform:uppercase;
}

tr, td {
	border:none;
}

