.resultados {
	background-color: #CCCCCC;
	width: 95%;
	margin: auto;
	margin-top: 15px;
	margin-bottom:5px;
}
.resultadosPar {
	background-color: #EEEEEE;
}
.resultadosCab, .resultadosCab a:link {
	background-color: #333333;
	font-weight: bold;
	color: #FFFFFF;
}
.resultadosPie {
	background-color: #333333;
	font-weight: lighter;
	color: #FFFFFF;
	size: -1;
}
a:link {
	color: #000000;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}
#mensaje {
	color: #FF6600;
	padding: 20px;
	border: 1px solid #FF6600;
	width: 50%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

body {
	background-color: #FFFFFF;
	margin: 0px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#formEnvio, #formAgregar {
	background-color: #CCCCCC;
	width: 50%;
	padding: 50px;
	margin: auto;
	margin-top: 15px;
}
#menu{
	display:block;
	width:95%;
	height:30px;
	border:#CCCCCC thin dashed;
	margin:auto;
}
.inputCont {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

#menu a:link,#menu a:visited{
	display:block;
	width:150px;
	background-color:#CCCCCC;
	color:#333333;
	font-weight:bold;
	float:left;
	padding:2px;
	margin:5px;
	text-align:center;
}

.Grilla, .Grilla td {
	margin: auto;
	border: 1px solid #CCCCCC;
	margin-top:15px;
}
.error {
	font-weight: bold;
	color: #FF3300;
}
