@charset "utf-8";
/*#################### SLIDE SHOW ##############################*/

@media screen and (-webkit-min-device-pixel-ratio:0) {
 .tradicionLogiado  { 	
	height: 40px;
 	padding: 0;
 	position: relative;
	top: -130px;
	
	}
}

#tradicion {
		width: 939px;
		height: 530px;
		position: relative;
		margin-top: -35px;		
		left: 28px;
		background: url(../imagenes/metropolis/topTradicion.png) top left no-repeat;
		/*background:  url(../imagenes/metropolis/tradicion_marco1.png) top left no-repeat;*/
		overflow: hidden;
		font-size: 11px;
		}
		
#franja2 {float: left;
			width: 938px;
			height: 272px;
			background: #FFFFFF;
			margin: 225px 0 0 0;
			padding-top: 5px;
			line-height: 13px;
			overflow: auto;
			}		
			
			#franja2 .columna {float: left;
								width: 402px;
								height: auto;
								margin: 0;
								padding: 0 0 0 18px;
								}
								
								.columna:first-child {border-right: 1px dotted #999999;}
								
								.columna .modulo {width: 100%; margin: 0;}
								
											.modulo p.numero {float: left;
															  width: 20px;
															  color: rgb(0, 160, 198);
															  margin: 0;
															  }
															  
											.modulo p.texto {float: left;
															 width: 370px;
															  color: #999999;
															  margin: 0 0 12px 0;
															  }		
															  
															  
															  p.texto span {color: rgb(0, 160, 198);}		  
.roundbottom {
	width: 938px;
	height: 30px;
	background: url(../imagenes/metropolis/roundbottom.png) top left no-repeat;
	float: left;
	}


/*#################### FOOTER ##############################*/


#footer {
position: relative;
top: -25px;
}

