@charset "utf-8";
/* CSS Document */
body {
	background-color: #BFDEF2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-position: center top;


}
body,td,th {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}
.subtitles {color: #03478E;
	font-weight:bold;
	font-size: 13px;
}
.notas {color: #000000;
	font-weight:bold;
	font-size: 14px;
}
.notastit {color: #000000;
	font-weight:bold;
	font-size: 12px;
}
.blanco {color: #ffffff;
	font-weight:bold;
	font-size: 12px;
}
.txtFooter {color: #003E66;
	font-size: 11px;
}
.servicios {color: #330F00}
.bold {color: #A06B0D; font-weight:bold; }

.nombre {color: #A53800; font-weight:bold;}



.formbtn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-image: url(../images/btn/shadow_btn.gif);
	background-repeat: repeat-x;
	border: 1px solid #461D00;
	line-height: 18px;
	background-color: #CBE64B;
}

a:link {
	color: #0062A1;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #0062A1;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
	background:#0062A1;
}
a:active {
	text-decoration: none;
	color: #0062A1;
}