html, body{
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	border-left:0;
} 
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: bottom;
}
body {
	font-family: Verdana,Arial, Helvetica, sans-serif;
}
ol, ul {list-style: none;}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
/* end reset styles */

/* clearing technique */
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {display:inline-block;}
/* mac hide \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
 /* End hide */
/*........... do not change or amalgamate the above clearfix styles ......*/

p,h1,h2,h3,h4,h5,h6 {margin-bottom:.5em}
a img,img{border:none;display:block;}
a{
	text-decoration:none;
	color:#252e1c;
}
h1,h2,h3,h4,h5,h6{
	font-weight:bold;
}
h1{font-size:197%}/* 26px */
h2{font-size:182%}/* 24px */
h3{font-size:167%}/* 22px */
h4{font-size:152%}/* 20px */
h5{font-size:136%}/* 18px */
h6{font-size:122%}/* 16px */

body{
	font-size: 13px; 
	text-align:center;/* for ie5.+*/
}
body{
	background:url(../imagenes/wood.jpg) repeat;
}
@font-face {
  font-family: "Htin";
  src: url(HelveticaNeue-ThinCond.otf) format("opentype");
}
#outer{
	width:1024px;
	height:768px;
	margin: auto;
	overflow:hidden;
}
#cabeza{
	width:1024px;
	height:191px;
	background: url(../imagenes/cabeza.png) no-repeat;
	top:-158px;
	position:relative;
	overflow:hidden;
	z-index:1;
}
#principal{
	width:1024px;
	height:576px;
	background:url(../imagenes/corpo.jpg) no-repeat;
	bottom:-576px;
	position:relative;
	z-index:0;
}
#left{
	width:512px;
	height:506px;
	position:relative;
	padding-top:20px;
	left:-512px;
	float:left;
	z-index:2;
}
#right_01{
	width:432px;
	height:391px;
	background:url(../imagenes/text_Cont01.png) no-repeat;
	position:relative;
	float:right;
	z-index:3;
	padding: 75px 40px 60px 40px;
	color:#fff;
	text-align:left;
	font-family:Arial, "Helvetica", sans-serif;
}
#magz{
	width:432px;
}
#texter{
	width:432px;
	height:391px;
	overflow:auto;
}
#pie{
	width:1024px;
	height:50px;
	background:url(../imagenes/pie.png) no-repeat;
	float:left;
}
input.large{
	width:250px;
}
p.title{
	font-family: "Htin";
	font-size:36px;
}
p.texte{
	font-family: "Htin";
	font-size:18px;
}

#menu{
	width:1024px;
	height:30px;
	margin-top:150px;
	float:left;
	font-family:Trebuchet MS, Arial, "Helvetica", sans-serif;
	font-size:15px;
	padding: 10px 10px 0 0;
	position:absolute;
	z-index:100;
}
#menu li a.current{
	color:#fff;
	background:url(../imagenes/indicator.png) no-repeat;
}
#menu li a:hover.current{
	color:#fff;
	background:url(../imagenes/indicator.png) no-repeat bottom;
}
#menu ul li {
	float:left;
	position:relative;
}
#menu ul li a, #menu ul li a:visited {
	display:block;
	text-decoration:none;
	width:204px;
	height:30px;
	color:#fff;
	text-align:center;
}
#menu ul li:hover a, #menu ul li a:hover {
	color:#fff;
	cursor:pointer;
	background:url(../imagenes/indicator.png) no-repeat;
}
