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

body {
    height: 100%;
    font-family: Helvetica, Verdana, Arial,sans-serif;
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
/*	background: transparent url(fondo.jpg) top repeat-x; */
	background-color: #000000;
	color: #000000;
	}

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

td.centrar {
	 vertical-align:middle;
}

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

a:link, a:visited {
	color: #999999;
	text-decoration:none
}

a:hover {
	color: #8C1D02;
}