@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Oswald');

body {
	background: #f5f5f5;
	color: #666;
    font-family: 'Oswald',Arial,sans-serif;
    font-size: 14px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.7em;
	margin:10px;
}

p {
	margin: 10px 0;	
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main {
    padding: 30px;
    background: #ffffff;
    box-sizing: border-box;
}

header {
    border-bottom: 5px solid #efefef;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.logo img {
    max-width: 260px;
    height: auto;
    padding: 0 0 20px;
}

h1, h2, h3, h4, h5, h6 {
    color: #d32d11;
}

a, a:visited {
	color: #d32d11;
    text-decoration: none;
}

a:hover {
	color: #241a17;
    text-decoration: underline;
}


input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea, input[type=date] {
    padding: 12px!important;
    border: 0;
    color: #4e4e4e;
    background: #f5f5f5;
	border: 1px solid #dcdcdc;
    font-size: 16px;
    width: 100%;
}
input {
    -webkit-appearance: none;
}

input[type=button], input[type=submit], input[type=reset], button {
    background: #d32d11;
    border-radius: 5px;
    border: 0;
    border-bottom: 3px solid #a2220d;
    padding: 10px 20px;
    margin: 10px 0;
    color: #fff;
    font-family: inherit;
    font-size: 16px;
    font-weight: bold;
}


.divfield {
    margin-bottom: 15px;
    display: flow-root;
}

table {
    border: 1px solid #f5f5f5;
}

td {
    border: 1px solid #FFFFFF;
    padding: 5px;
}
tr:nth-child(even) {background: #f5f5f5}
tr:nth-child(odd) {background: #FFF}

.formblanco table{
	border: 0!important;
}
input[type=radio] {
    -webkit-appearance: radio!important;
    box-sizing: border-box!important;
}