﻿/* RESET */

*{margin: 0; padding: 0; border: 0; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	outline: 0;
	font-size: 10pt;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

p#direccion {
	color:#999;
	font-size:12px;
	font-family:"Courier New", Courier, monospace;
}

li{list-style:none;}

a{
text-decoration:none;
color:#666;
text-transform:none;
}

a:hover{
	text-decoration:none;
	color:#EB8191;
}

/* ESTILOS GENERALES */ 

body {
	font-family: "Courier New", Courier, monospace;
	text-align:left;
}

div#contenido {
	background-color:#FFF;
	height: 800px;
}

div#footer {
	background-color:#FFF;
	height:35px;
}

/* CLASES GENERALES */

div.interior  {
	width:990px;
	margin: 0 auto 0 auto;
}

div.clearfix {
width:1px:
height:1px;
display:block;
clear:both;
content:",";
}

/* CONTENIDO */

div#entrar {
	position: absolute;
	margin-left:400px;
	margin-top:0px;
	float:left;
	z-index:1;
	left: -159px;
	top: 16px;
}


div#foto {
	width:990px;
	position:absolute;
	z-index:2;
	margin: 0 auto 0 auto;
}

div#swf {
	width:990px;
	position:absolute;
	z-index:1;
	margin: 0 auto 0 auto;
	
}

/* FOOTER */


div#direccion {
	width:990px;
	position:absolute;
	font-family:"Courier New", Courier, monospace;
	color:#666666;
	font-size:12px;
	text-align:center;
	height:15px;
	margin-top: 5px;
}

div#creditos {
	width:990px;
	position:absolute;
	font-family:"Courier New", Courier, monospace;
	color:#EB8191;
	font-size:10px;
	text-align:center;
	height:15px;
	margin-top: 20px;
}

