#contenedor .proyectos{
	width:960px;
}

#contenedor .proyectos .proy{
	width:306px;
	float:left;
	margin-right:7px;
	margin-left:7px;
	background-color:#E5E5E5;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align:center;
	padding-bottom:10px;
	margin-top:20px;
}

#contenedor .proyectos .proy img{
	text-align:center;
	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-bottom:10px;
}

#contenedor .proyectos .proy .imgp{
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	margin-bottom:10px;
}

#contenedor .proyectos .proy h3{
}

#contenedor .proyectos .proy p{}

#contenedor .proyectos .ptit, .pinv{
	margin-left:20px;
}

#contenedor .proyectos .imgt{
	margin-top:10px;
}
