.copy {
	text-align: center;
	font-size: 11px;
	color: #666666;
	margin: 100px 0 0 0;
}
.copy a {
	color: #b77231;
	text-decoration: none;
}
/*----Etiquetas----*/
body {
	margin: 0;
	padding: 0;
}
.cont-g {
    width: 100% !important;
    height: auto;
    margin: 0 auto 0 auto;
    overflow: hidden;
    margin-top: 0vh;
}
.cont-g>ul {
    margin: 0;
    padding: 0;
    margin-top: 0vh;
}
.cont-g>ul>li {
    float: left;
    list-style: none;
    background: none;
    border: none;
    width: 25%;
    height: auto;
    padding: 2vh;
    border-radius: 30px;
}
.cont-g>ul>li>a>img {
    transition: opacity 0.4s ease 0s;
    -webkit-transition: opacity 0.4s ease 0s;
    width: 100%;
    border-radius: 30px;
}
.cont-g>ul>li>a>img:hover {
	opacity: 0.7;
	transition: opacity 0.4s ease 0s;
	-webkit-transition: opacity 0.4s ease 0s;
}
.cont-g>ul>li>.cont-d {
	padding: 3px 3px 9px 3px;
}
.cont-g>ul>li>.cont-d>h4 {
	margin: 0;
	font-size: 16px;
	color: #b77231;
}
.cont-g>ul>li>.cont-d>p {
	margin: 0;
	font-size: 13px;
	color: #2d2d2d;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f900;
    box-shadow: none !important;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	border-radius: 4px;
}

/*media for smartphone*/
@media only screen and (max-width: 600px)
{
	.cont-g>ul>li {
		float: left;
		list-style: none;
		background: none;
		border: none;
		width: 50%;
		height: auto;
		padding: 2vh;
		border-radius: 30px;
	}
}

