/* CSS Document */
body {
 /* background-color: #000000;*/
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  
}
.box1 {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute;
	height:100%;
	width: 70%;
	left:15%;
	/*border: 2px solid black;*/
	background-color: #FFFFFF;
}
.box2 {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute;
	width: 100%;
	background-color: #FFFFFF;
	height:100%;
	overflow:auto;
}
.box3{
	font-family:Arial, Helvetica, sans-serif;
	width:100px;
	height:30;
	background-color: #CCCFFFF;
	
}
h1 {
	background-color:#006699;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color: #FFFFFF;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
    
}
#columna1{
	float:left;
	width:27%;
	height: 63%;
	margin-left:6px;
	border: 1px solid #DFDFDF;
	background-color: #FFFFFF;
	overflow:auto;
	/*filter:Alpha(Opacity=100,FinishOpacity=0, Style=1, StartX=0, StartY=0, FinishX=0, FinishY=100%);*/
}
#columna2{
	float:left;
	width:70%;
	height: 63%;
	margin-left:6px;
	border: 1px solid #DFDFDF;
	background-color: #FFFFFF;
	overflow:auto;
	/*filter:Alpha(Opacity=100,FinishOpacity=0, Style=1, StartX=0, StartY=0, FinishX=0, FinishY=100%);*/
}
.flotante{
	float: auto;
	border-color:#FFFFFF;
	border-style:none;
	border-width:0px;
	position: absolute;
}

.lineas {
border-top-width: medium;
border-right-width: medium;
border-top-style: solid;
border-right-style: solid;
border-top-color: #FF0000;
border-right-color: #0000FF;
}

/*- Menu Tabs--------------------------- */ 


    #tabs {
      float:left;
      width:100%;
      background:#BBD9EE;
      font-size:93%;
      line-height:normal;
      }
    #tabs ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("src/tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("src/tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#FF9834;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }



/*- Menu Tabs E--------------------------- */

    #tabsE {
      float:left;
      width:100%;
      background:#000;
      font-size:93%;
      line-height:normal;

      }
    #tabsE ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
      }
    #tabsE li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsE a {
      float:left;
      background:url("src/tableftE.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsE a span {
      float:left;
      display:block;
      background:url("src/tabrightE.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsE a span {float:none;}
    /* End IE5-Mac hack */
    #tabsE a:hover span {
      color:#FFF;
      }
    #tabsE a:hover {
      background-position:0% -42px;
      }
    #tabsE a:hover span {
      background-position:100% -42px;
      }  

/* -------------------- */
/* MENU 4 */
#menu4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 10px;
/*	border-style:  solid solid none solid; */
	border-color: #000;
	border-size: 1px;
	border-width: 1px;
	}
	
#menu4 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu4 li a:link, #menu4 li a:visited {
	color: #CCC;
	display: block;
	background:  url(src/menu4.gif);
	padding: 8px 0 0 10px;
	}
	
#menu4 li a:hover {
	color: #FFF;
	background:  url(src/menu4.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}	
