body {
	font-family: 'Lato', sans-serif;
	background: #ffffff;
	font-size: 15px;
	color: #000000;
	overflow-x: hidden;
	border-top: 2px solid #006599;
}


@media screen {
	
	
	

	
	
	img, legend {
		border: none;
	}
	
	figure {
		margin: 0px 0px 0px 0px;	
	}
	
	figcaption {
		display: none;	
	}
	
	a {
		color: #000000;	
	}
	
	a:hover {
		color: #006599;	
		text-decoration: none;
	}
	
	.fa {
		color: #f4c11a;	
		font-size: 18px !important;	
	}
	
	.img-thumbnail {
		border: none !important;	
		background: none !important;
		border-radius: none !important;
		padding: 0px !important;
	}
	
	figure {
		float: left;
		width: 100%;
		text-align: center;
		margin: 50px 0px 0px 0px;	
	}
	
	h1 {
		float: left;
		width: 100%;
		margin: 30px 0px 0px 0px;
		text-align: center;
		font-size: 25px;
		color: #006599;	
	}
	
	p {
		float: left;
		width: 100%;
		margin: 10px 0px 0px 0px;
		text-align: center;	
	}
	
	.puntos {
		float: left;
		width: 100%;
		height: 10px;
		border-top: 1px dotted #000000;
		margin: 20px 0px 0px 0px;	
	}
	
	.modal p {
		text-align: left !important;	
	}
	
	.modal h4 {
		color: #006599;	
		font-size: 25px;	
	}
	
	.btn-info {
		background: #006599;
	}
	
	
}	