#principal h1 {
	width:770px;
	height:260px;
	background:url(../imgs/tit_design.jpg) center top no-repeat;
	text-indent:-9000px;
	
	margin:0 auto;
}

body#interna #principal h2{
	text-align:left;
	width:410px;
	margin:20px auto;
	padding:0 145px;
	
	font:24px/50px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#9A9786;
	letter-spacing:10px;

	background:url(../imgs/bg_titulos.gif) repeat-y;
	
	opacity:0.70;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	
	border-bottom:#BCB237 3px solid;
}

.lista_tb_design {
	padding:0 0 70px 80px;
	list-style:none;
}
.lista_tb_design li {
	list-style:none;
	padding:3px 0;
}
.lista_tb_design li a:hover {
	opacity:0.80;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
}

.lista_tb_design li a:active {
	opacity:0.90;
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
}

.lista_tb_design img {
	border:0;
}

