@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}

.menu {
	font-size: 12px;
	color: #000000;
}

.contenido{
	font-size: 11px;
	color: #000000;
}

.contenido_negrita{
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

.rotulos {
	font-size: 12px;
	font-weight: bold;
	color: #98042E;
}

.rotulos_blanco {
	font-size: 9px;
	color: #FFFFFF;
	font-weight: bold;
}

.rotulos_aptdos {
	font-size: 18px;
	color: #98042E;
}

.submenu{
	font-size:9px;
}


.vinculoCalendario {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.vinculoCalendario:visited {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.vinculoCalendario:active {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.vinculo:hover {
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}

.vinculos{font-size: 11px; color:#98042E; font-weight: bold; }
.vinculos {
	color: #98042E;
	text-decoration: none;
}
.vinculos:visited {
	text-decoration: none;
	color: #98042E;
}
.vinculos:hover {
	text-decoration: underline;
	color: #98042E;
}
.vinculos:active {
	text-decoration: none;
	color: #98042E;
}




.vinculos_mapa{font-size: 12px; color:#000000; font-weight: bold; }
.vinculos_mapa {
	color: #000000;
	text-decoration: none;
}
.vinculos_mapa:visited {
	text-decoration: none;
	color: #000000;
}
.vinculos_mapa:hover {
	text-decoration: underline;
	color: #000000;
}
.vinculos_mapa:active {
	text-decoration: none;
	color: #000000;
}




.vinculos2{font-size: 9px; color:#FFFFFF; font-weight: bold; }
.vinculos2 {
	color: #FFFFFF;
	text-decoration: none;
}
.vinculos2:visited {
	text-decoration: none;
	color: #D9DADB;
}
.vinculos2:hover {
	text-decoration: underline;
	color: #D9DADB;
}
.vinculos2:active {
	text-decoration: none;
	color: #D9DADB;
}

.vinculos3{font-size: 9px; color:#98042E; font-weight: bold; }
.vinculos3 {
	color: #98042E;
	text-decoration: none;
}
.vinculos3:visited {
	text-decoration: none;
	color: #98042E;
}
.vinculos3:hover {
	text-decoration: underline;
	color: #98042E;
}
.vinculos3:active {
	text-decoration: none;
	color: #98042E;
}


.mapa{font-size: 11px; color:#000000; font-weight: bold; }
.mapa {
	color: #000000;
	text-decoration: none;
}
.mapa:visited {
	text-decoration: none;
	color: #000000;
}
.mapa:hover {
	text-decoration: underline;
	color: #000000;
}
.mapa:active {
	text-decoration: none;
	color: #000000;
}


.pie {
	font-size: 10px;
	color: #FFFFFF;
}

.deex {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	text-decoration: underline;
}
.deex:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	text-decoration: underline;
}
.deex:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	text-decoration: underline;
}
.deex:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	text-decoration: underline;
}
.deex:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	text-decoration: underline;
	letter-spacing: 3px;
}

.control {
	font-size: 9px;
	color: #FFFFF6;
}

.muyPequeno {
	font-size: 9px;
	color: #000000;
}


.rotulos_blanco2 {
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
}

.rotulos_negro {
	font-size: 9px;
	color: #000000;
	font-weight: bold;
}
.rotulos_negro2 {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}

.formularioLargo {
	border-color:#362063;
	border-style:dotted;
	border-width:1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	width:650px;
}
.formulario {
	border-color:#362063;
	border-style:dotted;
	border-width:1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	width:320px;
}
.formularioCorto {
	border-color:#362063;
	border-style:dotted;
	border-width:1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	width:150px;
}
.formularioMuyCorto {
	border-color:#362063;
	border-style:dotted;
	border-width:1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	width:30px;
}


/* BARRA DE MENÚ
/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	
	cursor: default;
	width: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: auto;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	
	z-index: 1020;
	cursor: default;
	width: 7em;
	position: absolute;
	left: -2000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 10em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 -95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: none;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #fffff6;
	padding: 0.5em 0.75em;
	color: #000000;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #FFFFF6;
	color: #98042e;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #FFFFF6;
	color: #98042e;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(/images/SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(/images/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(/images/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(/images/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFFFF6;
	}
}


/*MENU 2
/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	cursor: default;
	width: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: auto;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	margin: -25% 0 0 10%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 7em;
	left: -2000em;
	top: 0;
}

/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 7em;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
	border: none;
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
	border: none;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	background-color: #fffff6;
	padding: 0.5em 0.75em;
	color: #000000;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-color: #FFFFF6;
	color: #98042e;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background-color: #FFFFF6;
	color: #98042e;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu
{
	background-image: url(/images/SpryMenuBarUp.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
	background-image: url(/images/SpryMenuBarUpHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFFFF6;
	}
}
