body {
	font-family: Tahoma;
	font-size: 11px;
	background-color: #000000;
	margin:auto;
	text-align:center;
	margin:0px;

}
a:active, a:visited, a:link{

	color:white;
	text-decoration:none;
}
	
a:hover{
	color:yellow;
}
	
#logoContainer{
	width:770px;
	margin:auto;
	text-align:center;
	display:block;
	height:375px;
}

#homeContainer{
	width:760px;
	height:70px;
	padding-top:10px;
	padding-left:10px;
	margin:auto;
	text-align:center;
}

#homePie{
	width:760px;
	color:#474134;
	font-size:9px;
	margin:auto;
	text-align:center;
	padding-left:10px;
	background-image:url(../img/fondos/fondopie.jpg);
	background-repeat:no-repeat;
	background-position:center;
	padding-top:30px;
	margin-top:50px;
	padding-bottom:10px;}

#homePie a:active, #homePie a:link, #homePie a:visited{
	color:#474134;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px dotted #474134;
}

#homePie a:hover{
color:#e2007a;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px dotted #e2007a;
}
.oculto{
display:none;}