/* IDmundo CSS */
body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: Arial;
	text-align: left;
}
.titulo {
	font-size: 24px;
	font-weight: bold;
}
form {
	margin: 0px;
	padding: 0px;
}
input, textarea {
	background-color: #FFFFFF;
	border: 1px solid #99CC66;
	font-family: Arial;
	font-size: 11px;
	margin: 2px;
	padding: 2px;
}
fieldset {
	margin-top: 7px;
	-moz-border-radius: 8px;
}
/* Default links */
a:link {
	color: #003366;
	text-decoration: underline;
}
a:visited {
	color: #003366;
	text-decoration: underline;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
/* Width of the site */
.main {
	width: 790px;
	padding: 0px;
}

/* Header of the site */
.header {
	background-image: url(images/header.jpg);
	height: 103px;
	text-align: left;
}
.header_menu {
    color: #FFFFFF;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	position:relative;
	left:15px;
	top:73px;
	z-index: 1;
}
.header_link:link {
	color: #FFFFFF;
	text-decoration: none;
}

.header_link:visited {
    color: #FFFFFF;
	text-decoration: none;
}

.header_link:hover {
    color: #FF6347;
	text-decoration: none;
}
/* Content part of the site */
.content {
	width: 100%;
	background-color: #FFFFFF;
	border-left: 1px solid #336699;
	border-right: 1px solid #336699;
}
/
/* Footer part of the site */
.footer {
	background-image: url(images/footer.png);
	height: 42px;
	border-left: 1px solid #336699;
	border-right: 1px solid #336699;
	border-bottom: 1px solid #336699;
}
/* IDmundo CSS */