.encabezado {
    border-top: 2px dotted #04a869;
    margin-top: 50px;
    padding: 10px 0;
    color: #04a869;
    font-size: 16px;
    font-weight: bold;
}

.descripcion {
    border-bottom: 2px dotted #04a869;
    margin: 0 0 20px;
    padding: 10px 0;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    height: 80px;
}

.contenidoPregunta {
    color: #04a869;
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0;
}

.errocampo {
	border: 1px solid #FF0000;
}

label {
    width: 100%;
}

textarea {
    width: 100%;
    height: 80px;
    resize: none;
    border-radius: 5px;
}

button.btn.btnSendEnc {
    background: #04a869;
    color: #FFF;
    margin-bottom: 80px;
}

.titcostado {
    border-bottom: 2px dotted #04a869;
    margin: 0 0 20px;
    padding: 10px 0;
    color: #0c9f68;
    font-size: 17px;
    font-weight: bold;
    height: 80px;
}

.textocostado {
    color: #0c9f68;
    font-size: 14px;
}

.grosso {
	font-weight: bold;
}
