@charset "UTF-8";
/* CSS Document */
body{
	font:"Times New Roman", Times, serif;
	font-size:9px;
	color:#FFF;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	align:center;
	background:#000;
}
.clear{
	clear:both

}	
a{
	color:#FFF;
	text-decoration:none;

}
img{
	border:none;

}

.cabecera{
		width:990px;
		height:140px;
		position:relative;
		overflow:hidden;
	}
		.imgSeccion{
			float:left;
			height:138px;
			width:200px;
		}
			.logoVatex{
				width:620px;
				height:152px;
				float:left;
				text-align:center;
			}
		.enlaces{
			float:left;
			margin-top:90px;
			position:relative;
			width:80px;
			height:100px;
			text-align:left;
		
		}
			.itmEnlace{
				cursor:pointer;
				float:left;
				margin-right:10px;
			
			}
			.itmEnlace a .over{
				display:none;
				
			
			}
			.itmEnlace:hover a .over{
				display:block;
			}
			.itmEnlace:hover a .normal{
				display:none;
			}
			
.contenedor{
	position:relative;
	width:1024px;
	height:768px;
	left:50%;
	margin-left:-512px;
	background:transparent url(../imagenes/background.jpg) no-repeat center center;
	overflow:hidden;
}
		
	.menu{
	clear:both;
	width:980px;
	height:40px;
	font-size:18px;
	position:relative;
	margin-left:-480px;
	left:50%;
	z-index:10;
}
	.itm{
		float:left;
		text-align:center;
		cursor:pointer;
	}		
		.menuImg{
			position:absolute;
			margin-top:-90px;
			display:none;
			z-index:10px;
		}
		.overMenu{
			height:26px;
			margin-bottom:-23px;
			visibility:hidden;
		}
		.itmNombreBg{
			color:#666;
			overflow:hidden;
			margin-left:4px;
			margin-bottom:-21px
			
		}
		
		.menuDescripcion{
			position:absolute;
			display:none;
			font-size:15px;
			height:20px;
			margin-left:-10px;
			padding-top:4px;
		}
			.itmInf{
				float:left;
				text-align:center;
			}
				.overMenuInf{
					height:17px;
					margin-bottom:-18px;
					visibility:hidden;
				}
				.itmInfBg{
					color:#666;
					overflow:hidden;
					margin-left:4px;
					margin-bottom:-16px
				}
	.itmSeparador{
		float:left;
	}


