@charset "utf-8";
/* CSS Document */

div#img_regalos .img_container {
	margin: 0px 15px 0px 15px;
	display:block;
	float:left;
}

.img_container img {
	margin: 0px;
}

#regalos label {
	font-size:12px!important;
	color:#333;
}
#regalos input{
margin-top:5px;
}

/* 
	TagBox table styles
	written by TagBox http://www.tagbox.de
*/
#tool table {
  border-collapse: collapse;
  border: 1px solid #03476F;
  font: normal 9px verdana, arial, helvetica, sans-serif;
  color: #363636;
  background: #92C428;
  }
#tool caption {
	text-align: left;
	font: bold 9px arial, helvetica, sans-serif;
	background: transparent;
	padding:6px 4px 8px 0px;
	color: #BC8E6B;
  }
#tool td, th {
	padding: 0.4em;
	color: #363636;
  }

#tool thead th, tfoot th {
	font: bold 9px verdana, arial, helvetica, sans-serif;
	text-align: left;
	background: #ccc;
	color: #FFFFFF;
	padding-top:3px;
  }
#tool tbody td a {
  background: transparent;
  text-decoration: none;
  color: #363636;
  }
#tool tbody td a:hover {
	background: #ccc;
	color: #363636;
  }
#tool tbody th a {
  font: normal 9px verdana, arial, helvetica, sans-serif;
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  color: #363636;
  }
#tool tbody th a:hover {
  background: transparent;
  color: #363636;
  }
#tool tbody th, tbody td {
  font: normal 9px verdana, arial, helvetica, sans-serif;
  vertical-align: top;
  text-align: left;
  }
#tool tfoot td {
  border: 1px solid #03476F;
  background: #4591AD;
  padding-top:3px;
  color: #FFFFFF;
  }
#tool .odd {
	background: #E6E6E6;
  }
#tool tbody tr:hover {
	background: #ccc;
	border: 1px solid #03476F;
	color: #FFFFFF;
  }
#tool tbody tr:hover th,
#tool tbody tr.odd:hover th {
	background: #ccc;
	color: #FFFFFF;
  }
  
#tool .tool_dest {
font-size:12px;
font-weight:bold;
color:#666;}
/*--------------------tablaresumen--------------------------*/
#resumen {
	margin-bottom:20px;
}

#resumen caption {
	padding-left:5px;
	padding:5px;
	background:#BC8E6B;
	font:bold 11px;
	color:#fff;
	text-align:left;
}

#resumen thead td {
	height:20px;
	border-bottom: 1px dotted #ccc;
}

#resumen tfoot td {
	padding:2px;
	background:#ccc;
}

#resumen .inputbox {
	font-size:10px;}

div#line_bot {
	border-bottom:2px solid #BC8E6B;
}

/*-------------------------------paso a paso----------------------------*/

.block_pap {
	width: 500px;
	float: left;
	padding: 0px 0px 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.block_pap img{
	display:block;
	border: 0px;
	margin: 12px 25px 40px 5px;
	float:left;

}

