@charset "utf-8";
/* CSS Document */

body, td
{
	font-family:Verdana, Arial, Tahoma;
	font-size:10px;
	text-align:left;
	background-color:#000000;
}

#contenedor{
	width:100%;
	height:100%;
	margin:auto;	
}
	
#principal{
	float:inherit;
	azimuth:center;
	position: absolute;
    left: 50%;
    top: 50%;
    height: 550px;
    margin-top: -275px; 
    width: 950px;
    margin-left: -475px;
	overflow: auto;
}
	
/* index */

a:active {color: #999999; text-decoration: none; } 
a:link {color: #999999; text-decoration: none; } 
a:visited { color: #999999; text-decoration: none; } 
a:hover { color: #444740; text-decoration: underline;}

.sp{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0px; color: #444740; text-decoration: none;}

.legal{font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #999999; text-decoration: none;}
.legal:visited {  color: #999999; text-decoration: none;}
.legal:hover {  color: #444740; text-decoration: underline;}
.legal:link {  color: #444740; text-decoration: none;}
