@charset "ISO-8859-1";
em {
	font-style:normal;
	font-weight:bold;
}
.texto_tabla {
	width:680px;
	clear:both;
}
.texto_condiciones{
	position:absolute;
	font-size:12px;
	z-index:1;
}
.texto_condiciones ul{
	padding-left:20px;
	
}

@media print{
	.texto_condiciones{
		display:none;	
	}
}


#kit_basico_shadow{
	width:400px;
	background:url(../imagenes/shadow.png) bottom right no-repeat;
	margin-bottom:20px;
	margin-top:15px;
}
#kit_basico{
	border:#CCCCCC 2px solid;
	background-color:#EEF0F0;
	padding:30px 40px 30px 30px;
	color:#333333;
	position:relative;
	top:-8px;
	left:-8px;
}
#kit_basico ul{
	margin-bottom:0px;
	padding-bottom:0px;
	list-style-image:url(../imagenes/accepted_48.png);
}
.texto_principal{
	margin-top:0px;
}
#kit_basico p:first-child{
	margin-top:0px;
}
#kit_basico p{
	text-transform:uppercase;
	font-weight:bold;
	color:#000066;
}



#mantenimiento_cctv{
	padding:18px;
	border:#CCCCCC 2px solid;
	position:absolute;
	color:#333333;
	background-color:#EEF0F0;
	margin-left:30px;
}
#mantenimiento_cctv p{
	margin-top:0px;
	margin-bottom:6px;
}
#mantenimiento_cctv input{
	vertical-align:top;
}
#mantenimiento_cctv span{
	margin-left:10px;
	font-size:15px;
}



.refresh_po{
	margin-right:10px; 
	border:none; 
	vertical-align:bottom;
	width:18px;
	height:18px;
}
.send_mail_icon{
	margin-right:10px; 
	margin-left:40px; 
	border:none; 
	vertical-align:bottom;
}
.print_version_icon{
	margin-right:10px; 
	margin-left:40px; 
	border:none; 
	vertical-align:bottom;
}
.clock_icon{
	vertical-align:middle;
	margin-right:5px;
}



#codigo_descuento{
	text-align:center; 
	width:300px; 
	background-color:white; 
	border:2px dashed #CCCCCC; 
	float:right; 
	margin-right:20px; 
	padding:20px;
	margin-top:40px; /*nuevo cambio*/ 
	color:#666666;
}
#codigo_descuento h3{
	margin-top:0;
	margin-bottom:10px;
}
#codigo_descuento p{
	margin-top:0;
}



.main_table{
	width:100%;
	font-size:14px;
	color: #000000;
	border-collapse:collapse;
}
.main_table img{
	border:none;
	cursor:pointer;	
}
.main_table input{
	width:30px;
	text-align:center;
	border:none;
	font-weight:bold;
	color:#FF0000;
}
.main_table td, .main_table th{
	padding:2px 10px;
	border:2px black solid;	
}
.main_table th{	
	background:url(../imagenes/cell_bg.png) bottom repeat-x;
}
.main_table td:first-child, .main_table th:first-child{
	border:none;
	background:none;
	padding:0;
	text-align:center;
	width:25px;
}
.main_table td+td{ /* COLUMNA CANTIDAD */
	width:30px;
	background-color:#FFF;
}
.main_table td+td+td{ /* COLUMNA DESCRIPCION */
	width:auto;
	font-size:12px;
}
.main_table td+td+td+td{ /* COLUMNA TIEMPO */
	width:60px;
	background-color:#FFF8F0;
	text-align:right;
	font-size:14px;
}
.main_table td+td+td+td+td{ /* COLUMNA PRECIO UNIDAD Y TOTAL */
	width:80px;
	background-color:#FDFFF1;
}
.main_table td+td+td+td+td+td{ /* COLUMNA TOTAL */
	background-color:#F1F1FE;
}
.main_table .active_row td+td, .main_table .active_row input{
	background-color:#FF0;	
}


.total_div{
	position:relative;
	clear:right;
	float:right;
	text-align:right;
	width:200
}

.total_div_presupuesto{
	position:relative;
	clear:right;
	float:right;
	text-align:right;
}

.small_table{
	font-size:14px;
	color: #000000;
	border-collapse:collapse;
	margin-bottom:50px;
}
.small_table td{
	padding:2px 10px;
	border:2px black solid;
	background-color:#FFF;
	text-align:right;
}
.small_table td:first-child{
	border:none;
	background-color:transparent;
	font-size:12px;
	font-weight:bold;
}
.small_table td+td{
	width:80px;	
}


.small_table2{
	font-size:14px;
	color: #000000;
	border-collapse:collapse;
	margin-bottom:30px;
}
.small_table2 td{
	padding:2px 10px;
	
}
.small_table2 tr:first-child td{
	text-align:center		
}
.small_table2 tr+tr td{
	border:2px black solid;
	background-color:#FFF;
	text-align:right;	
}


.alquiler{
	margin-top:20px;
}

.alquiler input{
	width:25px;
	text-align:right;
}
.alquiler table{
	margin-top:20px;
	margin-bottom:10px;	
}
.alquiler p.nota{
	margin:2px 0;
	font-size:12px;
	
}


#tbl_resumen input{
	padding:0;
	margin:0;
	text-align:right;
}
#tbl_resumen .input_large{
	width:160px;
	font-size:12px;
	padding:2px 0;	
}
#tbl_resumen .input_small{
	width:60px;
	font-size:14px;
}

.input_porcentaje{
	width:25px;
	text-align:right;
}
