/* CSS Document */

#mi_Scroll {
    /*color: #222222;*/
    overflow:auto;
    padding: 0px;
    margin-width: 0px;
    width: 470px;
    height: 410px;
    /*scrollbar-face-color: #333333;
    scrollbar-shadow-color: #DCDCDC;
    scrollbar-highlight-color: #DCDCDC;
    scrollbar-3dlight-color: #DCDCDC;
    scrollbar-darkshadow-color: #000000;
    scrollbar-track-color: #333333;
    scrollbar-arrow-color: #DCDCDC;*/
}
.cont_miscroll{
	color: #222222;
	font-family: "Lucida Sans", arial, sanf-serif;
	font-size:12px;
}
	
html{
      margin:0;
      padding:0;
      height:100%;
      border:none;
}
body{
      margin:0;
      padding:0;
      height:100%;
      border:none;
	  background-image:url(../images/back_gral.png);
}


#contenido{
	background-image:url(../images/back_content3.png); 
	background-repeat:no-repeat; 
}

#tabla_gral{
	height:100%;
}
.td2Class{
	background-image:url(../images/back_cuadro.png); background-position:center; 
	background-repeat:no-repeat; 
}

.list-menu ul {
	margin: 1px 16px 2px 28px; 
	padding:0px 10px 0px 20px!important;
	list-style-type: none;
	font-family: "Lucida Sans", arial, sanf-serif;
	font-size: 12px;
	vertical-align:middle!important;
}

.list-menu a {
	display: block;
	width:210px;
	height:17px;
	padding: 0px;
	/*border: 1px solid #000000;
	background: #ffffff;*/
	text-decoration: none;
	margin: 1px;
	color: #000000;
}

.list-menu a:link, #list-menu a:visited {
color: #000000;
}


.list-menu a:hover {
	/*border: 1px solid #000000;*/
	background: url(../images/back_menu_over.png) center no-repeat;
	color: #ffffff;
}
.selected{
	/*border: 2px solid #ffcc00!important;*/
	background: url(../images/back_menu_select.png) center no-repeat;
	text-align:center;
	vertical-align:middle;
	padding-top:6px!important;
	color: #ffffff!important;
}

.normalito{
	text-align:center;
	padding-top:6px!important;
	vertical-align:middle!important;
}

#flash_content{
	width:300px;
	height:310px;
	color: white;
	background-color:#FFFFFF;
	}