<html>
<head>
	<title>Ruptura Records</title>
	<link href="css/estilo.css" rel="stylesheet" type="text/css">
</head>

<body>
<%
lang = request.querystring("lang")
page = request.querystring("page")
accion = request.querystring("accion")
if (lang = "sp" and page = "") then page = "01" end if
if (lang = "en" and page = "") then page = "02" end if
%>
<table height="300" cellpadding="0" cellspacing="0">
	<tr>
		<!-- contenido izquierda -->
		<td style="border: 1px #D0D9E0 solid;border-left: none;border-right: none;border-top: none;"><!--#include file="izquierda.asp"--></td>
		<!-- contenido superior e interior -->
		<td>
			<table width="750" height="100%" cellpadding="0" cellspacing="0" border=0">
				<!-- menu superior -->
				<tr>
					<% if lang = "en" then %>
					<td><!--#include file="lang/en/superior.asp" --></td>
					<% else %>
					<td><!--#include file="lang/sp/superior.asp" --></td>
					<% end if %>
				</tr>
				<!-- contenido -->
				<tr>
					<td width="750" style="border: 1px #D0D9E0 solid;" valign="top"><!--#include file="contenido.asp" --></td>
				</tr>
			</table>
		</td>
	</tr>
</table>
</body>
</html>
