/*
Azul claro - #00a5db
Azul obscuro - #003d6b;
mostaza - #e29100;
gris - #d6d8d3;
*/
body, a, input[type="text"], th, td, textarea, select{
	font-family:Verdana;
	font-size:13px;
	color: #003d6b;
}
body {
	margin:0px;
	padding: 0px;
	/*background-color:#d6d8d3;*/
	text-align:justify;
}
h2 { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:18px;
	font-variant:small-caps;
	text-align:center;
	color:#99CCFF;
	background-color:#336699;
	margin:0px -20px 10px -20px;
	padding:10;
}
th{
	width:100px;
	padding-right:10px;
	background-color:#e29100;
	color:#003d6b;
	font-variant:small-caps;
	text-align:center;
}
fieldset, legend, input[type="submit"], input[type="button"] {
	background-color:#003d6b;
	color:#eee;
	font-weight:bold;
	border: solid 3px #003d6b;
	border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}	
fieldset {
	width:800px;
	margin:0px auto;
	padding:10px;
}
legend {
	font-variant:small-caps;
	text-align:center;
	padding: 5px 20px;
}
a{
	text-decoration:none; 
	color:#fff; 
	font-weight:bolder; 
	text-transform:uppercase;
}
a:hover {
	color:#e29100;
}
input[type=text], input[type=password], select {
	background-color:#fff;
	color:#003d6b; 
	border:none;
	/*font-weight:bold;*/
}
select, input[type=text], input[type=password] {
	width:100%;
	height:30px;
}
input[type="button"] {
	width:400px;
}
input[type="button"], input[type="submit"] {
	text-transform:uppercase;
}
.centrado {
	height:100%;
	display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}
.conFondo {
	background-color:#fff;
	background-image:url("../img/pit-enp-girada.png");
	background-position:center center;
	background-repeat:no-repeat;
}
@media print {
	.noprint{ visibility:hidden; }
}