﻿/* 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	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:#F90;
}

/* ESTILOS GENERALES */ 

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

div#encabezado {
	background-color:#FFF;
	height:100px;
}

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

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

/* CLASES GENERALES */

div.interior  {
background-color:#fff;
width:900px;
margin:0 auto 0 auto;
}

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

/* ENCABEZADO */

div#logo {
	position:relative;
	color:#666;
	padding-top:5px;
	padding-left:5px;
	width: 270px;
	float:left;
}

div#espacio {
	position:relative;
	padding-top:50px;
	width:300px;
	float:left;
}

div#nombre {
	position:relative;
	color:#666;
	width: 200px;
	float:left;
	text-align:right;
	padding-right:10px;
	padding-top:20px;
}


/* CONTENIDO */

div#fondo {
	position: absolute;
	
	float:left;
	z-index:0;
}

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

div#panel {
	width:890px;
	position:absolute;
	float:left;
	z-index:1;
	color:#999;
	margin-top:360px;
	font-size:16px;
	font-weight:bold;
}
/* FOOTER */


div#creditos {
	position:relative;
	font-family:"Courier New", Courier, monospace;
	color:#666;
	font-size:12px;
	text-align:center;
}
