/* Move down content because we have a fixed navbar that is 3.5rem tall */
header {
		background-color:#CCC;
}
#cabeza{
	color:#000000;
	height:100px;
	padding-top:10px;
	margin-bottom:20px;
	font-size:1.5em;
}

/* Smartphones */
@media (max-width: 480px) {
	
	#cabeza .img-responsive {
		display: none !important;
	}
	
}

/* Smartphones to Tablets */
@media (min-width: 481px) and (max-width: 767px) {



}

/* Tablets */
@media (min-width: 768px) and (max-width: 959px) {



}

/* Desktop */
@media (min-width: 960px) and (max-width: 1199px) {


	
}

/* Large Display */
@media (min-width: 1200px) {
	
	
	
}
.form-check-label {
    font-size: .9em;
