BODY {
	margin: 0px;
	background-color: #49084F;
}
.texto {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	line-height: 18px;
}
/* fondos de cada interna */
.bg_home {
	background-image:   url(img/css_bg_home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bg_murales {
	background-image: url(img/css_bg_murales.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bg_aerografia {
	background-image: url(img/css_bg_aerografia.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bg_comic {
	background-image: url(img/css_bg_comic.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bg_abstracto {
	background-image: url(img/css_bg_abstracto.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bg_retratos {
	background-image: url(img/css_bg_retratos.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bg_decorativo {
	background-image: url(img/css_bg_decorativo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bg_fotografia {
	background-image: url(img/css_bg_fotografia.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bg_general {
	background-image:  url(img/css_bg_general.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
/* fin de fondos */
.tabla_principal {
	border-right: 1px solid #C4BFEB;
	border-left: 1px solid #C4BFEB;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C4BFEB;
}
.seccion {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #F0EDF0;
	font-weight: bold;
	text-decoration: none;
}
.seccion:hover {
	color: #F8D3F8;
}
.links_pie {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #AE7DDB;
	text-decoration: none;
}
.links_pie:hover {
	color: #B99ED1;
}
.texto_interior_foto {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;

}
.transparencia {
	filter: alpha(opacity=20);
	background-color: #000000;
}
.flecha_paginado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.flecha_paginado:hover {
	color: #CCCCCC;
}


