/* Popup - Detalle de aviso*/
.transparentDiv{
        position:absolute; 
        top:0px; 
        left:0px;
        width:100%; 
        z-index:4; 
        background-color:#757157; 
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
        -moz-opacity: 0.50; 
        opacity:0.5;
}
*html .transparentDiv{left:auto;}
.popup{
	position:absolute; 
	width:450px; 
	padding:5px 10px 10px 10px; 
	border:1px solid #000; 
	border-bottom:3px outset #ccc;
	border-right:3px outset #ccc; 
	display:none;
	z-index:5;
	left: 50%;
	top:25%;
	margin-left: -200px; 
	height:auto; 
	background: #f5f5f5;
}
*html .popup {height:215px;}

.popup ol{margin:5px 0 0 0; padding:10px 0; font-size:14px;}
.popup ol li{list-style-type:decimal; padding:0;list-style-position:inside;margin-bottom:10px;}

.popup a{float:left;width:auto; padding:5px 10px 0 10px; height:20px; margin:0 10px 0 30px;}
.popup h2{border:none; color:#f26722; font-size:22px; margin:20px 0 0 0;}
.popup h3{font-size:14px; margin:15px 0 0 0; font-weight:bold;color:#666; border-top:2px solid #ddd; padding-top:7px; line-height:17px;}
.popup p{
	color:#666;
	font-size:14px; 
	font-weight:normal; 
	margin:0 0px 10px  0px; 
	border:none; 
	text-align:left; 
	background:url(../imgs/alerta_ch.gif) no-repeat;
	padding:0 0 15px 20px;
	border-bottom:1px dotted #ccc; 
}
*html .popup a{margin:0 10px 0 20px;}
.popup .btn{display:block; margin-top:5px;}

h3.test{margin:15px 0!important; padding:0!important; font-size:15px; font-weight:normal; color:#666;}
.interfase h2{margin:5px 0; color:#333; font-size:12px; font-weight:bold; border-bottom:1px dotted #f26722; padding-bottom:5px;}
.interfase h4{
	background:url(../imgs/alerta_ch.gif) no-repeat;
	padding:0 0 15px 20px;
	font-size:12px;
	margin:10px 0 0 0;
}
.interfase ol{margin:15px 0; padding:0;}
.interfase ol li{background-repeat:no-repeat;background-position:0 7px;list-style:none;list-style-position:outside;padding-left:10px;margin:2px 0;background-image:url(../imgs/flecha.gif)}
.interfase ol li a{font-weight:normal; font-size:14px}




