/* Layout */
h1 span {
	visibility: hidden;
	float:left;
}

h1 {
	border-bottom: 1px dotted #A2A2A2;
	margin-left: 199px;
	padding: 0;
	width: 539px;
	height: 45px;
	background: transparent url("../../../img/laboratorio/servicios-preparaciones/preparaciones_labo.gif") no-repeat 19px 15px;
}

#titulolite h1 {
	height:11px;
	width:195px;
	margin-top:19px;
	margin-left:15px;
}

#tit_border {
	border-right: 10px solid #660460;
	border-left: 10px solid #660460;
	height: 100%;
	width: 519px;
}

#lateral {
	height: 100px;
}

#principal {
	border-left: 0;
	/*agrego margin left para corregir en IE6*/
	margin-left: 0px !important;
	margin-left: 100px;
		
		

	
}


#principal ul{
	list-style-type:disc;
}
/*ACORDIÓN LOCO*/
	.AccordionTitle, .AccordionContent, .AccordionContainer
	{
		position:relative;
	}
	
	.AccordionTitle
	{
	  overflow:hidden;
	  cursor:pointer;
	  color:#6A737B;
	  font-family:Arial;
	  font-size:11px;
	  vertical-align:middle;
	  text-align:left;
	  -moz-user-select:none;
	  padding-top:5px;
      padding-bottom:5px;
	  width:505px;
	  margin-left:10px;
	  border-top:1px dotted  #a2a2a2;					
      cursor: pointer;
	  background: transparent url(../../../img/bullet-acordeon.gif) no-repeat right center;
      text-transform: uppercase;	  
	}
	.AccordionTitle.open {
		color:#660460;
		text-transform:uppercase;
	}

	.AccordionTitle.open {
	  background: transparent url(../../../img/bullet-acordeon-on.gif) no-repeat right center;
	}
	.primero{
		border-top:none;					
	}
	.ultimo{
	    border-bottom:1px dotted  #a2a2a2;					
	}
	.AccordionContent {
		padding-left: 10px;
		padding-top:10px;
		padding-bottom:10px;		
		height:0px;
		overflow:auto;
		display:none;
		font-family: Arial;
		font-size:11px;
		color:#6A737B;
	}
	.AccordionContent h3{padding-bottom:10px;}
#menuinterno li a {
	background-image: url(../../../img/laboratorio/preguntas-frecuentes.png);
}

#menuinterno li a:hover {
	background-position: 0 -19px;
}
