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

body {
	background:#000 url(slants.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFF;
}
img {
	border:0;
}
a:link, a:visited {
	color:#099;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
/* Inicia Cabecera */
.cabeza {
	width:800px;
	height:140px;
	margin:10px auto;
	padding:0;
}
/* Inicia Barritas del Contenido */
.ttop, .tfin {
	background-color:#FFF;
	width:780px;
	height:10px;
	padding:0 10px 0 10px;
	margin:0 auto;
}
.ttop {
	background:url(f1.png);
}
.tfin {
	background:url(f3.png);
}
/* Fin Barritas del Contenido */
/* Inicia Contenido Principal ¨*/
.tcont {
	background:#FFF url(f2.png);
	color:#CCC;
	width:780px;
	padding:0 10px 0 10px;
	margin:0 auto;
}
/* Barrita Navegación */
.navweb {
	background:#111;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	width:720;
	padding:0 10px 0 10px;
	color:#AAA;
}
.navweb a:link, .navweb a:visited {
	color:#09F;
	text-decoration:none;
}
.navweb a:hover {
	text-decoration:underline;
}
.fecha {
	color:#999;
	font-style:italic;
}
/* Estilos H */
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#069;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#09F;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bolder;
	color:#F00;
	padding:0;
	margin:0;
}
/* Menu */
.menu {
	width:160px;
	float:right;
	display:block;
	margin:0;
	padding:0 10px;
	border-left:1px #111 solid;
}
#listam {
	font-size:11px;
	list-style:none;
	margin:0;
	padding:0;
}
#listam li {
	margin:3px;
	padding:0;
}
#listam li a {
	display:block;
	width:100%;
	color:#066;
	text-decoration:none;
}
#listam li a:hover {
	background:#066;
	color:#FF0;
}
/* rTexto */
.rTexto {
	width:580px;
}
.subH1 {
	font-style:italic;
	font-size:11px;
	padding:0;
	margin:0 10px 10px 5px;
}
.fin {
	text-align:center;
	font-style:italic;
	font-size:10px;
	padding:0 0 20px 0;
	margin:0;
}
/* Publicidad */
.publiC {
	width:468px;
	height:60px;
	float:right;
	margin:10px;
	padding:0;
	background:#999;
}
.publiD {
	width:728px;
	height:90px;
	margin:10px auto;
}
.publiP {
	width:728px;
	height:90px;
	margin:10px auto;
	border:3px #333 ridge;
	background:#999;
}
/* Estilos texto */
.titulo1 {
	font-weight: bold;
	font-size: 14px;
}
.subtitulo1 {
	font-style: italic;
}
.chico {
	font-style: italic;
	font-size:10px;
}
.qrojo { color:#F00; }
.qazul { color: #09C; }
.qgris { color:#999; }
.qamar { color:#CF3; }
/* ANCHO DE 900 */
.ccontainer {
	width:890px;
	margin:0 auto;
}
/* MENU ANCHO 200 */
.dmenu {
	width:200px;
	float:right;
}
.dmtop {
	width:200px;
	height:15px;
	background:url(rambo.png);
}
.dmmid {
	width:160px;
	padding:0 20px;
	background:#000 url(200-middle.png);
}
.dmbot {
	width:200px;
	height:15px;
	background:url(200-bottom.png);
}
.dmlinks {
	list-style-image:url(vineta.gif);
	margin:0;
	padding:0;
	margin-left:10px;
}
.dmpub {
	width:200px;
	height:200px;
	margin:10px 0;
}
/* CUERPO DE 680 */
.scuerpo {
	width:680px;
}
.sctop {
	width:680px;
	height:15px;
	background:url(680-top.png);
}
.scmid {
	width:640px;
	padding:0 20px;
	background:#000 url(680-middle.png);
}
.scbot {
	width:680px;
	height:15px;
	background:url(680-bottom.png);
}
/* Lista solo imagenes 100x80 */
.lsimg {
	margin:0;
	padding:0;
}
.lsimg li {
	display:inline;
	float:left;
	width:100px;
	height:80px;
	margin:0;
	padding:10px;
}
.lsimg li:hover {
	background:#333;
}
/* Lista para imagenes y descripción */
.tmbfoto {
	margin:0;
	padding:0;
}
.tmbfoto li{
	width:120px;
	height:110px;
	margin:10px;
	float:left;
	text-align:center;
	display:inline;
	color:#09C;
}
/* Para el cuadrito de sesion iniciada */
.cUser {
	background:#000;
	border:2px #333 solid;
	color:#999;
	text-align:right;
}
.eComt {
	color:#C90;
	font-style:italic;
	font-size:14px;
}
.eComt a {text-decoration:none;color:#CC0;}
.eComt a:hover {text-decoration:underline;}
/* Para los comentarios */
.ctext {
	width:560px;
	float:right;
}
.cavat {
	width:50px;
}
/*Para calcular altura en caso de floats */
.kk {
	clear:both;
}