/* Alambre Estudio Gráfico
   www.alambre.net
   //
   Estilos Ignacio Quemada CSS+XHTML
   Portada
   Noviembre 2008
*/

/* Proyecto destacado */

.portada_container{
	width: 100%;
	clear: both;
	overflow: hidden;
	}

.portada_proyecto{
	width: 240px;
	float: left;
	}

.portada_animacion{
	width: 720px;
	float: right;
	}

.titulo{
	padding-right: 5px;
	padding-bottom: 5px;
	display: none;
}

a:hover .titulo{
	padding-right: 5px;
	padding-bottom: 5px;
	display: block;
	color: #9f988e;
}

#pie{
	margin-top: 10px;
}
