HTML {
  height:100%;
}

BODY{
	height:100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align:center;
	font: 12pt Tahoma, Geneva, sans-serif;
	font-size:10px;
	vertical-align:baseline;
	background: #cccccc url(images/fondo.png) center repeat-y;
	color: #000000;	
}

* html #contenedor{
	height:100%;
}

#contenedor{
	min-height:100%;
	text-align: left;
	width: 800px;
	border-top:#aeaeae solid 1px;
	background: #FFFFFF url(images/cabecera.png) no-repeat;
	margin: auto;
} 

#cabecera{
	height : 90px;
	width: 700px;
	margin-left:50;
	margin-top:15px;
} 
#logo{
	width: 240px;
	height : 90px;
	padding-left:40px;
	float:left;
} 
#barra {
	width: 550px;
	height:70px;
	float:right;
	border-bottom:#E1E1E1 solid 2px;
}
#idioma {
	text-align:right;
	width: 500px;
	height: 30px;
}

#navsuperior{
	font-family: Tahoma;
	font-size:10px;
	text-align:left;
	width:500px;
	height:40px;
	padding-top:10px;
}
#navsuperior ul{
    list-style:none;
    margin:0px;
    padding:0px;
}
#navsuperior ul li {
    float:left;
	text-align:center;
	width:98px;
}

#foto {
	text-align:center;
	margin-top:15px;
}

#cuerpo {
	width:700px;
	text-align:justify;
	font: 10pt Tahoma, Geneva, sans-serif;
	padding: 12px 0px 10px 0px;
	background-color : #ffffff;
	margin-left:50px;
	margin-bottom:50px;
}

#pie{
	position: relative;
	width:800px;
	height: 60px;
	text-align : center;
	margin : auto; /* Centrado con navegadores != IE*/
	margin-top:-60px;
	padding-top:15px;
	color:#FFFFFF;
	background: #FFFFFF url(images/pie2.png) bottom no-repeat;
}

/*Clases generales*/
.link {
	color:#0066FF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	text-decoration:none;
}

.normal      {
	font-size: 10pt;
	font-family: Tahoma;
	line-height: 100%;
	text-align: justify;
	margin-top:0;
	margin-bottom:0
}
.resaltado   { 
	font-weight: bold;
	margin: 10px 0 10px 0;
}
.piepagina	 { 
	font-size:10px;
	font-weight:bold;
	font-family:Tahoma;
	color: #FFF; }

/* Soluciona problema padding con navegadores distintos a IE */
DIV{-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;}

/* Menu principal */
div#menu {
	width:700px;
	margin:25px 0px 0px 50px;
	font-size: 10pt;
	font-family: Tahoma; 
	background: #06f url(images/menubg.png) repeat-x left 50%;
	border-left: solid 1px #888;
	border-top: solid 1px #888;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;

}

div#menu ul {
  list-style-type: none;
  margin: auto;
  padding: .2em 0;
  text-align: center;
  overflow: visible;
}

div#menu ul li {
  display: inline;
  margin: auto .1em;
  padding: .2em 0;
  overflow: visible;
}

div#menu ul li a,
div#menu ul li span {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: .2em .4em;
  margin-left: 1px;
  margin-right: 1px;
  border-top: solid 1px #888;
  border-bottom: solid 1px #000;
  overflow: visible;
}

div#menu ul li a:hover,
div#menu ul li a.auto:hover {
}

div#menu ul li.active a,
div#menu ul li.active a:hover {
  background: #fff url(images/tabbg.png) repeat-x;
  color: #000;
  margin-left: 0;
  margin-right: 0;
  border: solid 1px #aaa;
  border-bottom: solid 1px #fff;
}

div#menu ul li a:hover {
  background: #ccc url(images/hover.jpg) repeat-x;
  border: solid 1px #aaa;
  border-left: solid 1px #eee;
  border-top: solid 1px #eee;
  color: #000;
  margin-left: 0;
  margin-right: 0;
}