/*!
 * Start Bootstrap - The Big Picture HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
	/*margin-top: 50px;*/
	/*margin-bottom: 50px;*/
	background: none;
}

.full {
  background: url('/clientes/templates/images/home/fondo_tps.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.panel-trans{
	background-color:rgba(255,255,255,0.7);
	border-radius:3px;
}

.a{
	color:#190c7f;
}

@media only screen and (min-width: 992px) {
	.fix-bot{
		position:fixed
	}
	.margin_top{
		margin-top:4%;
	}
}
