/* @override http://dospuntocero/themes/dospuntocero/css/ProyectosHolder.css */

.proyecto {
	width: 48%;
	margin-right: 2%;
	margin-bottom: 1em;
	float: left;
	height: 231px;
	position: relative;
	overflow: hidden;

}

.proyecto h3{
	clear: left;
	margin: 0;
	color: #999;
}
.proyecto h3 a{
	color: #004399;	
}
.proyecto h3 a:hover{
	text-decoration: none;
}

.proyecto p {
	padding: 0 10px;
	color: #afafaf;
	font-weight: bold;
	font: 10pt "Lucida Grande", Arial, sans-serif;
}

.proyecto img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}

.info-proyecto {
	float: left;
	position: absolute;
	background: #000;
	height: 100px;
	opacity: .8;
	/* For IE 5-7 */
	filter : progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	top: 250px;
	padding: 5px 5px 0;
	width: 408px;
	margin-left: 6px;
}


.info-proyecto .boxcaption {
	left: 0;
	bottom: -40px;
}


p.etiquetas {
	clear: both;
	font-size: 1em;
	margin: 0;
	color: #fff;
}

p.etiquetas a {
	font-size: .9em;
	font-weight: 700;
	color: #f9c500;	
}