
/* Enlaces Galería */
.lnk a { COLOR:#000000; TEXT-DECORATION: none; font-size: 12px;  }
.lnk a:hover { COLOR: #333333; TEXT-DECORATION: none; font-size: 12px; }

.txt_intro { color:#333;  text-align:justify; font-size:24px;  } /* Texto de introducción que aparece en la parte derecha encima de las fotos */
.borde_imgs { background-color:#00aae8; border:5px solid #00aae8; border-radius:10px; } /* Borde que sale alrededor de las imágenes */
.borde_imgs img { border-radius:10px; } /* Estilo foto */
.comentario {  font-size:12px; color:#000; padding: 5px;  } /* Texto del comentario que sale al pincharle a una foto */
#men{
	float:left;
	width:20%;
}
#cont{
	float:left;
	width:100%;
	padding:0% 12%;
	margin-top:0px;
	background:#fff;
	border-top: solid 2px #395d79;
}
#da-thumbs{
	float:left;
	width:100%;
}
#row3{
	float:left;
	width:30%;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
#men{
	width:100%;
}
#cont{
	width:96%;
	padding:0% 2%;
}
#da-thumbs{
	float:left;
	width:100%;
}
#row3{
	float:left;
	width:96%;
}
}