/*
 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
 * Copyright (C) 2003-2008 Frederico Caldeira Knabben
 *
 * == BEGIN LICENSE ==
 *
 * Licensed under the terms of any of the following licenses at your
 * choice:
 *
 *  - GNU General Public License Version 2 or later (the "GPL")
 *    http://www.gnu.org/licenses/gpl.html
 *
 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
 *    http://www.gnu.org/licenses/lgpl.html
 *
 *  - Mozilla Public License Version 1.1 or later (the "MPL")
 *    http://www.mozilla.org/MPL/MPL-1.1.html
 *
 * == END LICENSE ==
 *
 * This is the default CSS file used by the editor area. It defines the
 * initial font of the editor and background color.
 *
 * A user can configure the editor to use another CSS file. Just change
 * the value of the FCKConfig.EditorAreaCSS key in the configuration
 * file.
 */

body#dts2-cpo { margin:0; padding:0.5em; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:68.75%; color:#000; line-height:1.4545em; background:#fff;}
/* ESTILOS PARA EL CUERPO */
#dts2-cpo.cpo          { text-align:justify; }
#dts2-cpo.cpo ul       { padding:0; margin:0.5em 0.5em 1em 3.5em;}
#dts2-cpo.cpo ul li    { list-style-type:none; padding:0 0 0.5em 0.2em; list-style-image:url(/MODULOS/global/publico/interfaces/img/bullet_cpo.gif); }
#dts2-cpo.cpo ul li ul { margin-bottom:0em;}
#dts2-cpo.cpo ul li ul li { padding-bottom:0.5em; list-style-image:url(/MODULOS/global/publico/interfaces/img/bullet_cpo2.gif);}
#dts2-cpo.cpo ul li ol li  { padding-bottom:0.5em; background:none; padding-left:0;}
#dts2-cpo.cpo ol li ul li ol li	{list-style-type:decimal;list-style-position:outside; margin:0 0em 0 2em; }
#dts2-cpo.cpo strong   { font-weight:bold;}
#dts2-cpo.cpo p        { padding-bottom:0.8em;}
#dts2-cpo.cpo ol       {  margin:0.5em 0.5em 1em 2em; padding:0; }
#dts2-cpo.cpo ol li    { list-style-type:decimal; list-style-position:outside; display:list-item; margin:0 0em 1em 2em;}
#dts2-cpo.cpo ol li ul li    { list-style-type:none; margin:0.5em 0em 0.5em 0; }
#dts2-cpo.cpo a, .cpo a:link, .cpo a:visited { font-size:100%; padding:0em 0.2em; font-weight:bold; color:#1E3F71 !important; text-decoration:underline;}
#dts2-cpo.cpo h3.scc   { font-weight:bold; color:#000; font-size:110%; margin:1em 0em 0.5em; padding:0; letter-spacing:0.02em; text-align:left;}
#dts2-cpo.cpo a.enlExt { padding: 0em 2em 0.2em 0em; background:transparent url(/MODULOS/global/publico/interfaces/img/ico_externo.gif) 100% 0.1em no-repeat;}
#dts2-cpo.cpo abbr, #ctd .cpo acronym { border-bottom:0.0909em dashed #000; cursor:help;}
#dts2-cpo.cpo .subr    { text-decoration:underline;}
#dts2-cpo em { font-style:italic;}

/* ESTILOS PARA LA NAVEGACION COMPLEMENTARIA */
#ctd .navCpo    { clear:both; margin-top:1.5em; padding-top:0.5em; background:#fff url(/MODULOS/global/publico/interfaces/img/linea.gif) top left repeat-X; width:100%; }
#ctd .navCpo ul { float:right; width:100%; padding:0.6em 0em 0.8em; text-align:right; background:transparent url(/MODULOS/global/publico/interfaces/img/linea.gif) bottom left repeat-X;}
#ctd .navCpo ul li { display:inline; background:none;}
#ctd .navCpo ul li a { padding:0em 0.55em 0em 0.018em; font-weight:bold; border-right:0.0909em solid #000;}
#ctd .navCpo ul li.last a { border:none; padding:0; text-decoration:underline;}

#dts2-cpo .tbl-dts2 { clear:both; margin:0 auto; text-align:left; margin:1em 0 2em 0; border-bottom:0.0909em solid #ccc;}
#dts2-cpo .tbl-dts2 th { color:#fff; background:#7BAEE2 url(/coberturaAragon/html/images/fdo_calendario.gif) 0 0 repeat-x; font-weight:bold; padding:0.3em; border-right:0.0909em solid #f1f1f1; }
#dts2-cpo .tbl-dts2 td { padding:0.5em; border-bottom:0.0909em solid #C9C9C9;}
#dts2-cpo .tbl-dts2 td.col1 { background:#E8F0F9;}
#dts2-cpo .tbl-dts2 td.col3, #dts2-cpo .tbl-dts2 th.col3 {border-left:1.2em solid #fff;}

/*VARIOS*/
.aliIzq { text-align: left;}
.aliCen { text-align: center;}
.aliDch { text-align: right;}
.aliJus { text-align: justify;}
.imgIzq { float:left; width:auto; margin:0.5em 2em 0.5em 0em; text-align:left;}
.imgDch { float:right; width:auto; margin:0.5em 0em 1em 1em; text-align:right;}
.brr    { clear:both;}


