.tarifas {
	background: #e3f5f4;
	margin-bottom: 20px;
	padding: 5px;
}
.tarifas table {
	border-collapse: collapse;
	color: #000;
	width: 100%;
}
.tarifas td, .tarifas th {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	font-size: 14px;
	padding: 10px;
}
.tarifas th { padding: 5px; }
.tarifas tr:nth-child(even) { background: #c1e8e1; }
.tarifas tr:last-child td { border-bottom: 0; }
.tarifas tr td:last-child { border-right: 0; }
.tarifas tr th:last-child { border-right: 0; }
.tarifa-select {
	border: 1px solid #ddd;
	border-radius: 7px;
	margin-bottom: 20px;
	-moz-border-radius: 7px;
	padding: 10px 10px 10px 10px;
	-webkit-border-radius: 7px;
	width:412px;
	float:left;	
	margin: 0 20px 20px 0;
	
}
.tarifa-select-1 {
	border: 1px solid #ddd;
	border-radius: 7px;
	margin-bottom: 20px;
	-moz-border-radius: 7px;
	padding: 10px 10px 10px 10px;
	-webkit-border-radius: 7px;
	width:412px;
	float:right;
	margin: 0 0 0 0;
	
}
.tarifa-select p {
	line-height: 100%;
	margin: 0 0 10px;
	position: center; 
}
.tarifa-select-1 p {
	line-height: 100%;
	margin: 0 0 10px;
}
.ui-dialog-content ul { font-size: 14px; margin: 0 0 20px; }
.ui-dialog-content ul li {
	border-bottom: 1px dotted #ddd;
	color: #333;
	line-height: 100%;
	list-style: none;
	padding: 10px;
}
.ui-dialog-content ul li:last-child { border: 0; }
/*Tarifas*/
.boxvalores {
	overflow: hidden;
}
.boxvalores p {
	float: left;
	padding: 20px;
	margin: 0 20px 20px 0;
	bordeR: 1px solid #ddd;
}
.boxvalores .valor {
	font-size: 25px;
}

