body {
	color: #444444;
	background-color: #F8C286;
	margin: 20px;
	font: 70% Verdana, Arial, Helvetica, sans-serif;
}
a{
	color: #666;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #000;
}
#loading {
	padding: 5px 10px;
	font-weight: bold;
	letter-spacing: 0.1em;
	position:absolute;
	top:-20px;
	left:350px;
	background: #FF9900;
}

.oculto {
  position:absolute;
  top:-1000px;
  left:-1000px;
  width:1px;
  height:1px;
  overflow:hidden;
  z-index:-1000;
}

#masthead {
	background: url(../images/web/web_top.jpg) no-repeat left bottom;
	height: 248px;
	position: relative;
}
#masthead div.fl {
	position: absolute;
	left: 0px;
	top: 74px;
	z-index: 99;
}
#masthead h1 {
	position: absolute;
	left: 32px;
	top: 0px;
	z-index: 109;
}
#masthead h1 a {
	height: 101px;
	width: 177px;
	background: url(../images/web/web_r2_c2.gif) no-repeat;
	display: block;
	overflow: hidden;
}
#masthead ul {
	position: absolute;
	left: 333px;
	top: 20px;
}
#masthead ul li {
	float: left;
	display: inline;
	margin: 0 1px 0 0;
}
#masthead ul li a {
	width: 140px;
	padding: 30px 0 0;
	display: block;
	text-align: center;
	text-decoration: none;
	font: bold 11px Arial, Helvetica, sans-serif;
}
#masthead ul li a.activo {
	color: #0154A6;
}
#masthead ul li a#bthm {
	background: url(../images/web/ico_hm.gif) no-repeat center 5px;
}
#masthead ul li a#btsr {
	background: url(../images/web/ico_serv.gif) no-repeat center 5px;
}
#masthead ul li a#btco {
	background: url(../images/web/ico_cont.gif) no-repeat center 5px;
}

#wrapper {
	width: 770px;
	margin: 0 auto;
	background: url(../images/web/web_bg.gif) repeat-y;
}
#center {
	width: 770px;
}
#center .content {
	padding: 0 20px;
}
#center h2 {
	background: #F7B770 url(../images/web/h2.gif) no-repeat left top;
	padding: 5px 10px 5px;
	display: block;
	font-size: 110%;
	letter-spacing: 0.1em;
	font-weight:bold;
}
#center h3 {
	background: #FDEBD7;
	padding: 3px 10px;
	display: block;
	font-size: 100%;
	letter-spacing: 0.1em;
	font-weight:bold;
	margin: 10px 0 0;
	clear: both;
}
#center p {
	padding: 5px 10px;
	line-height: 1.7em;
}
#center p.imgs {
	padding: 5px 10px;
	float: left;
	display: inline;
}
#center p a {
	font-weight:bold;
}
#center ul {
	float: left;
	display: inline;
	width: 260px;
	margin: 0 10px 0 70px;
}
#center ul li {
	padding: 3px 0 3px 2px;
	margin: 0 0 2px;
	background: url(../images/web/li.gif) no-repeat 0 center;
	line-height: 1.7em;
}
#center ol {
	margin: 20px 30px;
	list-style: decimal inside;
}
#center ol li {
	margin: 0 0 10px;
	line-height: 1.7em;
}
form {
	margin: 10px 30px;;
	font-size: 90%;
}
form p {
	width: 250px;
	float: left;
	display: inline;
}
form p {
	width: 270px;
	float: left;
	display: inline;
	margin: 0 0 0 25px;
}
form p.lg {
	width: 585px;
}
label {
	display: block;
	font-weight: bold;
	padding: 0 0 2px 5px;
	margin: 0 0 5px;
	border-bottom: 1px dotted #F7B770;
	letter-spacing: 0.1em;
}
input {
	width: 245px;
	margin: 0 5px;
}
textarea {
	width: 560px;
	margin: 0 5px;
}
input, textarea {
	border: 1px solid #F7B770;
}
input.btn {
	width: auto;
	margin: 0 5px;
	background: #F7B770;
	font-weight:bold;
	letter-spacing:0.1em;
	color: #FFFFCC;
	padding: 1px 15px;
}
#footer {
	background: url(../images/web/web_down.jpg);
	height: 61px;
	clear: both
}
#footer .content {
	padding: 33px 20px 0;
	letter-spacing: 0.1em;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #0154A6;
	font-weight: bold;
}
#footer a:hover {
	color: #000000;
}

