html, body 	 {
 	 font-size: 12pt;
 	 font-family: "Times New Roman", Times, serif;
 	 text-decoration: none;
	 color: #CCC;
	 font-size:12px;
     margin: 0;
     padding: 0;
     height: 100%;
	}

td 	{
	font-size: 12pt;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration: none;
	color: #CCC;
	}

td.legal{
	color:#CCC;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height:25px;
	font-size:10px;
}

#container {
     display: table;
     height: 100%;
     width: 100%;
     margin: 0;
}
   
   
#content {
     display: table-cell;
     vertical-align: middle;
     position: relative;
	 text-align:center;
}

/* \*/
 * html #content {
     top: 50%;
     left: 0;
     height: 1px;
}
* html #content #inner {
     position: relative;
     top: -50%;
}
  /* */   


div.imagen{
	text-align:center; 
	border:0px solid #CCC;
	width:1017px;
	height:612px;
	margin: 0 auto 0 auto;
	vertical-align:middle;
}

div.legal{
	text-align:center;
	color:#666;
	font-family: "Times New Roman", Times, serif;
	line-height: 27px;
}

div.legal a{
	text-decoration:none;
	color:#90A942;
	font-weight:bold;
}

div.legal a:hover{
	text-decoration:none;
	color:#E41E75;
	font-weight:bold;	
}

a.legal{
	text-decoration:none;
	color:#90A942;
	font-weight:bold;
}

a.legal:hover{
	text-decoration:none;
	color:#E41E75;
	font-weight:bold;	
}


.textbox1
{
	font-size: xx-small;
	font-family: Verdana;
	background-color: #CCCCCC;
	border-width: thin;
	border-style: solid;
	border-color: black;
}

.flatbutton
{
	font-size: xx-small;
	font-family: Verdana;
	background-color: #FF9900;
	color: white;
	font-weight: bold;
	border-width: medium;
	padding: 1;
}