.textUp {
	font-size:1.5em;
	text-align:center;
	font-weight:400;
	color: #00B3B5
	}

.textAnuncio {
	text-align:center;
	font-size:1.2em;
	font-weight: 300
	
	}

.textStrong {
	text-align:left;
	font-size:1.5em;
	font-weight: 500
	
	}

.textLittle {
	text-align:right;
	font-size:0.8em;
	font-weight: 300
	

	}
	
h1, h2, h3, h4, h5, h6 {
	color: #00B3B5 !important
	
	}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

.divBorder {
    border-left: 2px solid black;
    border-right: 2px solid black;
}

select:focus, textarea:focus, input:focus {
  background-color: lightblue;
}