/* CSS Document */
.margenMenu{
	height:115px;
}
.contenido .contenedorDatos{
	padding:5px;
	box-sizing:border-box;	
	text-align:center;
}
.contenido .contenedorDatos .mensajeDatos{	
	text-align:center;
	margin:5px 10px 5px 10px;
	font-size:30px;
	font-family: CAVIARDREAMS_BOLD, serif;
	color:#FFFFFF;
	text-shadow: 1px 2px 2px #000000;
}
.contenido .contenedorDatos .mensajeDatos span{
	/*color:#f6840c;*/
}
.datos{
	position:relative;
	width:33%;
	display:inline-block;
	vertical-align:top;
	/*border:1px solid #000000;*/
	box-sizing:border-box;
	margin-bottom:5px;
	max-width:400px;
	background-color:#FFFFFF;
	/*filter:grayscale(100%);*/	
	overflow:hidden;
}
.datos:hover{
	filter: none;
}
.datos .tituloDatos{
	width:100%;
	margin:0px;
	padding:0px;
	/*box-sizing:border-box;*/
}
.datos .tituloDatos .imagenDatos img{
	width:100%;
	margin:0px;
	padding:0px;
	
}
.datos .tituloDatos p{
	position:absolute;
	top: 10px;
	right: 5px;
	font-family: CAVIARDREAMS_BOLD, serif;
	font-size:36px;
	opacity:.4;	
	color:rgba(255,255,255,1.00);
	cursor:pointer;
}
.datos .tituloDatos p:hover{	
	opacity:.9;
}
.datos .tituloDatos p .lupa{
	width:40px;
}

.datos .contenidoDatos{
	position:absolute;
	width:100%;	
	margin:0px;
	padding:5px;
	/*border:1px solid #000000;*/
	box-sizing:border-box;
	font-family: CAVIARDREAMS, serif;
	font-size:16px;	
	height:120px;
	text-align:left;
	bottom:0px;
	background-color:#FFFFFF;
	transition: .3s;
	/*overflow:hidden;*/
	opacity:.8;
}
.datos .contenidoDatos .tituloD{
	position:relative;
	/*top: 10px;*/
	left: 20px;
	font-family: CAVIARDREAMS_BOLD, serif;
	font-size:16px;
	margin:0px;
	padding:0px;	
	border-bottom:2px solid #a9ce50;
	width:250px;
	color:#f6840c;
}
.triangulo {
	position:absolute;
	top:-25px;
	left:25px;
     width: 0px;
     height: 0px;
     border-right: 20px solid transparent;
     /*border-top: 10px solid rgba(245,252,0,1.00);*/
     border-left: 20px solid transparent;
     border-bottom: 25px solid #FFFFFF;
}
.datos .contenidoDatos:hover{
	height:160px;
	opacity:1;
}
@media screen and (max-width: 1187px){	
	
	
}
@media screen and (max-width: 957px){		
	.datos{
		width:49%;
		overflow:visible;
		margin-bottom:30px;
		margin-top:5px;
	}
	.datos .tituloDatos p{
		font-size:28px;	
		opacity:1;
	}
	.datos .tituloDatos p:hover{	
		opacity:1;
	}
	.datos .tituloDatos p .lupa{
		width:30px;
	}
	.datos .contenidoDatos{
		height:auto;
		bottom:-20px;
		opacity:1;
	}
	.datos .tituloDatos .imagenDatos .lupa{
		opacity:1;
	}
	.datos .tituloDatos .imagenDatos .lupa:hover{	
		opacity:1;
	}
	.datos .contenidoDatos:hover{
		height:auto;
	}
}
@media screen and (max-width: 767px){		
	.datos{
		width:100%;
	}		
}
@media screen and (max-width: 607px){
	.contenido .contenedorDatos .mensajeDatos{		
		font-size:20px;
	}	
}
@media screen and (min-width: 767px){
	
	
}
@media screen and (min-width: 957px){
	
	
}

