/* Juanjo Seixas, hoja de estilos de impresion, julio de 2004 */

/* Estructura */
BODY
{
	margin: 0 0 4em 0;
	padding: 0;
	color: #343434;
	background: white;
	font-size: 90%;
}

HTML { }

/* IDs */
#estructura
{
	width: 18cm;
	margin: 0cm;
	color: #343434;
	visibility: visible;
}

#cabecera
{
	visibility: visible;
	width: 14cm;
	height: 4cm;
	margin: 1cm 1cm 1cm 2cm;
	text-align: center;
	border-bottom: 1px solid #E5E5E5;
}

#accesibilidad, #menu, #grafico
{
	display: none;
}



#contenido
{
	width: 14cm;
	font: 11pt/14pt "Georgia", "Trebuchet MS", serif;
	text-align: left;
	color: #343434;
	margin-left: 2cm;
	margin-right: 2cm;
	padding: 0;
}

#accesibilidad { visibility: hidden; }
#menu { visibility: hidden; }
#pie { visibility: hidden; }
#grafico{visibility: hidden;}


/* Texto */
CODE { font-family: Courier, monospace; }

ABBR, ACRONYM, ADDRESS, .ayuda
{
	font: 11pt/14pt "Georgia","Trebuchet MS",Times,serif;
	color: #343434;
	font-style: italic;
	margin: 0em;
border-bottom: 1px solid #E5E5E5;
	background-color: #e5e5e5;
}

EM, Q
{
	font: 11pt/14pt "Georgia","Trebuchet MS",Times,serif;
	color: #343434;
	font-style: italic;
	margin: 0em;
}

CITE
{
	font: bold 11pt/14pt "Georgia", "Trebuchet MS", serif;
	color: #343434;
	margin: 0em;
}

BLOCKQUOTE
{
	font: 11pt/14pt "Georgia","Trebuchet MS",Times,serif;
	color: #343434;
	font-style: italic;
	margin: 0em;
	border: 1px solid #E5E5E5;
	padding: 0.9em;
}

blockquote[cite]:after
{
	content: "" attr(cite);
	display: block;
	font: 11pt/14pt "Georgia","Trebuchet MS",Times,serif;
	font-style: italic;
	margin: 0.8em 0 0 0em;
	color: #343434;
}

p
{
	font: 11pt/14pt "Georgia", "Trebuchet MS", serif;
	text-align: justify;
	color: #343434;
}

.fecha{text-align:center;}

#contenido p
{

	font: 11pt/14pt "Georgia", "Trebuchet MS", serif;
	text-align: left;
	color: #343434;
}

/*  Hiperenlaces  */
a
{
	font: bold 11pt/14pt "Georgia", "Trebuchet MS", serif;
	text-decoration: none;
}

a:link { color: #343434; }
a:visited { color: #343434; }

/* enlaces externos */



#contenido a[href^="http:"]:after
{
	content: " (uri: " attr(href) ")";
	display: block;
	font: 11pt/14pt "Georgia","Trebuchet MS",Times,serif;
	font-style: italic;
	margin: 0.8em 0 0 0em;
	color: #343434;
}

/* enlaces internos */
#contenido a[href^="/"]:after
{
	content: " (uri: http://www.aplomocomunicacion.com" attr(href) ")";
	display: block;
	font: 11pt/14pt "Georgia","Trebuchet MS",Times,serif;
	font-style: italic;
	margin: 0.8em 0 0 0em;
	color: #343434;
}

.columna { padding: 5em 0 5em 0; }

/* Listados */
ol
{
	font: 11pt/14pt "Georgia", "Trebuchet MS", serif;
	text-align: left;
	color: #343434;
	margin: 0em;
	padding: 0em;
}

ul
{
	font: 11pt/14pt "Georgia", "Trebuchet MS", serif;
	text-align: left;
	color: #343434;
	list-style-image: url(../img/flecha.gif);
	padding: 0 0 0 1em;
	margin: 0em;
}




/* Imagenes */
IMG { display: block; margin: auto;border: 0px; }

IMG.grafico, IMG.pequena
{
	float: left;
	margin: 0px 20px 10px 0px;
	padding: 0.1em;
	border-color: #E5E5E5;
	border-width: 1px;
	border-style: solid;
}



IMG.foto
{
	padding: 1em;
	border-color: #E5E5E5;
	border-width: 1px;
	border-style: solid;
}

IMG.grafico:after
{
	content: attr(alt);
	display: block;
	font: 11pt/14pt "Georgia","Trebuchet MS",Times,serif;
	font-style: italic;
	margin: 0.8em 0 0 0em;
	color: #343434;
}

/* Encabezados */
h1
{
	font: bold 18pt/22pt "Georgia", "Trebuchet MS", serif;
	color: #343434;
	text-align: center;
	padding: 0em 0em 0.5em 0em;
}

h2
{
	font: 16pt/18pt "Georgia", "Trebuchet MS", serif;
	text-align: center;
	color: #707070;
}

h3
{
	font: bold 11pt/14pt "Georgia", "Trebuchet MS", serif;
	text-align: center;
	color: #343434;
	text-transform: uppercase;
}


