@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333333;
	background-image:url(../img_web/jpg/fondo.jpg);
	background-repeat:repeat-x;
}
#contenedor{
	position:relative;
	width:1000px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	border: 0.5px solid #666666;
	margin-top: 2px;
	margin-bottom: 20px;
	background-color:#000000;
}
#cabecera {
	position:absolute;
	margin-left:11px;
	margin-top:10px;
	width:auto;
	height:137px;
	z-index:1;
}
#menu_superior {
	position:absolute;
	margin-left:130px;
	margin-top:30px;
	width:409px;
	height:auto;
	z-index:2;
}

#menu_inferior {
	position:absolute;
	margin-left:11px;
	margin-top:157px;
	width:285px;
	height:auto;

}
#trabajos {
	position:relative;
	width:975px;
	height: auto;
	margin-top: 20px;
	float: left;
	margin-left: 12px;
	background-repeat: repeat;
	padding-bottom: 10px;
	background-image: url(img_web/jpg/fondo_listado.jpg);
}
#contenedor_menu {
	position:relative;
	width:119px;
	height:auto;
	float: left;
	margin-left: 11px;
	margin-top:20px;

}
#txt_descripcion {
	position:relative;
	width:263px;
	height:auto;
	margin-left:18px;
	background-color: #CCCCCC;
	float: left;
}

#texto_quienes {
	position:relative;
	margin-top:5px;
	width:260px;
	height:auto;
	z-index:1;
	margin-left: 5px;
}
#botones_menu{
	position:relative;
	width:119px;
	height:25px;
	background-image:url(../img_web/jpg/fondo_botones_menu.jpg);
	background-repeat:no-repeat;
}

#fotos_menu{
	position:relative;
	width:118px;
	height:90px;
}
#titulo_trabajos{
	position:relative;
	width:975px;
	height:57px;
	background-image:url(../img_web/jpg/barra_titulo_listado.jpg);
	background-repeat:repeat-x;
	padding-top:15px;
}
#soprte_trabajos{
	position:relative;
	width:641px;
	height:auto;
	margin-left:45px;
	background-color:#2B2B2B;
	float: left;
}
#pie {
	position:relative;
	margin-top:5px;
	margin-right:auto;
	margin-left:auto;
	width:826px;
	height:auto;
	z-index:1;
	margin-bottom: 5px;
	clear: left;
	float: none;
}
#contenedeor_trabajos_mini{
	position:relative;
	width:156px;
	height:auto;
	margin-left:9px;
	margin-top:15px;
}
#foto_trabajos_mini{
	position:relative;
	width:500px;
	height:auto;
}
#texto_trabajos_mini{
	position:relative;
	width:500px;
	height:auto;
}

