@charset "utf-8";
/* CSS Document */

.proyecto{
	float:left;
	width:217px;
	margin:16px 8px 0 14px;
}
#proyectos .proyecto a {
	padding-left:0;
}
.proyecto a img{
	border:5px #444 solid
}
.proyecto a:hover img{
	border:5px solid
}
#proyectos .proyecto p{
	float:left;
	width:200px;
	margin:0;
	padding:7px;
	line-height:12px;
}
#selector{
	clear:left;
	width:450px;
	margin:15px 0 0 14px;
	text-align:right;
	background-color:#111;
}
#selector p{
	color:#aaa;
	font-size:10px;
	padding:0 6px 0 0;
}
#selector a{
	display:block;
	width:13px;
	height:14px;
	padding:3px;
	font: 11px Arial, Helvetica, sans-serif; 
	text-align: center;
	color: #666; 
	text-decoration: none;
	background-color:#2e2e2e;
	border-left:1px solid #000;
	-moz-outline:none;
}
#selector a:hover{
	color:#fff;
	background-color:#363636
}
#selector a.selected{
	color:#fff;
	background-color:#444;
}
#selector a:hover.selected{
	background-color:#646464
}