/* CSS Document */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}#wrap-header {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}


#wrap-header .line-menu {
	height: 7px;
	background-color: #000058;
	margin-bottom: 5px;
}
#wrap-header #menu-h {
}
#menu-h ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#wrap-content {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/border.jpg);
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
	background-repeat: repeat-y;
	padding-bottom: 10px;
}
#wrap-content #contenido {
    
}
#contenido .welcome {
	text-align: right;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 13px;
}
#contenido .tittleM {
	font-size: 20px;
	font-weight: bold;
	color: #036;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #069;
	margin-bottom: 8px;
	text-align: right;
}
#contenido #menu-v {
	float: left;
	width: 200px;
}
#contenido #data {
	width: 720px;
	float: left;
}


/*MENU VERTICAL*/
#menu-v ul{
	list-style-type: none;
	padding: 0px;
	color: #FFF;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
	font-size: 11px;
}
#menu-v ul li {
	background-color: #050066;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}



#wrap-footer {
	height: 35px;
	text-align: center;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#wrap-footer .info-left {
	background-color: #000058;
	float: left;
	width: 890px;
	text-align: left;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}

#wrap-footer .info-left a:visited {
	color: #FFFFFF;
}
#wrap-footer .info-left a:link {
	color: #FFFFFF;
}

#wrap-footer .info-left a:over {
	color: #0099FF;
}

#wrap-footer .info-right {
	background-color: #D50509;
	color: #FFF;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 12px;
	float: left;
	width: 50px;
	
}

#wrap-footer .info-right a:visited {
	color: #FFFFFF;
}
#wrap-footer .info-right a:link {
	color: #FFFFFF;
}

#wrap-footer .info-right a:over {
	color: #0099FF;
}

.marfil{
	background-color: #EAEAEA;
}

.marfil2{
	background-color: #F5F5F5;
}
.boldFont {
	font-weight: bold;
}


.clear {
	clear: both;
}


/* LINKS */
a:link {
	text-decoration: none;
	color: #FF0000;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
	color: #900;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}

#menu-v ul li a{
	display: block; /*background of tabs (default state)*/
	color: white;
	padding: 8px 10px;
	color: #FFF;
	text-decoration: none;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #FFF;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #FFF;
	background-color: #039;
}

#menu-v ul li a:hover{
	color: white;
	background-color: #003DB9;
}
td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.cuerpo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-variant: normal;
}
.pequena {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
}
.footer {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
td.encabezado {
	background-color: #1E307C;/*#666699;*/
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

td.par {
	background-color: #CAD0DF;/*#F9EAAD;*/
	color: #1A2C79;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 9px;
}

td.impar {
	background-color: #BDC5D7;/*#FBF1C9;*/
	color: #1A2C79;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 9px;
}

td.info {
	background-color: #E4E8EF;/*#CAD0DF;*/
	color: #1A2C79;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

td.info_int {
	background-color: #E4E8EF;/*#CAD0DF;*/
	color: #1A2C79;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

td.titulo {
	font-size: 10px;
	color: #1E307C;
	border-style: none none solid none;
	border-width: 1px;
	border-color: #1E307C;
}
td.subtitulo{
	font-size:10px;
	color:#FF0000;
	border-bottom-style:none none solid none;
	border-width: 1px;
	border-color: #1E307C;
}

td.subtitulogreen{
    font-size:10px;
    color:#00FF66;
    border-bottom-style:none none solid none;
    border-width: 1px;
    border-color: #1E307C;
    
    
}
td.menu_fondo {
	background-color: #6173A1;
}


.dateChooser td {
    cursor:default;
    text-align:center;
}
.dateChooser td.dateChooserActive:hover {
    color:white;
    background:#0A246A;
}
.dateChooser td.dateChooserActiveToday {
    border: 1px solid red;
}
.dateChooser th {
    background: #aaa;
    color: white;
    width: 18px;
    border: none;
}
.dateChooser option, .dateChooser select {
    font-size:10px;
}
.dateChooser {
    border: 2px outset #aaa;
    background: white;
    padding: 1px;
}
.dateChooser table {
    width:160px;
}
.jqueryslidemenu{
	width: 100%;
	background-color: #D50509;
	font-size: 10px;
	font-weight: bold;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
	display: block;
	background: #D50509; /*background of tabs (default state)*/
	color: white;
	padding: 8px 10px;
	color: #2d2b2b;
	text-decoration: none;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #FFF;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #FFF;
}


* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
}

.jqueryslidemenu ul li a:hover{
	color: white;
	background-color: #AA0409;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
	font: normal 13px Verdana;
	width: 160px; /*width of sub menus*/
	padding: 5px;
	margin: 0;
	border-top-width: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

.tickerstyle{width:200px; height:180px; border:1px solid black; background:lightyellow; padding:8px; overflow:hidden;}

.messagediv{display: none;background:none}



/* Mensajes Hightlight */
/* All form elements are within the definition list for this example */
dl {
    font:normal 12px/15px Arial;
    position: relative;
    width: 350px;
}
dt {
    clear: both;
    float:left;
    width: 130px;
    padding: 4px 0 2px 0;
    text-align: left;
}
dd {
    float: left;
    width: 200px;
    margin: 0 0 8px 0;
    padding-left: 6px;
}


/* The hint to Hide and Show */
.hint {
   	display: none;
    position: absolute;
    right: -250px;
    width: 200px;
    margin-top: -4px;
    border: 1px solid #c93;
    padding: 10px 12px;
    background: #ffc url(pointer.gif) no-repeat -10px 5px;
}

/* The pointer image is hadded by using another span */
.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(pointer.gif) left top no-repeat;
}
.ajaxtooltip{
    position: absolute; /*leave this alone*/
    display: none; /*leave this alone*/
    width: 300px;
    left: 0; /*leave this alone*/
    top: 0; /*leave this alone*/
    background: lightyellow;
    border: 2px solid gray;
    border-width: 1px 2px 2px 1px;
    padding: 5px;
}



