@charset "utf-8";
/* CSS Document */

@import url("reset.css");
body{
	background-color:#000;
}
#mainContainer{
	width:900px;
	font-family:Arial, Helvetica, sans-serif;
	display:table-cell;
	border-bottom:4px solid #bf0000;
}

#headContainer{
	background-image:url(../images/cabecera.jpg);
	width:900px;
	height:57px;
	font-size:14px;
	line-height:36px;
	text-indent:665px;
	
}

#bodyContainer{
	width:900px;
	background-image:url(../images/magaliaCentral.jpg);
	background-position:33px 0px;
	margin-top:58px;
	height:413px;
}

#footContainer{
	width:900px;
	font-size:11px;
}


/*   H E A D   */
#headContainer a{
	color:#FFF;
}
#headContainer a:hover{
	color:#000;
}


/*   F O O T   */
#footContainer a{
	color:#a5d762;
	text-decoration:underline;
}
#footContainer a:hover{
	color:#FFF;
}

#basesCol{
	float:left;
	width:463px;
	text-indent:63px;
	padding-top:11px;
}

#rtaCol{
	float:left;
	width:242px;
}

#mcCol{
	float:left;
	width:148px;
	padding-top:40px;
}

#logoRTA{
	background-image:url(../images/logoRed.jpg);
	width:167px;
	height:109px;
}

#logoMC{
	background-image:url(../images/LogoMC.jpg);
	width:148px;
	height:36px;
}

.clear{
	clear:both;
}


