<!--
a.infotip {outline:none;text-decoration:none; text-align:left}
a.infotip strong {line-height:30px;}
a.infotip:hover {text-decoration:none;} 
a.infotip span {
    z-index:10;display:none; padding:14px 20px;
    margin-top:-30px; margin-left:28px;
    width:400px; line-height:16px;
}
a.infotip:hover span{
    display:inline; position:absolute; color:#999; background-color:#FFC;
    border:1px solid #DCA; background:#fffAF0;}
.callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;}
    
CSS3 extras
a.infotip span
{
    border-radius:4px;
    box-shadow: 5px 5px 8px #CCC;
}


.sombra { 	width: 95%;
			border: 1px solid #FF6B23;
			-moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
			-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
			box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
			padding: 10px;
			border-radius: 10px 10px 10px 10px;
			-moz-border-radius: 10px 10px 10px 10px;
			-webkit-border-radius: 10px 10px 10px 10px;
}


.boton-listado {
	background-color: #FF6B23 !important;
	color: #FFFFFF !important;
	border-color: #FFFFFF !important;
}

.boton-listado:hover {
	background-color: #FFFFFF !important;
	color: #FF6B23 !important;
	border-color: #FF6B23 !important;
}


.fila {
  width: 90%;
}

/* Floating column for labels: 25% width */
.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

/* Floating column for inputs: 75% width */
.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.fila:after {
  content: "";
  display: table;
  clear: both;
  width: 90%;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}

.precio{
	color:#FF6B23;
}

-->