@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	background-color:#000000;
}

body,td,th {
	color: #0c0807;
}
body {
	background-color: #090100;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#col_derecha {

	position: absolute;
    top: 50%;
	
    width: 100%;
    height: 575px;
    margin-top: -287px;
    overflow: auto;
}  
