@charset "utf-8";
/* CSS Document */

.content-proyects {
	width:100%;
	height:100%;
	box-sizing:border-box;
	margin:0 auto;
	vertical-align:top;
}

.content-proyects .py-mini {
	display:inline-block;
	margin:5px;
	width:80px;
	height:80px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	opacity:0.7;
	filter: alpha(opacity=70);
	vertical-align:top;
	border:none;
	outline:none;
	text-decoration:none;
}

.content-proyects .py-mini:hover {
	opacity:1;
	filter: alpha(opacity=100);
	filter: grayscale(90%);
	-webkit-filter: grayscale(90%);
	transition:0.4s;
}

.full-col {
	vertical-align:top;
	box-sizing:border-box;
	padding:20px;
	color:#0a0a0a;
	font-size:14px;
	line-height:19px;
	width:100%;
	text-align:justify;
}

.py-txt, .py-head {
	width:100%;
	clear:both;
	box-sizing:border-box;
}

.py-txt h1 {
	display:none !important;
}

.but-gal {
	background-color: transparent;
	font-weight:600;
	font-size:14px;
	text-transform:uppercase;
	color:#00AEEF;
	display:block;
	width:100%;
	clear:both;
	padding:5px 10px;
	text-align:center;
	text-decoration:none;
	box-sizing:border-box;
	margin-top:5px;
	border:solid 1px #808080;
}

.but-gal:hover {
	background-color:#808080;
	color:#fff;
	transition:0.3s;
}

.img-gal {
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	display:block;
	width:100%;
	height:250px;
	outline:none;
	border:none;
	box-sizing:border-box;
}

.col {
	display:inline-block;
	vertical-align:top;
	box-sizing:border-box;
	padding:20px;
	color:#fff;
	font-size:12px;
}

.content-proyects a {
	text-decoration:none;
	color:#808080;
}

.col1 {
	width:39%;
	text-align:justify;
}

.col2 {
	width:60%;
	/*position:fixed;*/
}

.content-proyects h1 {
	font-size:20px;
	margin-top:0;
	margin-bottom:5px;
	padding-bottom:10px;
	border-bottom: solid 1px #808080;
	text-align:left;
}

.credits {
	font-style:italic;
	color:#0a0a0a;
	border-bottom:solid 1px #333;
	padding-bottom:4px;
	margin-bottom:5px;
}

.excp {
	border-top:solid 1px #333;
	padding-top:4px;
	margin-top:5px;
}