body {
  background: #FFFFFF;
  color: #555;
  font: 1em "Tahoma", Geneva, sans-serif;
}
* {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
  font-size: 0.71em;
}
a img, img, form, fieldset {
  border: none;
}
a {
  color: #555555;
  text-decoration: underline;
}
a:hover {
  color: #CC6900;
  text-decoration: none;
}
p, span, label, input .goButton {
  font-size: 0.8em;
}
span {
  color: #FF0000;
}
label {
  display: block;
  margin-right: 1em;
  width: 38%;
}
input {
  width: 11.5em;
  padding: 0.1em;
}
h1, h2 {
  font-weight: 400;
}
h1 {
  font-size: 1.3em;
}
h2 {
  color: #FB9442;
  font-size: 1.4em;
}
h1, .textMarron {
  color: #836C2E;
}
label, .colLeft {
  float: left;
}
#wrapper {
  margin: auto;
  width: 60em;
}
#logo {
  padding: 1.4em 0 0 0.3em;
}
#main {
  padding-top: 2em;
}
#footer {
  height: 2em;
  margin-top: 1em;
}
#footer, .alignRight, label {
  text-align: right;
}
#main, .lowerCnt {
  overflow: hidden;
}
.lowerCnt {
  background: url(../images/fondoMenuSeguros.png) repeat-x center bottom;
  border: 1px solid #FAEDE1;
  border-radius: 0.3em;
  line-height: 1em;
  margin-top: 1.3em;
  padding: 0.5em 0 0.7em 1em;
}
.col {
  border: 0.1em solid #F9E9D9;
  border-radius: 0.4em;
  box-shadow: 0.1em 0.1em 0.1em #C6C6C6;
}
.colLeft {
  width: 29.6em;
}
.colRight {
  height: 16.7em;
  margin-left: 31em;
}
.listInline li {
  display: inline;
  margin-right: .5em;
}
.list li {
  background: url(../images/bulletListado.gif) no-repeat 0 0.6em;
  display: list-item;
  font-weight: bold;
  line-height: 1em;
  padding: 0 0 0.3em 1em;
}
.listInline, .title, .alignCenter {
  text-align: center;
}
.title {
  background: url(../images/fondoMenuSeguros.png) repeat-x center center;
  padding: 0.5em 0;
}
.hidden {
  display: none;
}
.margenSuperior_3 {
  margin-top: .3em;
}
.margenSuperior_10 {
  margin-top: .65em;
}
.margenSuperior_20 {
  margin-top: 1.3em;
}
.margenSuperior_40 {
  margin-top: 2.6em;
}
.rowForm {
  height: 23px;
  line-height: 23px;
}
.goButton {
  cursor: pointer;
  width: auto;
  margin-right: 8.5em;
}
.btn{
    cursor: pointer;
    width: auto;
    background-color: #efefef;
    border: 1px solid #767676;
    text-decoration: none;
    color: black;
    padding: 0.2em 0.6em;
    font-size: 13px;
    border-radius: 3px;
}
.logo-j {
  vertical-align: middle;
}

.text-center {
    text-align: center!important;
}
.mt-1 {
    margin-top:1em;
}
.mb-1 {
    margin-bottom: 1em;
}
