/* CSS Document */
html {
  height: 100%;
  width: 100%;
}

body {
    height: 100%;
	width: 100%;
    font-family: Helvetica, Verdana, Arial,sans-serif;
	margin: 0px 0px 0px 0px;
	}

table.centrar {
     width: 100%;
	 height:100%;
}

td.centrar {
	 vertical-align:middle;
}

.table_1 {
     width: 900px;
	 height:650px;
	 padding: 0px;
	 border-top:    solid 0px #cccccc;
     border-bottom: solid 0px #cccccc;
	 border-left:   solid 0px #cccccc;
	 border-right:  solid 0px #cccccc;
     }
