#contenedor {
	/*position: absolute;
	height: auto;
	top: 183px;
	left: 143px;	
	z-index: 2;*/
	padding-left: 143px;
	margin-top: 155px;
	float: left;
	width: 730px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	
}

#contenedor .proyecto {
	width: 227px;
	float: left;
	margin-right: 15px;
	margin-bottom: 25px;
}

#contenedor .proyecto img {
	margin-bottom: 15px;
}

#contenedor h1 {
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #b2bb1c;
	margin-top: 0px;
	margin-bottom: 22px;
}

#contenedor .proyecto h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #b2bb1c;
	margin-top: 0px;
	margin-bottom: 2px;
}

#contenedor .proyecto p {
	width: 227px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	color: #fff;
}

#contenedor .proyecto .gris {
	color: #c0b7b7;
}

#contenedor .proyecto a {
	color: #b2bb1c;
	text-decoration: none;
}

#contenedor .proyecto a:hover {
	text-decoration: underline;
}