/** BASIC */

/**
body {
	margin: 0px;
	padding: 0px;
	/**background: #545B60 url(images/homepage01.gif);
    background: #545B60 url(images/gphx/background.gif);
}

**/
/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
	width: 119px;
	border: 1px solid #2C3134;
	background-color: #A0A6AB;
	font-size: 9px;
	color: #2C3134;
}

.input2 {
	width: 28px;
	height: 13px;
	border: none;
    background: transparent url(images/gphx/background.gif) repeat-x;	
/**	background: transparent url(images/homepage31.gif) repeat-x; **/
	text-transform: lowercase;
	font-size: 10px;
	color: #ACE3FF;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: justify;
}

.text1 {
	font-size: 10px;
	color: #AFB2B4;
}

.text2 {
	font-size: 10px;
	font-weight: normal;
}

.text3 {
	clear: both;
	float: left;
	margin-bottom: 11px;
	padding: 2px 5px;
	background:     url(images/gphx/gray_box4_sml.gif);
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.text4 {
	color: #DCE3E9;
}

/** LINKS */

a {
	color: #99CCFF;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	text-decoration: none;
	color: #C2C8CE;
}

a.link1:hover {
	text-decoration: underline;
}

a.link2 {
	padding: 2px 5px;
	background:    url(images/gphx/dgray_box_med1.gif) repeat-x;
	text-decoration: none;
}

/** BACKGROUNDS */

/**.bg1 {
background: url(images/homepage02.gif) repeat-x; 
	background:  url(images/gphx/background.gif) repeat-x; 
} **/

.bg2 {
	background:      url(images/gphx/gray_box2_sml.gif);
}

.bg3 {
	background:     url(images/gphx/gray_box4_sml.gif);
}

.bg4 {
	background:     url(images/gphx/dgray_box_sml3.gif);
}

.bg5 {
	background:    url(images/gphx/dgray_box_sml8.gif);
}

.bg6 {
	background:    url(images/gphx/dgray_box_sml4.gif);
}

.bg7 {
	background:    url(images/gphx/dgray_box_sml5.gif);
}

.bg8 {
	background:      url(images/gphx/dgray_box_med2.gif);
}

/** MISC */

.align-justify { text-align: justify; }

.img1 {
	float: left;
	margin-right: 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
	background:   url(images/gphx/gray_line.gif);
}

/** MENUS TIPO TAB REDONDEADOS */

#navega a 
{ 
color: #FFF; 
background: #6b757e url("/images/gphx/tab-left.jpg") left top no-repeat; 
text-decoration: none; 
padding-left: 15px
}

#navega a span 
{ 
background: url("/images/gphx/tab-right.jpg") right top no-repeat; 
padding-right: 15px 
}

#navega a:hover { 
color: #fff; 
background: #26a url("/images/gphx/tab-left-s.jpg") left top no-repeat; 
text-decoration: none; 
padding-left: 15px 
}  

/* Commented backslash hack hides rule from IE5-Mac \*/ 
#navega a, #navega a span 
{ 
float: none 
} 
/* End IE5-Mac hack */ 

#navega a:hover span 
{ 
background: url("/images/gphx/tab-right-s.jpg") right top no-repeat; 
padding-right: 15px 
}

#navega
{ 
list-style: none; 
padding: 0; 
margin: 0 
} 

#navega li
{ 
float: left; 
display: block; 
margin: 0; 
padding: 0 
}