@charset "utf-8";
/* CSS Document */
a {text-decoration:none;}
a:hover, a:hover * {text-decoration:none;}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #4075A5;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
}
.i_principal{
	background-color: #C9D0FE;
	background-image: url(../img/bg_p.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 27px;
	padding-right: 95px;
	padding-bottom: 23px;
	padding-left: 93px;
}
.i_tit{
	font-family: "Trebuchet MS", Arial, "Microsoft Sans Serif";
	font-size: 25px;
	font-weight: bold;
	color: #213F74;
	text-decoration: none;
}
.i_txt{
	font-family: "Trebuchet MS", Arial, "Microsoft Sans Serif";
	font-size: 18px;
	color: #213F74;
	text-decoration: none;
}
.i_txt2{
	font-family: "Trebuchet MS", Arial, "Microsoft Sans Serif";
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
.i_form{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(../img/bg_form.jpg);
	background-repeat: repeat-x;
	height: 24px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;	
}

.i_form_obs{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(../img/bg_obs.jpg);
	background-repeat: repeat-x;
	height: 78px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	width: 686px;
}

