@charset "utf-8";
/* CSS Document */

body {
	font:15px Arial, Helvetica, sans-serif;
	background:#000 url(slants.gif) fixed;
	color:#DDD;
	width:900px;
	margin:0 auto;
}
img {border:0;}
a:link, a:visited {
	text-decoration:none;
	color:#09C;
}
a:hover, a:active {
	text-decoration:underline;
}
/* Headers */
h1 {
	font-size:24px;
	font-weight:bolder;
	margin:0;
	padding:5px;
}
h2,h3 {
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:5px;
}
p {
	margin:0;
	padding:5px;
}
.header {
	width:900px;
	margin:10px auto;
	height:140px;
}
.busqueda {
	color:#00F;
	width:125px;
}
/* Navegación */
.menu {
	width:200px;
	float:left;
}
.mtop {
	width:200px;
	height:15px;
	background:url(200-top.png);
}
.mbot {
	width:200px;
	height:15px;
	background:url(200-bottom.png);
	margin-bottom:5px;
}
.mmid {
	width:160px;
	margin:0;
	padding:0 20px;
	background:#000 url(200-middle.png);
}
/* Links en mmid */
.mmid a {
	display:block;
	width:100%;
}
.mmid a:hover {
	background:#09C;
	color:#000;
	text-decoration:none;
}
/* Contenido Principal */
.prin {
	width:680px;
	float:right;
}
.ptop {
	width:680px;
	height:15px;
	background:url(680-top.png);
}
.pbot {
	width:680px;
	height:15px;
	background:url(680-bottom.png);
	margin-bottom:5px;
}
.pmid {
	width:640px;
	margin:0;
	padding:0 20px;
	background:#000 url(680-middle.png);
}
/* Listas */
.nails {
	margin:0;
	padding:0;
}
.nails li {
	display:inline;
	width:300px;
	height:100px;
	margin:10px;
	float:left;
}
.nails li:hover {
	background-color:#333333;
}
.bloquet {
	width:310px;
	height:90px;
	float:left;
	margin:5px;
	font-size:12px;
}
.bloquet a {
	font-weight:bold;
	font-size:14px;
}
.bloquet a:hover{color:#FF0;}
.bloquet:hover{background:#111;}
/* Barra de Navegación */
.navbar {
	background:#111;
	font-style:italic;
	font-size:12px;
	color:#777;
}
.navbar a{
	color:#077;
}
/* Imagen de la esquina */
.esquina {
	display:scroll;
	position:fixed;
	bottom:0px;
	left:0px;
}
/* Pie de Página */
.footer {
	width:800px;
	margin:0 auto;
	clear:both;
	font:10px Arial, Helvetica, sans-serif;
	text-align:center;
}
.footer a:link, .footer a:visited {
	text-decoration:none;
	color:#FFF;
}
.footer a:hover {text-decoration:underline;}
.footer a:active {color:#FF0;}
/* Tamaños */
.titulo {font-size:14px;font-weight:bolder;}
.chico {font-size:12px;}
.mini {font-size:10px;font-style:italic;}
/* Colores */
.azul {color:#069;}
.amar {color:#CF0;}
.rojo {color:#F00;}
.verd {color:#093;}
.nara {color:#F93;}
.gris {color:#555;}
/* Divs para publicidad */
.publim {
	width:200px;
	height:200px;
	margin-bottom:5px;
	background:#399;
}
.publib {
	width:464px;
	height:60px;
	margin:0 auto 5px auto;
	background:#399;
}