body {
	text-align: center;
	margin:0px;
	background-color: #262A2F;
	font-family: tahoma, arial, verdana;
	font-size: 8pt;
}

img {
	border: 0px;	
}

#contenedor {
	margin: 0px auto;
	width:767px;
	height: auto;
	text-align: justify;
	font-family: tahoma, arial, verdana;
	font-size: 8pt;
	color: #000000;
	background-color: #ffffff;
}

.menu {
	float: left;
	height:35px;
	cursor:pointer;
	text-align: center;
	padding-top:26px;
	background-image: url('../img/bot1.jpg');
	background-repeat: repeat-X;
	text-decoration: none;
	font-weight: bold;
	text-decoration: none;
	font-size:9pt;	
}

a.menu:link {
	color: #ffffff;
}

a.menu:active {
	color:#f15932;	
}

a.menu:visited {
	color: #ffffff;	
}

a.menu:hover {
	color:#f15932;
}



.separador {
	float: left;
	width: 2px;
	height: 61px;
	background-image: url('../img/sep.jpg');
}

#pie {
	width: 767px;
	height: 39px;
	color: #ffffff;
	font-size:9pt;
	text-align: center;
	padding-top: 20px;
	background-image: url('../img/pie.jpg');
	background-repeat: repeat-X;
}

a.softline:link {
	color: #A0A7BA;
	text-decoration: none;
}

a.softline:active {
	color: #A0A7BA;
	text-decoration: underline;
}

a.softline:visited {
	color: #A0A7BA;
	text-decoration: none;
}

a.softline:hover {
	color: #A0A7BA;
	text-decoration: underline;
}

#content {
	padding: 4px;
	height: auto;	
}

input {
	font-family: tahoma, arial, verdana;
	font-size: 9pt;
	color: #000000;
	border:1px solid #999999;
	background-color: #ededed;	
}

textarea {
	font-family: tahoma, arial, verdana;
	font-size: 9pt;
	color: #000000;
	border:1px solid #999999;
	background-color: #ededed;	
}


