@charset "utf-8";
/* CSS Document */

.fullWidth {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: initial;
}

.topRedBar {
	background-color:#EF3E33;
	height:10px;
}

.tintauto_logo {
	padding-top: 20px;
	
}

.tintauto_logo img {
	width:90%;
	margin-top:2em
}

.llumar_logo img {
	width:80%;
	margin-top: 10px;
}

.title {
	color:#999999;
	text-align:center;
	padding:20px 0;
	font-weight:bold;
	font-size:24px;
}

.mainTitle {
	color:#EF3E33;
	font-weight:bold;
	font-size:18px;
	padding:30px 0 10px 0;
}

.fieldName {
	color:#4D4D4D;
	font-weight:bold;
	font-size:16px;
}

button, .button { background:#ef3e33; padding:0.5em 2em; font-weight:bold}

.tabs { margin-top:2em}
.tabs .tab-title { margin-right: 0.8em; width: 300px;}
.tabs .tab-title a {
	text-align:center; 
	font-weight:bold;
	color:#fff;
	background:#999999;
}

.tabs .tab-title.active a {
    background: #EF3E33;
    color: #fff;
}

.tabs-content > .content.active {border: solid 1px #EF3E33; padding:1em}

fieldset {
    border: 1px solid #ef3e33;
}
legend { color:#ef3e33}

p {    font-size: 0.875rem;
    color: #4d4d4d;}

@media only screen and (max-width: 20.063em) {
.tintauto_logo img {
	width:100%;
	margin-top:0
}

.llumar_logo {text-align:center}
}