.form {
    color: #555555;
    font-family:"ubuntubold";
    font-size: 14px;
}
.modal-header h3 {
    color: #555555;
    font-family: "ubuntubold";
    font-size: 24px;
    text-transform: uppercase;
    margin:0px;
}

.spinner {
  display: inline-block;
  opacity: 0;
  width: 0;

  -webkit-transition: opacity 0.25s, width 0.25s;
  -moz-transition: opacity 0.25s, width 0.25s;
  -o-transition: opacity 0.25s, width 0.25s;
  transition: opacity 0.25s, width 0.25s;
}

.has-spinner.active {
  cursor:progress;
}

.has-spinner.active .spinner {
  opacity: 1;
  width: auto; /* This doesn't work, just fix for unkown width elements */
}

.has-spinner.btn-mini.active .spinner {
    width: 10px;
}

.has-spinner.btn-small.active .spinner {
    width: 13px;
}

.has-spinner.btn.active .spinner {
    width: 16px;
}

.has-spinner.btn-large.active .spinner {
    width: 19px;
}

a.light_btn:hover{
    opacity: 0.8;
    background: #fff;
    color: #555;
	text-decoration: none;	
}
a.light_btn{
    font-family: 'ubuntubold';
    font-size: 15px;
    opacity: 1;
    width: 200px;
    text-align: center;
    padding: 8px 8px;
    color: #fff;
    background: 0;
    border: 1px solid #fff;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
	text-decoration: none;
}

.background_paralax img, img.img-full-flex {
	display: block;
	height: inherit;
	left: 50%;
	margin-left: -960px;
	margin-right: auto;
	position: relative;
	width: auto;
}

.noticia-texto, 
.noticia-texto *
{
	color:#888888;
    font-family: 'ubuntubold';
}
.noticia-texto 
{
	font-size: 18px;
	line-height:25px;
}

.noticia-texto h1,
.noticia-texto h2,
.noticia-texto h3,
.noticia-texto h4,
.noticia-texto h5
{
	color: #555555;	
}
