/* Alambre Estudio Gráfico
   www.alambre.net
   //
   Estilos DHEMEN CSS+XHTML
   Proyectos
   Enero 2008
*/

/* estructura de proyectos*/

#contenido{
	clear: both;
	width: 960px;
	text-align: left;
	}

table#proy_cs_list_container{
	width: 960px;
	background: url(../img/proyectos/listado_fondo.gif) repeat-y;
	margin-bottom: 25px;
}

	table#proy_cs_list_container td{
	width: 192px;
	text-align: left;
	vertical-align: top;
	display: table-cell;
}

	table#proy_cs_list_container td.proy_h{
		width: 768px;
		height: 96px;
}

	table#proy_cs_list_container td.cs_h{
		width: 192px;
		height: 96px;
}

	table#proy_cs_list_container td.proy .proy_img img{
		border-bottom: 2px solid #333333;
		margin-bottom: 5px;
}

	table#proy_cs_list_container td.cs .cs_img img{
		border-bottom: 2px solid #232323;
		margin-bottom: 5px;
}


	table#proy_cs_list_container td.proy_hover .proy_img img, table#proy_cs_list_container td.cs_hover .cs_img img{
		border-bottom: 2px solid #fff000;
		margin-bottom: 5px;
}

	table#proy_cs_list_container .proy_texto{
		margin-bottom: 20px;
		width: 172px;
}
	table#proy_cs_list_container .cs_texto{
		margin-bottom: 20px;
		width: 170px;
		margin-left: 2px;
}

table#proy_cs_list_container .cs_texto{
		margin-bottom: 20px;
		width: 170px;
		margin-left: 2px;
}

	table#proy_cs_list_container td.proy_hover a .proy_texto{
		color: #FFF000;
}

	table#proy_cs_list_container td.cs_hover a .cs_texto{
		color: #FFF000;
}

	table#proy_cs_list_container td.proy_hover a.new .proy_img img{
		border-bottom: 2px solid transparent;
		margin-bottom: 5px;
		cursor: default;
}

	table#proy_cs_list_container td a.new .proy_texto{
		display: none;
}

	span.proy_tit, span.cs_tit{
		font-weight: bold;
}


/* estructura detalle */

#proyecto_detalle{
	width: 960px;
	height: 501px;
	margin-bottom: 25px;
}

#proyectos_abajo{
	width: 960px;
	overflow: hidden;
	clear: both;
	}
	
	.proyectos_otros{
	float: left;
	width: 400px;
	clear: left;
	overflow: hidden;
	}

	.proyectos_cases{
	float: left;
	width: 164px;
	}

	.proyectos_trabajamos{
	float: right;
	width: 360px;
	}
	
/* menu proyectos */

	.proyectos_otros ul{
	border-top: 1px solid #535353;
	width: 400px;
}

	.proyectos_otros li{
	float: left;
	width: 164px;
	border-bottom: 1px solid #535353;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 34px;
}

	.proyectos_otros li.proy_elem_hover{
	background-color: #4C4A26;
}

	.proyectos_otros li.proy_elem a:link{
	color: #AAAAAA;
	font-weight: bold;
	}
	
	.proyectos_otros li.proy_elem a:visited{
	color: #AAAAAA;
	font-weight: bold;
	text-decoration: line-through;
	}
	
	.proyectos_otros li.proy_elem a:visited{
	color: #AAAAAA;
	font-weight: bold;
	}
	
	.proyectos_otros li.proy_elem_hover a:link{
	color: #AAAAAA;
	font-weight: bold;
	}
	
	.proyectos_otros li.proy_elem_hover a:visited{
	color: #AAAAAA;
	font-weight: bold;
	text-decoration: line-through;
	}
	
	.proyectos_otros li.proy_elem_sel a:link{
	color: #fff000;
	font-weight:bold;
	}
	
	.proyectos_otros li.proy_elem_sel a:visited{
	color: #fff000;
	font-weight:bold;
	text-decoration: line-through;
}
	
	/* menu case studies */

	.proyectos_cases ul{
	border-top: 1px solid #535353;
	width:100%;
}

	.proyectos_cases li{
	width: 164px;
	border-bottom: 1px solid #535353;
	padding-top: 3px;
	padding-bottom: 3px;
}

	.proyectos_cases li.case_elem_hover{
	background-color: #4C4A26;
}

	.proyectos_cases li.case_elem a:link{
	color: #AAAAAA;
	font-weight: bold;
	}
	
	.proyectos_cases li.case_elem a:visited{
	color: #AAAAAA;
	font-weight: bold;
	text-decoration: line-through;
	}

	
	.proyectos_cases li.case_elem_hover a:link{
	color: #AAAAAA;
	font-weight: bold;
	}
	
	.proyectos_cases li.case_elem_hover a:visited{
	color: #AAAAAA;
	font-weight: bold;
	text-decoration: line-through;
	}

	
	.proyectos_cases li.case_elem_sel a:link{
	color: #fff000;
	font-weight:bold;
	}
	
	.proyectos_cases li.case_elem_sel a:visited{
	color: #fff000;
	font-weight:bold;
	text-decoration: line-through;
	}

	
/* Trabajamos AQui */

	img.trabajamos{
	border-top: 1px solid #535353;
	margin-bottom: 25px;
	}