*, html, body, p, h1, h2, h3, h4, a, span {
    padding:0; margin:0; outline:none; border:none;text-decoration:none;color:#1a8857;
}
p, span, h3, h4, a, small, input, textarea, table  {
    font-family:'Lato', Helvetica Neue, Helvetica, Arial, sans-serif;
}
h1, h2, li {
    font-family:'Oswald', Helvetica Neue, Helvetica, Arial, sans-serif;
}
p {
    font-size:16px;
    padding:0 0 16px;
}
h1 {
    font-size:28px;
    font-weight:400;
    text-transform:uppercase;
}
h2 {
    font-size:22px;
    font-weight:400;
    text-transform:uppercase;
    padding:0 0 12px 0;
}
h3 {
    font-size:18px;
    font-weight:700;
    padding:0 0 16px;    
}
a {
    color:#1a8857;
}
#input[type=text] {
    height:16px;
    background:#e5e5e5;
}
#input[type=text], textarea {
    border:none;
    background:#e5e5e5;
    width:200px;
    padding:5px;
    margin:0 0 10px;
}
#input[type=button] {
    background:#8b422d;
    width:200px;
    height:40px;
    padding:5px 5px 5px 5px;
    color:#FFF;
    font-size:16px;
    text-transform:uppercase;
}

.opcion { font-family:'Lato', Helvetica Neue, Helvetica, Arial, sans-serif; font-size:12px; }

.boton {
    background:#1a8857;
    width:180px;
    height:40px;
    padding:5px 5px 5px 5px;
    color:#FFF;
    font-size:16px;
    text-transform:uppercase;
	cursor: pointer;
}

SELECT		{font-family:'Lato', Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 11px; text-decoration: none; Background: #e5e5e5; height:18px; font-weight:bold;}
TEXTAREA	{font-family:'Lato', Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 11px; text-decoration: none; Background: #e5e5e5; font-weight:bold;}
INPUT		{font-family:'Lato', Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 11px; text-decoration: none; Background: #e5e5e5; height:18px; font-weight:bold;}