@import "header.css";
@import "nav_primary.css";
@import "layout_home.css";
@import "layouts.css";
@import "modulos.css";
@import "menu_lateral_IZ.css";
@import "btn.css";

* {
	margin: 0px;
	padding: 0px;
}
html,body {
	height:100%;
	background-image: url(../img/back.gif);
	background-repeat: repeat-x;
	background-color: #ececec;
}
.messagebox {
	width: 848px;
	clear: both;
	border: 1px solid #c1c1c1;
	padding: 50px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	line-height: 17px;
}
.not_found {
	width: 848px;
	clear: both;
	border: 1px solid #c1c1c1;
	padding: 50px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	line-height: 17px;
}
.not_found_img{
	background-image: url(../img/error.jpg);
	background-repeat: no-repeat;
	background-position: 260px 0px;
	height: 60px;
	padding-left: 230px;

}
.not_found h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 100px;
}
.not_found p{
	padding-left: 100px;
}

.hightlight {
	font-weight: bold;
}
	
#container {
	width:950px; /* center, not in IE5 */
	
	margin:0 auto;
	position: relative;
}
#content {
	position: relative;
	left: 0px;
	top: 6px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#footer {
	width:100%; /* real browsers */
	position: relative;
	padding-bottom: 20px;
	border-top-width: 14px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	float: left;
	margin-top: 7px;
	background-color: #FFFFFF;
}
#footer_texto {
	padding-top: 10px;
	padding-left: 15px;
}

#footer   p  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #666666;
	padding-bottom: 3px;
}
#footer p a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}


.oculto {
	display: none;
}


p {
	font-size: 11px;
	line-height: 17px;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #555555;
}


H1 {
	line-height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #1F759A;
}


H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #666666;
}

H3 {
	font-size:11px;
	line-height: 15px;
}

H4 {
	font-size: medium;
}
h5 {
	font-size: large;
}
H6 {
	font-size: x-large;
	line-height: 17px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bold {
	font-weight: bold;
}
form {
	height: auto;
	line-height: 3px;
}
a {
	color: #1F759A;
	text-decoration: none;
}
a:hover {
	color: #1F759A;
	text-decoration: underline;
}

