body  {
	margin:0px;
	text-align:center;
	font-size:12px;
	font-family: "Tahoma", "Arial", "MS Sans Serif", sans-serif;
	background:#000;
	}
	
#principal {
	width:850px;
	margin:0 auto;
	text-align:left;
	background:#FFFFFF;
	color:#000000;
	padding:0px 0px 0px 0px;
	overflow:hidden;
	display:inline-block;
	margin-top:40px;
	}
	
/* Estructura principal */
	
#top {
	float: left;
	height: 27px;
	text-align: left;
	width: 850px;
	}
	
#escritorio {
	float: right;
	width: 850px;
	text-align: right;
	font-family: "Tahoma", "Arial", "MS Sans Serif", sans-serif;
	font-size:13px;
	}
	
.puzzle_naranja {
	background: url('../images/puzzle_naranja.jpg');
	background-repeat: no-repeat;
	}
	
.puzzle_azul {
	background: url('../images/puzzle_azul.jpg');
	background-repeat: no-repeat;
	}
	
.puzzle_rojo {
	background: url('../images/puzzle_rojo.jpg');
	background-repeat: no-repeat;
	}
	
.puzzle_verde {
	background: url('../images/puzzle_verde.jpg');
	background-repeat: no-repeat;
	}
	
.puzzle_cafe {
	background: url('../images/puzzle_cafe.jpg');
	background-repeat: no-repeat;
	}
	
.puzzle_cielo {
	background: url('../images/puzzle_cielo.jpg');
	background-repeat: no-repeat;
	}
	
.puzzle_marron {
	background: url('../images/puzzle_marron.jpg');
	background-repeat: no-repeat;
	}
	
#contenido_izq {
	float: left;
	width: 200px;
	}
	
#contenido_der {
	float: left;
	width: 480px;
	text-align: left;
	padding:10px 10px 10px 10px;
	}

#pie {
	float: left;
	height: 27px;
	text-align: left;
	width: 850px;
	}

#masinfo {
	color:#FFF;
	float: left;
	text-align: center;
	width: 850px;
	font-size:10px;
	text-align: center;
	background:#000;
	padding-top:10px;
	}

#info {
	float: left;
	width: 170px;
	line-height: 1.1;
	}
	
#cubo {
	float: left;
	height: 140px;
	width: 140px;
	text-align: center;
	}
	
#cubo a {
	display:block;
	height: 140px;
	width: 140px;
	}
	
#barra {
	float: left;
	height: 35px;
	text-align: left;
	width: 850px;
	}
	
#barra a {
	display:block;
	height: 35px;
	width: 850px;
	}
	
#boton {
	float: left;
	height: 23px;
	text-align: left;
	}
	
#boton a {
	display:block;
	height: 23px;
	text-decoration: none;
	color:#FFF;
	padding-top:6px;
	text-align: center;
	letter-spacing: 1px;
	}
	
#espacio5 {
	height: 5px;
	}
	
#espacio10 {
	height: 10px;
	}
	
#espacio20 {
	height: 20px;
	}
	
#espacio30 {
	height: 30px;
	}
	
#espacio40 {
	height: 40px;
	}
	
#espacio50 {
	height: 50px;
	}
	
.espacioh_20 {
	width: 15px;
	}
	
.espacioh_30 {
	width: 30px;
	}
	
.barra_link {
	text-decoration: none;
	font:16px Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	padding-top:8px;
	padding-left:80px;
	}
	
.cubo_link {
	text-decoration: none;
	font:15px Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	padding-top:6px;
	text-align: center;
	}


/* Formatos de texto */

a {
	color:#000000;
	}
	
img {
	border: 0px;
	}
	
br.clearboth {
    clear: both;
}

.naranja {
	background:#dd8707;
	}

.azul {
	background:#09729d;
	}

.rojo {
	background:#c33c37;
	}

.verde {
	background:#a09e4e;
	}

.cafe {
	background:#7f7047;
	}

.cielo {
	background:#4b8b90;
	}

.marron {
	background:#b26130;
	}
	
	


.agua {
	background:#00ccff;
	}

.verdeclaro {
	background:#339933;
	}

.rosa {
	background:#ff99cc;
	}

.negro {
	background:#151515;
	}

.gris {
	background:#8d8a8a;
	}

	
.titulo {
	font-weight:bold;
	font-size: 16px;
	}
	
.legal {
	font-weight:bold;
	font-size: 10px;
	font-family: "Arial", "MS Sans Serif", sans-serif;
	line-height: 10px;
	}



