*{
	border-radius: 0 !important;
}

body{
	margin: 0; 
	font-family: Arial;
}

hr{
	  border-top: 1px solid #999 !important;
}

p{
	color: #999898;
	font-size: 10px;
}

.in-black{
	color: black !important;
}

.azul{
	color: #0098CC;
}

.form-control{
	height: 40px !important;
}

.btn-primary{
	background-color: #0099cc;
	border-color: #0099cc;
}

.btn-primary:hover{
	background-color: #0099cc;
}

#visto li{
	background: url(visto.jpg) no-repeat left 10px;  
	padding: 2px 0px 0px 18px;  
	list-style: none;  
	margin: 0;
	margin-top: 7px;
}

#precios li{
	list-style-image: url(flecha-azul.jpg);
}

#condiciones{
	font-size: 14px;
	text-align:justify;
	margin-bottom: 50px;
}

#links a{
	color: #999898;
	font-size: 10px;
}

@media (max-width: 992px) {
	.flecha{
		text-align: center;
		padding-left: 15px;
	}
}