/* Alambre Estudio Gráfico
   www.alambre.net
   //
   Estilos DHEMEN CSS+XHTML
   Case Studies
   Febrero 2008
*/

/* estructura detalle */

#cs_detalle{
	width: 960px;
}

.cs_detalle_img{
	width: 960px;
	height: 501px;
	margin-bottom: 25px;
}


#cs_detalle_info{
	width: 960px;
	clear: both;
	overflow: hidden;
}

	.cs_detalle_col1{
	width: 267px;
	float: left;
	margin-right: 34px;
	margin-bottom: 25px;
	}

	.cs_detalle_col2{
	width: 267px;
	float: left;
	margin-right: 32px;
	margin-bottom: 25px;
	}

	.cs_detalle_cs{
	width: 163px;
	float: left;
	margin-bottom: 25px;
	}

	.cs_detalle_proyectos{
	width: 163px;
	float: right;
	margin-bottom: 25px;
	}


#cs_detalle h2{
	color: #fff000;
	font-weight: bold;
	}
	
	#cs_detalle p{
	margin-top: 10px;
	}

	#cs_detalle p.prim{
	margin-top: 0px;
	}

	#cs_detalle object{
	}
	
	#cs_detalle img.imgdetalle{
	margin-top: 14px;
	}
	
	.cs_det_bloque_salto{
	margin-bottom: 40px;
	}

	.db_det_bloque_pre{
	margin-top: 15px;
	}

/* menu proyectos */

	.cs_detalle_proyectos ul{
	border-top: 1px solid #535353;
}

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

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

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

	
	.cs_detalle_proyectos li.proy_elem_sel a{
	color: #fff000;
	}
	
	.cs_detalle_proyectos li.proy_elem_sel a:visited{
	color: #fff000;
	text-decoration: line-through;
}
	
	
	/* menu case studies */

	.cs_detalle_cs ul{
	border-top: 1px solid #535353;
}

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

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

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

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

	