* {
    margin: 0;
    padding: 0;
    color:#FFFFFF;
}
body {
	background-color:#000000;
	text-align:center;
}
#frame {
	text-align:left;
	margin:auto;
	background:#FFFFFF url('../images/fondo.jpg');
	height:550;
	max-height:550;
	width:950;
	max-width:950;
	font-family:trebuchet MS,sans-serif;
	font-size:12px;
	margin-top:2%;
}
a {
	text-decoration:none;
}
#front{
	text-align:center;
	height:95%;
}
#menufront {
    margin-top:25px;
}
#logofront {
    padding-top:50px;
}
#footfront {
	text-align:center;
}
