/*a { 
  color:#ffffff; 
  font:13px Arial; 
  text-decoration:none 
}*/

/*a:hover {
  color:#ffffff; 
  font:13px Arial; 
  text-decoration:underline
}*/



.tablePrincipal {
	border:2px solid black;
	background-color:#f1f8fe;
	*width:777px;
  
  
}
	
.table2 {
  width:80%;
  *width:10%;
}

.table3 {
  width:98%;
  *width:10%;
  text-align:center;
  border-spacing: 0; 
  padding:0;
  background-color:#111111;
  border:2px solid #333333; 	
}

.table4 {
  width:100%;
   *width:100% !important;
  text-align:center;
  border-spacing: 0; 
  padding:0;
  background-color:#000000;
  border:2px solid #333333;
  
  table-layout:fixed;
  
}

tr {
  /* border:1px solid green; */
  /* width:100%; */
  vertical-align: middle;
  

}

	
	
.trCx {
  height:140px;
}

.trSeq {
  height:150px;
  
}














.trSeq td {
   
}
.table4 tr td{
	padding:1px;
	
}


	
.tdCx3d {
  width:45%;
  *width:1%;
  background-color:#222222;
}

.tdCxAllImgs {
  width:65%;
  *width:1%;
  background-color:#222222;
}

.divCenter {
  margin:auto;
  *margin:auto;
}

img {
  border-width:0px;	
}

.imgPan {
  width:99%;

}

.imgCx3d {
  width:300px;
  height:250px;
}


.imgCxAxial {
  border-color:red;
  border-width:2px;
  height:130px;
  width:90px;
  vertical-align:middle;
}

.imgCxSagital {
  border-color:blue;
  border-width:2px;
  height:130px;
  width:90px;
  vertical-align:middle;
}

.imgCxCoronal {
  border-color:green;
  border-width:2px;
  height:130px;
  width:90px;
  vertical-align:middle;
}

.imgSeq {
	width:94%;


  *width:94%;
	/*height:130px;*/
  border-width:2px;
	border-color:#777777;
  
}

.titulo {
  /* color:#ffffff */;
  font:13px Arial; 
  height:30px; 
  vertical-align:bottom;
}
