@charset "UTF-8";

/* SpryAccordion.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Accordion container. For our default style,
 * we draw borders on the left, right, and bottom. The top border of the Accordion
 * will be rendered by the first AccordionPanelTab which never moves.
 *
 * If you want to constrain the width of the Accordion widget, set a width on
 * the Accordion container. By default, our accordion expands horizontally to fill
 * up available space.
 *
 * The name of the class ("Accordion") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * Accordion container.
 */
.Accordion {
	outline-color: #FFF;
	margin-left: 18px;
	margin-right: 1px;
	scrollbar: none;
	text-align:left;
	font-size: 10pt;
}

/* This is the selector for the AccordionPanel container which houses the
 * panel tab and a panel content area. It doesn't render visually, but we
 * make sure that it has zero margin and padding.
 *
 * The name of the class ("AccordionPanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel container.
*/
.AccordionPanel {
	margin: 0px;
	padding: 1px;
}

/* This is the selector for the AccordionPanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open a specific panel.
 *
 * The name of the class ("AccordionPanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel tab container.
 *
 * NOTE:
 * This rule uses -moz-user-select and -khtml-user-select properties to prevent the
 * user from selecting the text in the AccordionPanelTab. These are proprietary browser
 * properties that only work in Mozilla based browsers (like FireFox) and KHTML based
 * browsers (like Safari), so they will not pass W3C validation. If you want your documents to
 * validate, and don't care if the user can select the text within an AccordionPanelTab,
 * you can safely remove those properties without affecting the functionality of the widget.
 */
.AccordionPanelTab {
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-weight: bold;
}

/* This is the selector for a Panel's Content area. It's important to note that
 * you should never put any padding on the panel's content area if you plan to
 * use the Accordions panel animations. Placing a non-zero padding on the content
 * area can cause the accordion to abrupxly grow in height while the panels animate.
 *
 * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel
 * Content container.
 *
 * The name of the class ("AccordionPanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel content container.
 */
.AccordionPanelContent {
	overflow: hidden;
	margin: 0px;
	padding: 6px;
	font-size:10px;
	height: 220px;
	text-align:left;
	border-bottom-style: dotted;
	border-top-style: dotted;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	border-width: 1px;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the Accordion.
 */
.AccordionPanelOpen .AccordionPanelTab {
	font-size: 10pt;
	border-color:#CCC;
	font-weight: bold;
}
body {
	margin: 0; /* es recomendable ajustar a cero el margen y el relleno del elemento body para lograr la compatibilidad con la configuración predeterminada de los diversos navegadores */
	padding: 0;
	text-align: center; /* esto centra el contenedor en los navegadores IE 5*. El texto se ajusta posteriormente con el valor predeterminado de alineación a la izquierda en el selector #container */
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #EFEFEF;
	background-image: url(../fondoSup.jpg);
}
.oneColFixCtr #container {
	width: 780px;  /* el uso de 20px menos que un ancho completo de 800px da cabida a los bordes del navegador y evita la aparición de una barra de desplazamiento horizontal */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-top-width: 5pt;
	border-right-width: 30pt;
	border-bottom-width: 5pt;
	border-left-width: 10pt;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C0D4DD;
	border-right-color: #C0D4DD;
	border-bottom-color: #C0D4DD;
	border-left-color: #C0D4DD;
}
.oneColFixCtr #mainContent {
	padding: 20px; /* recuerde que el relleno es el espacio situado dentro del cuadro div y que el margen es el espacio situado fuera del cuadro div */
	text-align:justify;
	font-size: 12px;
	list-style-type: circle;
	list-style-image: url(../circulo.jpg);
}
h1 {
	font-size: 10px;
	color: #333;
}
h2 {
	font-size: 9px;
	color: #666;
}
#tabla1 { 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	text-align: left;
	width: 380px;
	float: right;
}
#tabla {
	overflow:left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	text-align: left;
	width: 100%;
}
a:link {
	color: #004080;
	text-decoration: none;
}
a:visited {
	color: #004080;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
a:active {
	color: #004080;
	text-decoration: none;
}
.tablilla {
	font-family: Verdana, Geneva, sans-serif;
	text-align:left;
}

#agenda {

	width: 350px;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 30px;
	margin-botton: 10px;
	margin-top: 8px;
	padding-left: 15px
	margin-rigth: 10px;
	float: right;
	border:dotted;
	border-width:thin;
	border-color:#004080;
}
.agenda2 {

	margin: 10px;
	border-color:#004080;
	border-width: thin;
	border-bottom-style: dotted;
}
