    /*<![CDATA[*/
 
/*Must have a html height declaration */
html {
	height:100%;
}
/*Must have a body height declaration */
body {
  height:100%;
  margin:0;
  padding:0;
  background-color:#000000;
}
.floater {
  display:block;
  /*Should have an absolutely or relatively positioned 
  parent element for subsequent positioning*/
  position:relative;
  float:left;
  top:0;
  width:22.5%;
  height:95.9%;
  margin:1%;
  padding:0;
  border:none;
}
table {
	display:table;
	table-layout:fixed;
	border-collapse:collapse;
	height:100%;
	width:100%;
	border:0px none;
}
td {
	border:none;
	width:25%;
	vertical-align:middle;
}
#wrapper {
	display:block;
	position:relative;
	height:99.9%;
	width:99.9%;
	overflow:hidden;
}
#head-float,
#foot-float {
  display:block;
  position:absolute;
  left:20%;
	right:auto;
  width:60%;
  height:1.5em;
  border:none;
  text-align:center;
	z-index:10;
}
#head-float {top:4%;}
#foot-float {bottom:4%; top:auto;}

#vertical2 {
  display:block;
  height:660px;
  width:970px;
  margin:0 auto;
}
#vertical3 {
  display:block;
  height:460px;
  width:960px;
  margin:0 auto;
}
.adress {
	font-family: ISOCPEUR, Verdana, Arial, sans-serif;
	font-size: small;
	color: #333333;
}
.adress_dcha {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.derecha {
	background-position: right;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
a:active {
	color: #CC6600;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
.texto_mvl {
	font-family: ISOCPEUR, Verdana, Arial, sans-serif;
	font-size: small;
	color: #666666;
}
.oculto {
	font-family: ISOCPEUR, Verdana, Arial, sans-serif;
	font-size: 7px;
	color: #000000;
}
.titulo {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #FF0066;
}
.texto_subpagina {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	line-height: 15px;
}
