/* CSS Document */
html, body {
	margin: 0 auto;
	height: 100%;
	min-height: 100%;
	text-align: center;
	font-family: "Segoe ui" , Arial , Helvetica , Sans;
	font-size: 12px;
	color: #000;
}
/*-- - - - -- - -- - GLOBAL STUFF  --- - - -- - - - --  - */
a {
	font-weight: bold;
	font-size: 11px;
	color: #000;
	text-decoration: none
}
a:hover {
	color: #000;
	text-decoration: underline
}
img{
border:none;
}
#first{
text-align:center;
margin: 20px auto 0 auto;
position:relative;
}
#nav{
width:200px;
height:30px;
position:relative;
margin:0 auto;
}
#nav a{
text-indent:-9999px;
float: left;
border-top:1px solid #039;
width:53px;
height:17px;
}
#nav ul li {
	display: inline;
	padding:0 2px;
}
#eng{

background:url(../images/bt_eng.jpg) no-repeat;
}
#eng:hover{
background:url(../images/bt_eng.jpg) no-repeat -53px 0px;
}
#esp{
background:url(../images/bt_esp.jpg) no-repeat;
}
#esp:hover{
background:url(../images/bt_esp.jpg) no-repeat -53px 0px;
}
/*------------FORMS--------------*/
#loginbox{
position:absolute;
width:100%;
height:22px;
top:0;
left:0;
background:#FFF url(../images/webmail.gif) no-repeat left;
padding:0 2px 2px 2px;
border-bottom:1px solid #0189E8;
}

.deftxtfield, .deftxtarea {
	background: #FFF url(../images/find_bg.jpg) 0 -30px;
	border: 1px solid #3CF;
}
.deftxtfield {
height:12px;
}
.deform {
	width: 50%;
	float:left;
}
.defbutt, .loginbutt{
	background: url(../images/bg_menu.jpg) repeat-x;
	border:none;
	font-weight:bold;
	font-family: "Segoe ui" , Arial , Helvetica , Sans;
	padding:3px;
	color:#FFF;
	cursor:hand;
}
