a {  
	text-decoration: none;
	color: #EE5303;
}
a:hover {  
	text-decoration: underline;
	color: #EE5303;
}

.bg_tabla_top {
	background-attachment: fixed;
	background-image: url(../images/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.tabla_menu {
	background-attachment: fixed;
	background-image: url(../images/bg_menu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: justify;
	display: marker;
}

.bg_tabla_content {
	background-attachment: fixed;
	background-image: url(../images/bg_mid.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.bg_tabla_dwn {
	background-attachment: fixed;
	background-image: url(../images/down.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.tb_body {
	background-color: #FEFBDC;
	background-image: url(/images/N-body_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.tb_lateral1 {
	background-image: url(/images/N-bg_lateral1.gif);
	background-repeat: repeat;
	background-position: left;
}

.tb_lateral2 {
	background-image: url(/images/N-bg_lateral2.gif);
	background-repeat: repeat;
	background-position: right;
}