@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	border: 0;
}

.clear {
	clear: both;
	height: 0px;
	width: 0px;
}

body {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	background-color: #eee;
	color: #333;
}

input {
	border: 1px solid #42bdeb;
	border-radius: 5px;
	background-color: #FFF;
	width: 100%;
	font-size: 12px;
	height: 20px;
}

input[type=submit] {
	background-color: #f5ee44;
	color: #333;
	font-weight: bold;
	width: 200px;
}

#header, #content, #footer {
	margin: 0 auto;
	width: 960px;
	background-color: #FFF;
}

#header {
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	border: 1px solid #42bdeb;
}

#content {
	border-left: 1px solid #42bdeb;
	border-right: 1px solid #42bdeb;
	background-color: #fff;
}

#footer {
	border: 1px solid #42bdeb;
	margin-bottom: 10px;
	text-align: center;
	padding: 10px 0;
}

#menu-mobile {
	display: none;
}

.testoHeader {
	float: right;
	margin-top: 20px;
	text-align: right;
	padding-right: 10px;
	width: 335px;
}

#indexLogin {
	width: 300px;
	margin: 0 auto;
	padding: 10px 0;
}

.lblIndexForm, .inputIndexForm {
	float: left;
	width: 46%;
	padding: 2px;
}

.inputIndexForm #login {
	width: 100%;
}

.lblIndexForm {
	text-align: right;
}

.errorLogin {
	text-align: center;
	color: #C40000;
	padding: 10px;
}

@media only screen and (max-width: 959px) {
	#header, #content, #footer {
		width: 768px;
	}
}

@media only screen and (max-width: 768px) {
	#header, #content, #footer {
		max-width: 760px;
		width: 95%;
	}
	
	.testoHeader {
		width: auto;
		float: none;
		min-height: inherit;
		text-align: center;
		padding: 10px;
		margin: 0;
	}

	input {
		font-size: 14px;
	}
	
	input[type=submit] {
		width: 100%;
	}
	
	.inputIndexForm {
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 400px) {
	input {
		font-size: 16px;
		height: 25px;
	}
}

@media only screen and (max-width: 580px) {
	body {
		font-size: 14px;
	}
}