.toolbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  text-align: right;
  padding: 0;
  z-index: 10;
  font-size: 10px;
  font-weight: bold;
}

.toolbar2 {
  position: absolute;
  top: 31px;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  text-align: center;
  padding: 0;
  z-index: 10;
  font-size: 20px;
  font-weight: bold;
}

.carousel-caption {
  position: absolute;
  bottom: 20%;
  left: 10%;
  text-align: left;
  color: #fff;
}

.animated-title {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.animated-title.active {
  opacity: 1;
  transform: translateY(0);
}

.message-wrap {
	border-bottom: solid 2px #fff;
	border-top: solid 3px #fff;
	padding: 22px 0;
	background: #f0f0f0 url(/static/img/CGTA/message-shadow.png) top center repeat-x;
}

.message-wrap-text {
	font-size: 22px;
	font-weight: 300;
	color: #000;
	font-family: sans-serif, Arial;
	letter-spacing: -2px;
	margin: 0;
	text-align: center;
	padding-left: 0;
	line-height: 30px;
	word-spacing: 7pt;        /* para separacion entre palabras */
}

.message-wrap .container .row > div {
	padding: 0;
}

.message-wrap .message-shadow {
	margin-top: 25px;
}

.message-shadow {
	position: absolute;
	width: 100%;
	z-index: 77;
	background: url(/static/img/CGTA/message-shadow.png) top center repeat-x;
	height: 21px;
}

strong {
    font-weight: 800;
    text-align: center;
    word-spacing: 10pt;
}

.copyright-wrap {
	padding: 18px 0 20px 11px;
	background-color: #2f2f2f;
	color: #999999;
	font-size: 15px;
}

.social {
	float: right;
	list-style-type: none;
	margin: 34px 0 0 0;
	padding: 0;
}

.social li a {
	text-indent: -9999px;
	width: 32px;
	height: 32px;
	display: block;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.sc-1 {
    background: url(/static/img/CGTA/social.png) 0px 0px no-repeat;
}

.sc-1:hover {
	background: url(/static/img/CGTA/social.png) 0px -32px no-repeat;
}