/* Alambre Estudio Gráfico
   www.alambre.net
   //
   Estilos Alambre Estudio CSS+XHTML
   Proyectos
   Febrero 2010
*/

/* Filtro Proyectos */

#proyectos_filtro{
	border-bottom-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	width: 870px;
	font-size: 11px;
	padding-bottom: 8px;
	margin-top: 10px;
}

#proyectos_filtro .col1, #proyectos_filtro .col2{
	width: 297px;
	float: left;
}

#proyectos_filtro .col3{
	width: 274px;
	float: right;
	text-align: right;
	position: relative;
}

#proyectos_filtro li{
	width: 148px;
	float: left;
	line-height: 14px;
}

#proyectos_filtro li.tit{
	color:#D1006E;
}

#proyectos_filtro .tipo{
	width: 135px;
	float: right;
	text-align: right;
	line-height: 15px;
	height: 15px;
}

#proyectos_filtro .tipo a{
	width: 15px;
	height: 11px;
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	float: right;
}

#proyectos_filtro .tipo a.thumb{
	background-image: url(../img/estructura/menus/thumb_n.gif);
}

#proyectos_filtro .tipo a.thumb:hover, #proyectos_filtro .tipo a.thumb-sel{
	background-image: url(../img/estructura/menus/thumb_h.gif);
}

#proyectos_filtro .tipo a.lista{
	background-image: url(../img/estructura/menus/lista_n.gif);
	margin-left: 8px;
}

#proyectos_filtro .tipo a.lista:hover, #proyectos_filtro .tipo a.lista-sel{
	background-image: url(../img/estructura/menus/lista_h.gif);
	margin-left: 8px;
}

#proyectos_filtro .todo{
	width: 130px;
	float: right;
	text-transform: uppercase;
}

#proyectos_filtro .titulo{
	text-align: right;
	font-size: 24px;
	font-weight: bold;
	margin-top: 36px;
	color: black;
}


/* Listado Proyectos Grid */

#proyecto_listado_grid{
	clear: left;
	width: 900px;
	margin-top: 30px;
	margin-bottom: 40px;
}

#proyecto_listado_grid ul li{
	display: block;
	width: 195px;
	margin-right: 30px;
	float: left;
	margin-bottom: 10px;
}

#proyecto_listado_grid ul li.clear{
	display: block;
	width: 900px;
	margin-right: 0px;
	float: left;
	margin-bottom: 00px;
}

#proyecto_listado_grid .imagen{
	margin-bottom: 20px;
}

#proyecto_listado_grid ul li a{
	display: block;
	padding-bottom: 10px;
	color: black;
}

#proyecto_listado_grid .info{
	margin-top: 15px;
	padding-left: 4px;
	padding-right: 4px;
	line-height: 17px;
}

#proyecto_listado_grid li:hover .info *{
	color: white;
}

#proyecto_listado_grid .titulo{
	font-size: 18px;
	line-height: 17px;
	font-weight: bold;
	margin-bottom: 1px;
}

#proyecto_listado_grid .cliente{
	color: black;
}

#proyecto_listado_grid .datos{
	color: #cccccc;
}

#proyecto_listado_grid ul li:active a{
	background-color: #D1006E;
}

/* Listado Proyectos Lista */

#proyecto_listado_lista{
	width: 870px;
	margin-top: 30px;
	margin-bottom: 45px;
}

#proyecto_listado_lista table{
	width: 870px;
}

#proyecto_listado_lista table tr{
	height: 24px;
	cursor: pointer;
}

#proyecto_listado_lista table tr a{
	display: block;
}

#proyecto_listado_lista table tr:hover{
	color: white;
}

#proyecto_listado_lista table tr:hover td.titulo a{
	color: #D1006E;
}

#proyecto_listado_lista table tr:active td.titulo a{
	color: white;
}

#proyecto_listado_lista table tr:hover a:link, #proyecto_listado_lista table tr:hover a:visited{
	color: white;
}
#proyecto_listado_lista table tr:hover a:active{
	color: white;
	display: block;
}

#proyecto_listado_lista table tr:active, #proyecto_listado_lista table tr:active td{
	background-color: #D1006E;
	color: white;
}

#proyecto_listado_lista table tr td{
	padding: 5px;
	vertical-align: middle;
}
#proyecto_listado_lista td.titulo{
	width: 220px;
}
#proyecto_listado_lista td.autor{
	width: 578px;
}
#proyecto_listado_lista td.fecha{
	width: 60px;
	text-align: right;
}


#proyecto_listado_lista div.titulo{
	font-size: 18px;
	color: black;
	font-weight: bold;
	margin-bottom: 20px;
}


/* Detalle Proyecto */

#nav{
	display: block;
	height: 19px;
	width: 870px;
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
	border-bottom-color: black; 
	padding-top: 7px;
	font-size: 11px;
	line-height: 14px;
	
}

#nav a{
	padding-left: 5px;
	padding-bottom: 8px;
	padding-right: 5px;
	padding-top: 8px;
}

/* Datos Proyecto */

#proyecto_detalle{
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
	border-bottom-color: black; 
	width: 870px;
	padding-bottom: 10px;
	margin-top: 40px;
	overflow: hidden;
}

#proyecto_detalle .imagenes{ 
	cursor: pointer;
	width: 870px;
	display: block;
	}
	
#proyecto_detalle .info{ 
	margin-top: 16px;
	width: 435px;
	float: left;
	}
	
#proyecto_detalle .siguiente{ 
	margin-top: 16px;
	width: 200px;
	line-height: 17px;
	float: right;
	text-align: right;
	}
	
#proyecto_detalle .info h2{ 
	font-weight: bold;
	font-size: 24px;
	line-height: 22px;
	margin-bottom: 2px;
	color: black;
	}
	
#proyecto_detalle .lugar{ 
	color:black;
	}
	
#proyecto_detalle .info h3{ 
	line-height: 16px;
	margin-bottom: 17px;
	margin-top: 2px;
	color: #cccccc;
	}

#proyecto_detalle .cuerpo{ 
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 10px;
	color: black;
	}
	
#proyecto_detalle .cuerpo p{ 
	margin-bottom: 15px;
	}
	
#proyecto_detalle .enlaces{ 
	margin-bottom: 10px;
	}
	
#proyecto_detalle .premios{ 
	color: #969696;
	margin-bottom: 20px;
	}
	
	#proyecto_detalle .premios .titulo{ 
	color:#D1006E;
	}
	
#proyecto_listado_lista .relacionado{
	margin-top: -10px;
}