#ventana {
	position:relative;
	height:330px;
	margin:0px 8px 0 8px;
}
	#ventana a {
		float:left;
		position:absolute;
		
	}
	
	#ventana a img {
		border:none;
	}
	
	#ventana a.show {
		z-index:500
	}

	#ventana .caption {
		z-index:600; 
		background-color:#F2F2F2; 
		color:#000000; 
		height:110px; 
		width:100%; 
		position:absolute;
		bottom:0;
	
	}

	#ventana .caption .content-ventana {
		margin:5px;
		font-size: 100%;		
		
	}
	
	#ventana .caption .content-ventana h3 {
		margin:0;
		padding:0;
		color:#0431B4;
		font-size: 110%;
	}
	
	
#ventana2 {
	position:relative;
	height:340px;
	margin:10px;
}
	#ventana2 a {
		float:left;
		position:absolute;		
	}
	
	#ventana2 a img {
		border:none;
	}
	
	#ventana2 a.show {
		z-index:500
	}

	#ventana2 .caption {
		z-index:600; 
		/*background-color:#F2F2F2; */
		background-color: white;
		color:#000000; 
		height:120px; 
		width:100%; 
		position:absolute;
		bottom:0;
	
	}

	#ventana2 .caption .content-ventana {
		margin:5px;
		font-size: 110%;
		margin-top: 10px;
		
	}
	
	#ventana2 a h3 {
		margin:0;
		margin-bottom: 5px;
		padding:0;
		/*color:#0431B4;*/
		/*color:rgb(251,198,136);*/
		color: rgb(247,147,30);
		/*font-weight:bold;*/
		font-size: 1.5em;
	}

	#ventana2 .caption .content-ventana a{
		text-align: right;
		color: black;
		width: 90%;
		margin-top:8px;


	}
	
