
body, html {
	background-color: #000;
	font: 90%/1em Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #3A3A3A;
	height: 100%;
	margin: 0;
	padding: 0;
}

table {
	height: 100%;
	
}

div.centrado {
	margin: auto;
	width: 600px;
 	height: 100%;	}



a:visited {text-decoration : none;}
a:link {text-decoration : none;}
a:hover {text-decoration: underline;}


.engris {color: #b8b8b8;}

.engris:hover {

	color: #000; 
	background-color : #FFF;

}


.peque {
	font-family : Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 80%;
	color : #b8b8b8;
	
}

