* {
  margin:0px;
  padding:0px;
}
body {
	text-align:center; /* centrar para IE5.x */ 
	font-family:Pradell, Times, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: white;
	background: #fff;
}
a{
  text-decoration:none;
  color:#fff;
  font-weight:bold;
  /*color:#808080;*/
}
a.actual:link, a.actual:visited, a:hover {
  color:#808080;
}
br{
  clear:left;
}
ul{
  list-style:none;
  float:right;.
}
li{
  float:right;
}
#contenedor{
  width: 98%;
  overflow:auto;
  margin-top:5px;
  margin-left:10px;
  background:url(images/fons_home_ca.gif) no-repeat #081053;
  padding-top:285px;
}

.contenedor_es {
  background:url(images/fons_home_es.gif) no-repeat #081053 !important;
}

.contenedor_en {
  background:url(images/fons_home_en.gif) no-repeat #081053 !important;
}

#declaracion{
  margin-left:300px;
  margin-right:100px;
  display:block;
  height:50px;
  border:2px solid #fff;
  background-color:#bbf;
  color:#000;
  margin-bottom:12px;
}
#contenido{
  width:120px;
  height:270px;
  margin-left:15px;
  margin-top:295px;
  text-align:left;
  float:left;
}
#menu{
  width:840px;
  height:250px;
  float:left;
}
#menu img{
  float:right;
}
#pie{
  width: 98%;
  height:45px;
  margin-top:5px;
  margin-left:10px;
  clear:left;
  background:#081053;
  text-align:left;
}
.subenk{
  width:62px;
  height:75px;
  float:left;
  padding-top:10px;
}
.lenk{
  width:25px;
  *_width:10px;
  *_margin-left:-5px;
  height:60px;
  float:left;
  text-align:left;
  padding-top:25px;
}
img{
  border:0px;
}

.fleft { float:left; }
.fright { float:right; } 
.tright { text-align:right; }
