/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-y;
	background-position: center;
	font-size: 12px;
	color: #58585A;
	font-family: Arial, Helvetica, sans-serif;
}
#link {
	color: #22A0C2;
	text-decoration: none;
}
#link:hover {
	color: #22A0C2;
	font-weight: bold;
}
#maillink {
	color: #22A0C2;
	text-decoration: none;
}
#maillink:hover {
	text-decoration: underline;
}
#submenu {
	font-size: 10px;
	display: block;
	background-color: #838385;
	color: #FFFFFF;
	font-weight: normal;
	border-top: solid;
	border-top-color: #FFFFFF;
	border-top-width: 2px;
	padding: 2px;
	text-decoration: none;
	width: 204px;
	text-transform: uppercase;
}
#submenu:hover {
	background-color: #B1DCE8;
}
.Title {
	font-size: 18px;
	font-weight: bold;
	color: #22A0C2;
}
.Subtitle {
	font-size: 16px;
	font-weight: bold;
}
.Item {
	font-size: 14px;
	font-weight: bold;
	color: 999999;
}
.Paragraph {
	text-align: justify;
}
ul {
	list-style-image: url(../common/mas.png);
}
.label {
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 1px;
}
.field {
	border: solid;
	border-style: solid;
	border-width: 1px;
	border-color: #58585A;
	font-size: 12px;
	color: #58585A;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.boton {
	font-size: 10px;
	display: block;
	background-color: #838385;
	color: #FFFFFF;
	font-weight: normal;
	border-top: solid;
	border-top-color: #FFFFFF;
	border-top-width: 2px;
	padding: 2px;
	text-decoration: none;
	width: 160px;
	height: 24px;
	text-transform: uppercase;
	border-style: none;
}
.boton:hover {
	background-color: #B1DCE8;
}
.boton:focus {
	background-color: #B1DCE8;
}
