/* CSS Document */
*{ margin:0px; padding:0px;}
/*body{ background:#666666;}
*/.detmodal{ margin: 0 auto; width: 760px; height:552px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px;overflow:hidden; }
 	.detmodal .mtop{ width:760px; height:140px; background: url(/imgs/detalle_modal/bg_modal_top.gif) no-repeat;}
		.detmodal .mtop .tit{ float:left; margin:50px 0px 0px 20px;}
		.detmodal .mtop .log{ margin:10px 0px 0px 180px;}
	.detmodal .mleft{ width:280px; height:366px; float:left; background: url(/imgs/detalle_modal/bg_modal_dleft.gif) no-repeat; position: relative;overflow:hidden; }
	.detmodal .mleft .descrip{ position: absolute;bottom: 85px;}
		.detmodal .mleft ul.cont{ clear:both; width:277px; margin:0px 0px 0px 2px;}
		.detmodal .mleft ul.cont li.lf{ width:80px; float:left; list-style:none; text-align:right; margin-top:1px; font-size:9px;}
		.detmodal .mleft ul.cont li.lf div{ margin-top:5px;}
		.detmodal .mleft ul.cont li.rt{ width:190px; float:left; margin:0px 0px 5px 7px; list-style:none;}
		.detmodal .mleft ul.cont li.rt h1{ font-size:14px; padding:2px 0px 2px 2px; border-top:1px solid #333333; border-bottom:1px solid #333333; margin:0px 0px 5px 0px;}
		.detmodal .mleft ul.cont li.rt  a:link, .detmodal .mleft ul.cont li.rt  a:active, .detmodal .mleft ul.cont li.rt  a:visited{ color:#333; text-decoration:none;}
			.detmodal .mleft ul.cont li.rt  a:hover{ text-decoration:underline;}
		.detmodal .mleft ul.cont .hfijo{ height:100px;}
	.detmodal .mright{ width:480px; height:366px; float:left; background: url(/imgs/detalle_modal/bg_modal_dright.gif) no-repeat;}
	.detmodal .mfoot{ width:140px; height:32px;background: #D4D5CD; padding-top:10px;text-align:center; margin:auto; clear:both;}  
	div.muestras{margin-left:14px;
		position:relative; 
		overflow:hidden;          
		width: 450px;     
		height:280px;
		border:2px dashed #A5D20B; 
	} 
	div.muestras div.items {     
		width:20000em;     
		position:absolute;         
	} 
	div.muestras div.items div { 
		float:left; 
	} 
div.items div.active { 
    border:1px inset #ccc;         
    background-color:#fff; 
}
