/* ***** BEGIN LICENSE BLOCK *****
 * This file is part of DotClear.
 * Copyright (c) 2004 Samuel Latchman and contributors. All rights
 * reserved.
 *
 * DotClear is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 * 
 * DotClear is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with DotClear; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 * ***** END LICENSE BLOCK *****
 *
 * Contributor(s):
 *  Juan G. Hurtado
 */

/*
 * =Misc
 * * * * * * * * * * */
body {
	font:normal 12pt "Times New Roman","Bitstream Vera Serif",serif;}
	
/* Estilos para los ejemplos */
p.first-line:first-line{color:red;}
p.first-letter:first-letter{font-size:3em;font-weight:bold;}

/* Clases generales */
.invisible {
	left:-99999px;
	position:absolute;
	width:99990px;}
	
a {border-bottom:1px solid #ccc; color:blue; text-decoration:none;}

/*
 * =Cabecera
 * * * * * * * * * * */
/* Imagen 'Ahora con DotClear' */
#extra {
	display:none;}

#cabecera {
	text-align:left;}

#cabecera h1 {border-bottom:3px solid #ccc;font-size:18pt;margin-bottom:1cm;}

#cabecera h1 a {color:#000;text-decoration:none;}
	
/* Menu superior de acceso rapido */
#cabecera ul {
	display:none;}


/*
 * =Cuerpo
 * * * * * * * * * * */
#cuerpo {}
	
/* Post */
#cuerpo .post {
	margin-bottom:1cm;}

/* Titulos de los posts */
#cuerpo h2 {
	border-bottom:1px solid #ccc;
	font-weight:normal;}
	
#cuerpo h2 a {color:#000;text-decoration:none;}

/* Enlaces a Comentarios y Trackbacks de cada Post */
#cuerpo ul.comentarios-tb {
	display:none;}
	
#cuerpo ul.datos li {
	margin-bottom:0.08cm;
	margin-top:0.08cm;}

/* Subsecciones de un post */
#cuerpo h3 {font-size:14pt;}
	
#cuerpo h3.borde {
	border-bottom:1px solid #ccc;}


/* Estilos generales para el contenido */
#cuerpo .texto a:after {
    content:" [" attr(href) "]";
}

#cuerpo p {
	line-height:1.5em;
	font-size:12pt;
	text-align:justify;}

#cuerpo p img {
	display:block;
	margin:auto;}
	
#cuerpo abbr, #cuerpo acronym {border:0;text-decoration:none;}
	
#cuerpo pre {
	border-left:1px solid #ccc;
	padding-left:0.3cm;}

#cuerpo pre code{
	font-family: "Courier New", "Bitstream Vera Sans Mono", monaco, courier, monospace;
	font-size:10pt;}
	
#cuerpo p code, #cuerpo kbd{
	font-family: "Courier New", "Bitstream Vera Sans Mono", monaco, courier, monospace;
	font-size:10pt;}
	
#cuerpo ol li {list-style-type:decimal;}

#cuerpo ul {}

#cuerpo ol {}

#cuerpo dl {}

#cuerpo li {
	list-style-type:square;
	margin-top:0.3cm;margin-bottom:0.3cm;}

#cuerpo dt {margin-top:0.5cm;margin-bottom:0.2cm;}

#cuerpo dd {}


#cuerpo blockquote{
	border-left:1px solid #ccc;
	font-style:italic;
	padding-left:10px;}
	
#cuerpo q{quotes: "\00AB" "\00BB";}
#cuerpo q:before{content: open-quote;}
#cuerpo q:after{content: close-quote;}


/*
 * =Curriculum
 * * * * * * * * * * */
#curriculum img {
	float:right;
	margin-left:2em;
	margin-right:1em;
	margin-top:-2em;}
	
#curriculum h3{
	border:0;}


/*
 * =Comentar
 * * * * * * * * * * */
#comentar {
	display:none;}
	

/*
 * =Trackbacks
 * * * * * * * * * * */
#trackbacks p.tb-url {display:none;}

/*
 * =Comentarios
 * * * * * * * * * * */
#comentarios ol {
	margin-top:20px;
	margin-left:0;}
	
#comentarios ol li {
	background:#fafafa;
	border:1px solid #d6d6d6;
	font-size:12pt;
	list-style-type:none;
	margin:0;
	padding:0;
	margin-bottom:10px;
	
	page-break-inside:avoid;}
	
#comentarios ol li p {margin:10px;}
	
#comentarios p.datos-comentario {border-bottom:1px solid #ccc;font-weight:bold;}
	
#comentarios p.datos-comentario a {border:0;}

/*
 * =Lateral
 * * * * * * * * * * */
#lateral {
	display:none;}

/*
 * =Pie
 * * * * * * * * * * */
#pie {
	display:none;}