@charset "utf-8";
html{
	width:100%; height:100%;
	margin:0px;
}
body {
	background-color: #000000;
	margin:0px;
}

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


.Container{ position:absolute; width:auto; height:auto; left:120px; top:120px; }
.Logo{ position:absolute; width:180px; height:47px; background-image:url(Logo.jpg)}
.Fotos{ position:absolute; left:290px; width:399px; height:266px; }
	.Foto{ float:left; clear:none; width:133px; height:133px; }
	.Foto.C01{ background-image:url(01.jpg); }
	.Foto.C02{ background-image:url(02.jpg); }
	.Foto.C03{ background-image:url(03.jpg); }
	.Foto.C04{ background-image:url(04.jpg); }
	.Foto.C05{ background-image:url(05.jpg); }
	.Foto.C06{ background-image:url(06.jpg); }
	
.Menu{ position:absolute; left:110px; top:130px; }
	.MnuItemActual{ float:left; clear:both; height:40px; width:150px; cursor:pointer; color:#CCCCCC; font-size:14px; font-family: Calibri, Arial, Helvetica, sans-serif; line-height:40px; text-align:center; font-weight:bold; background-image:url(MnuItemActualOff.gif); }
	.MnuItemActual:hover{ background-image:url(MnuItemActualOn.gif); }	
	.MnuItem{ float:left; clear:both; height:40px; width:150px; cursor:pointer; color:#CCCCCC; font-size:14px; font-family: Calibri, Arial, Helvetica, sans-serif; line-height:40px; text-align:center; font-weight:bold; }
	.MnuItem:hover{ background-image:url(MnuItemOff.gif); }
	
.Creditos{ position:absolute; left:550px; top:375px; width:140px; height:16px; background-image:url(CreditOff.gif); cursor:pointer; }
.Creditos:hover{ background-image:url(CreditOn.gif); }
