body {
    background-image: url("../images/patron_fondo.png");
    background-clip: border-box;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;  
    font-size: 12px;
    /*font-family: Arial, Helvetica, SunSans-Regular, Sans-Serif;*/
    font-family: 'Lato', sans-serif;
    padding: 0px;
    margin: 0px;
}

a:link{
    color: #e10b25;
    text-decoration: none;
    font-weight: bold;
}

a:visited{
    color: gray;
    text-decoration: none;
    font-weight: bold;
}

a:hover{
    color: #e10b25;
    text-decoration: none;
    font-weight: bold;
}

img{
    vertical-align: middle;
}

input,select,textarea{
    border: 0px solid #AAAAAA;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family: 'Lato', sans-serif;
    background-color: #F4F4F4;
    font-size: 14px;
}

button{
    cursor: pointer;
}

input[type="submit"]{
    cursor: pointer;
}

table {
    font-weight: bold;
    text-align: center;
    white-space: normal;
    line-height: normal;
    font-variant: normal;
    font-style: normal;
    color: #000000;
}

h1 {
display: block;
font-size: 33px;
-webkit-margin-before: 22px;
-webkit-margin-after: 22px;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
margin-bottom: 22px;
font-weight: bold;
}

h2 {
display: block;
font-size: 24px;
-webkit-margin-before: 20px;
-webkit-margin-after: 20px;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
margin-bottom: 20px;
font-weight: bold;
}

h3 {
display: block;
font-size: 19px;
-webkit-margin-before: 19px;
-webkit-margin-after: 19px;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
margin-bottom: 19px;
font-weight: bold;
}

h4 {
display: block;
font-size: 16px;
-webkit-margin-before: 21px;
-webkit-margin-after: 21px;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
margin-bottom: 21px;
font-weight: bold;
}

h5 {
display: block;
font-size: 13px;
-webkit-margin-before: 22px;
-webkit-margin-after: 22px;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
margin-bottom: 22px;
font-weight: bold;
}

h6 {
display: block;
font-size: 11px;
-webkit-margin-before: 25px;
-webkit-margin-after: 25px;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
margin-bottom: 25px;
font-weight: bold;
}

ul{
    padding-left: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
}