@charset "UTF-8";
/* CSS Document */
.separador{
	margin-top:14px;
}
.menu{
	margin-left:16px;

}
	.itm{
		float:left;
		padding:9px;
		cursor:pointer;
		

	}
	.itm:hover{
		 opacity: 0.5;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE8 */
		filter: alpha(opacity=80); /* IE7 */
	
	}
.enlacesTitulo{
	margin-left:370px;

}
	.enlacesTexto{
	width:570px;

}

	.contenedorEnlaces{
		
		background-repeat:repeat-y;
		margin-top:15px;
		margin-right:15px;
		margin-bottom:34px;
		width:650px;
		height:105px;
		float:right;
		
	}
	/* sólo en safari */
	/*\*/
	html*.contenedorEnlaces {
		width:620px;
	}/*end*/
	 
		.bordeVert{
			background:url(../imagenes/bordeVert.png) no-repeat;
			float:right;
			height:100%;
			width:20px;
			
		}
			.bordeEnlaces{
				float:right;
				width:600px;
				height:100%;
				background-image:url(../imagenes/linea_degradado.png);
			}
				.enlace{
					float:right;
					margin-left:20px;
					height:80px;
					line-height:80px;
					text-align:center;
				
				}
					.enlace img{
						vertical-align:middle
					
					}

			
