/* ************************************************************** *
 *      PÁNOPE Versión 1.0 (Construcción 1-30 septiembre 2005)     *
 * ______________________________________________________________ *
 *                                                                *
 * Aplicación web de difusión de contenidos periodísticos         *
 * semanales y comercio electrónico                               *
 *                                                                *
 * Copyright (c)2005 Accesible, S.L.                              *
 * Aplicación dirigida y desarrollada                             *
 * por Joseba Aldaz Zaragüeta                                     *
 * (http://www.accesible.info) joseba.aldaz@accesible.info        *
 *                                                                *
 * Esta aplicación en su totalidad es propiedad de Accesible, S.L.*
 * y se encuentra protegida por las leyes de copyright            *
 * (Propiedad intelectual) de España y por otros tratados         *
 * internacionales.                                               *
 *                                                                *
 * ************************************************************** */
	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	background-color: #E5E5E5;
	margin: 0px;
}
div#pieImprimir
{
	clear: both;
	float: left;
	height: 25px;
	width: 740px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	text-align: center;
}

div#CEA_fondo {
	background-image:  url("PNW_img_decor/CEA/CEA_fondo_frm.gif");
	background-repeat: no-repeat;
	margin: 0px;
	float: left;
	height: 460px;
	width: 460px;
	padding: 20px;
}

div#PAGcentro {
	color: #666666;
	background-image:  url("PNW_img_decor/centro.gif");
	background-repeat:   repeat-y;
	float: left;
	height: auto;
	width: 780px;
}
div#PAGarriba {
	color: #666666;
	background-image:  url("PNW_img_decor/arriba.gif");
	background-repeat:   repeat-x;
	float: left;
	height: 10px;
	width: 760px;
}
div#PAGarriba_izq {
	background-image:  url("PNW_img_decor/arriba_izq.gif");
	background-repeat:  no-repeat;
	float: left;
	height: 10px;
	width: 10px;
}
div#PAGarriba_der {
	background-image:  url("PNW_img_decor/arriba_der.gif");
	background-repeat:  no-repeat;
	float: left;
	height: 10px;
	width: 10px;
}
div#PAGabajo {
	color: #666666;
	background-image:  url("PNW_img_decor/abajo.gif");
	background-repeat:   repeat-x;
	float: left;
	height: 10px;
	width: 760px;
}
div#PAGabajo_izq {
	background-image:  url("PNW_img_decor/abajo_izq.gif");
	background-repeat:  no-repeat;
	float: left;
	height: 10px;
	width: 10px;
}
div#PAGabajo_der {
	background-image:  url("PNW_img_decor/abajo_der.gif");
	background-repeat:  no-repeat;
	float: left;
	height: 10px;
	width: 10px;
}

div#CON {
position:absolute; left:50%; width:780px; height:164px; margin-left:-390px;
}
div#CAB {
	float: left;
	width: 780px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

div#SUB {
	float: left;
	height: auto;
	width: 760px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}



div#CONintImpr {
	float: left;
	width: 600px;
	margin-top: 0px;
	margin-bottom: 30px;
	margin-left: 70px;
	border: 1px dotted #999999;
	padding: 10px;
}

div#CONint {	height: 400px;	overflow: auto;	}
div#CONintPubl {	height: auto;	}
div#TITadm {
	float: left;
	height: auto;
	width: 576px;
	padding: 0px;
	font-size: 14px;
	color: #666666;
	margin: 0px 0px 10px;
	border-bottom: 2px dotted #999999;
	font-weight: bold;
}

div#FECHA {
	font-weight: normal;
	float: left;
	height: auto;
	width: 740px;
	margin: 2px 10px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}


/* FOTOGRAFÍA DESARROLLO NOTICIA Y TEMAS RELACIONADOS */
div.FOTcon {	width: 200px;	margin: 0px 10px 10px;	float: right;	}
div.FOTfot  {	width: 198px;	border: 1px solid #666666;	}
div.FOTpie  {	margin: 2px 0px 5px;	}
/* fin FOTOGRAFÍA DESARROLLO NOTICIA Y TEMAS RELACIONADOS fin */
	
h1.titular{
	font-size: 24pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 4px;
}
h2.subtitular{
	font-size: 11pt;
	font-weight: normal;
	margin-bottom: 4px;
	line-height: 120%;
	margin: 4px 0px 8px 0px;
}
h3.antetitular{
	font-size: 13pt;
	font-weight: normal;
	font-variant: small-caps;
	margin: 8px 0px 2px 0px;
}
h4.entradilla{
	font-size: 11pt;
	font-weight: bold;
	margin-top: 10px;
	margin: 4px 0px 2px 0px;
}
h5.indefinido{
	font-size: 13pt;
	font-weight: bold;
}
h6.autor{
	font-size: 10pt;
	font-weight: bold;
	padding-bottom: 2px;
	width: 120px;
	margin: 4px 0px 4px 0px;
	border-bottom: 1px solid #000000;
}
.text{
	font-size: 10pt;
	line-height: 120%;
	font-weight: normal;
	text-align: justify;
	margin-top: 2px;
}
.secciones{
	font: italic bold 12px Georgia, "Times New Roman", Times, serif;
}
