/*
CSS Name: Default Styles
Description: NextGEN Default Gallery Stylesheet
Author: Photocrati Media
Version: 2.12

This stylesheet is provided to allow users the ability of overriding the default styles for all display types
*/

.ngg-gallery-thumbnail-box {
    float: left;
    margin-right: 17px;
	margin-bottom: 30px;
}
.ngg-gallery-thumbnail img:hover {
    background-color: #C0C0C0;
}
.ngg-gallery-thumbnail img {
    border: 1px solid #CECECE;
}
span.titulo {
    color: #cc0000;
	font-size: 18px;
}
span.descripcion {
    color: #000000;
	font-size: 14px;
}