@charset "UTF-8";
/* CSS Document */
body{
	padding:0;
	margin:0;
	color:#FFF;
	background:black;
	width:100%;
	height:100%;
	font-family:"Myriad Pro";
	font-size:12px;
	
}
.contenedor{
	width:990px;
	height:700px;
	left:50%;
	margin-left:-495px;
	position:relative;
}
.background{
	position:absolute;
	margin:auto;
	padding:0px;
	width:100%;
	height:100%;
	}
a{
	color:#FFF;
	text-decoration:none;
}
a:hover{
	color:#0FF

}
	.flash{
		width:811px;
		height:106px;
		position:relative;
		float:right;
		
	}
	.menu{
		width:100%;
		height:118px;
		position:relative;
		z-index:10;
		margin-left:20px;
		margin-top:45px;
		*margin-top:47px;
		
	}
		.itm{
			text-align:center;
			float:left;
			cursor:pointer;
			height:30px;
			line-height:30px;
			margin-left:40px;
			position:relative
		}
		.itm img{
			border:none;
		
		}
		.reflector{
			margin-top:-10px;
			position:absolute;
			*margin-top:0px;
		
		}
		.itm:hover .itmNormal{
			display:none
		}
		.itm:hover .itmOver{
			display:block;
		
		}
		.itmOver{
			display:none
		}
		
		.itmNombre{
			text-align:center;
		}
		.subMenuCnt{
			width:303px;
			margin-left:-100px;
			position:absolute;
			color:white;
			text-align:left;
			height:100px;
			margin-top:4px;
			visibility:hidden;
			background-image:url(../imagenes/subMenuBg.png);
			background-repeat:repeat;
		}
			.itmsSubMenuCnt{
				width:100px;
				height:100px;
				float:left;
				border-right:#666 1px  inset;
			}
				.subMenuTitle{
					font-weight:800;
					cursor:default;
					height:25px;
					border-bottom:#666 1px  inset;
					text-align:center;
				}
				.itmSubMenu{
					padding-left:10px;
					height:15px;
					padding-top:5px;
				}
				.itmSubMenu:hover{
					color:#0FF;
				}
	.centralCnt{
		width:970px;
		height:426px;
		margin-left:10px;
		
	
	}
	.contenidoIzq{
		width:178px;
		height:390px;
		float:left;
		position:relative;
		clear:both;
		
	}
	.contenidoCentral{
		width:582px;
		height:390px;
		float:left;
		position:relative;
		margin-left:15px;
		z-index:1;
	}
	.contenidoDer{
		width:178px;
		height:390px;
		float:left;
		position:relative;
		margin-left:15px;
	}
.clear{
	clear:both;

}
.pie{
	margin-top:5px;
	width:100%;
	height:100px;
	text-align:center;
	z-index:20;
	position:relative;
	font-size:20px;

}
.pie div{
	font-size:12px;
	margin-top:16px;

}