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

/* General */

#col2_container .izq{
	width: 640px;
	}

#col2_container .der{
	width: 320px;
	}

/* Proyecto */

.proyectos_container{
	margin-left: 1px;
	clear: both;
	width: 960px;
	overflow: hidden;
	background: url(../img/estructura/fondo_proyectos.png) repeat-y;
}

	.proyectos_proyecto{
	width: 239px;
	height: 239px;
	overflow: hidden;
	float: left;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	position: relative;
}

	.proyectos_proyecto img{
	position: relative;
	top: 0px;
	left: 0px;
}

	.proyectos_proyecto .titulo{
	position: absolute;
	top: 196px;
	left: 0px;
	width: 239px;
	height: 43px;
	background-color: #41381E;
	filter: alpha(opacity=50);
	-moz-opacity: .5;
	opacity: .5;
}



	.proyectos_proyecto .titulo .centrar{
		margin: 5px;
}

.proyectos_proyecto a:hover .titulo{
	position: absolute;
	top: 196px;
	left: 0px;
	width: 239px;
	height: 43px;
	background-color: #41381E;
	filter: alpha(opacity=99);
	-moz-opacity: 0.99;
	opacity: 0.99;
}

	.proyectos_proyecto a{
		color: white;
		display: inline;
		cursor: pointer;
		cursor: hand;
}

	.proyectos_proyecto .centrar{
	color: white;
	filter: alpha(opacity=99);
	-moz-opacity: 0.99;
	opacity: 0.99;
	line-height: 15px;
}

/* PROYECTO DETALLE */

.proyecto_imagenes{
		width: 640px;
		background-color: #e5e5e5;
}

#proyecto_thumbs{
		width: 640px;
		clear: both;
		overflow: hidden;
}

.proyecto_detalles{
		width: 640px;
}

.detalle_titulo{
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: bold;
}

.detalle_titulo div{
	margin-top: 20px;
}

.detalle_subtitulo {
		margin-bottom: 10px;
		font-weight: bold;
}

.detalle_subtitulo p{
		margin: 0px;
}

.otros{
		clear: both;
		overflow: hidden;
		border-top: 1px solid #D9D2C9;
		width: 310px;
		margin-left:  10px;
}

.otros_titulo{
		font-weight: bold;
		margin-top: 5px;
		margin-bottom: 10px;
		font-size: 14px;
}

.otros_proyecto{
		width: 310px;
		float: left;
		overflow: hidden;
		border-bottom: 1px solid #C0BEB1;
		margin-right: 20px;
}

.otros_proyecto:first-child{
		border-top: 1px solid #C0BEB1;
	}

.otros_proyecto li{
		list-style-image: none;
		list-style-type: none;
		line-height: 140%;
		padding-top: 3px;
		padding-bottom: 3px;
		border-bottom: 1px solid #C0BEB1;

}

.otros_proyecto a{

}

.otros_proyecto a:visited{
	text-decoration: line-through;
}

.creditos_tit a{
	font-weight: bold;
}

#creditos_content p{
	margin-bottom: 7px;
}
