.row-par {
    background-color: #eaeaea;
    color: #999;
}

.row-impar {
    background-color: #fafafa;
    color: #999;
}

.row-header {
    background-color: #aaa;
    color: #ffffff;
}

.q_logo a {
    visibility: visible!important
}

.section_inner {
    width: 1100px;
    margin: 0 auto;
    min-height: 50vh;
}

.estilo_rojo {
		background: #FF5722; color: #fff; padding: 5px; border-radius: 10px;
		margin-bottom: 3px;
	}

.estilo_verde {
    background-color: #dff0d8;
    color: #3c763d;
		padding: 5px; border-radius: 10px;
		margin-bottom: 3px;
	}

a input.wpcf7-form-control.wpcf7-submit.boton2 { 
	float:left
	width:auto;
	padding 3px 10px;
	display: inline-block;
  background-color: #68a8de!important;
  color: #fff!important;
  border: none!important;
  text-align: center!important;
  box-sizing: border-box!important;
 }