html
{
	background-color: #ebebeb;
	font: normal 12px "Trebuchet MS", Verdana, "Lucida Grande", Georgia, Sans-Serif;
}

/* Links */

a { font-weight: bold; }

a:link { color: #336699; text-decoration: none; border-bottom-color: #336699; }

a:visited { color: #5588aa; text-decoration: none; border-bottom-color: #5588aa; }

a:hover, a:active { color: #ad5b1e; }

a img, a:hover img, a:active img { border: 0 none; text-decoration: none; }

/* Html Elements */

h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 5px 0 10px; padding: 0; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
	font-weight: normal;
	border-bottom-width: 0;
}

h1 { font-size: 28px; }
h1 img { float: right; } 

h2 { font-size: 26px; }

h3 { font-size: 24px; }
h3 img { float: right; margin-top: -4px; } 

h4 { font-size: 20px; }

h5 { font-size: 18px; }

h6 { font-size: 16px; }

ul, ol, blockquote, pre
{
	color: #555555;
	padding: 10px 30px;
	line-height: 1.8em;
}

ul
{
	list-style-type: square;
}

blockquote, pre { background-color: #eeeeee; border: 1px solid #bbccdd; }

ins { text-decoration: none; color: #466b85; }

del { color: #555555; }

/* Structure */

body
{
	padding: 0;
	width: 850px;
	margin: 0 auto;
	background-repeat: repeat-y;
	background-position: top left;
	background-image: url(/images/body_bg.png);
}

#overhead {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  height: 16px;
  color: #ccc;
  background: #555555;
  text-align: right;
}

#container
{
	width: 700px;
	margin: 0 auto;
  background: url(/images/cable_telefono.png) no-repeat;
}

#private_container
{
	width: 700px;
	margin: 0 auto;
}

#header { float: left; width: 100%; height: 93px; clear: both; margin-top: 10px; background: url(/images/melillatel.gif) right no-repeat; }

#contact_phone { font-size: 32px; font-weight: bolder; clear: both; margin-top: -20px; color: #04047e; }

#navigation { float: left; width: 100%; clear: both; }

#page-header { clear: both; position: relative; margin-bottom: 20px; }

#wrapper { 
  text-align: left;
}

#footer
{
	clear: both;
	color: #666666;
	padding: 20px 0 15px;
	text-align: center;
}

/* Header */

#header h1
{
	padding: 0;
	float: left;
	width: 140px;
	margin: 10px 0;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	border-right: 1px solid #999999;
}

#header h1 a:hover,
#header h1 a:active
{
	border-bottom-width: 0;
}

#header h2
{
	float: left;
	width: 250px;
	font-size: 12px;
  padding-top: 5px;
	padding-left: 10px;
	text-transform: lowercase;
}

#header #search
{
	float: right; 
}

#header #search input
{
	padding: 5px;
	border: 1px solid #999999;
	background-color: #f5f5f5;
}

#header #search input:hover
{
	background-color: #e5e5e5;
	border: 1px solid #777777;
}

/* Navigation */

#navigation ul
{
	padding: 0;
	width: 100%;
	float: left;
	margin: 0 0 10px;
	list-style-type: none;
	background-color: #fff;
}

#navigation li { float: left; margin: 0 2px; background: #68b9ba;  }

#navigation a:link,
#navigation a:visited
{
	float: left;
	display: block;
	color: #fff;
	padding: 5px 10px;
	border-bottom-width: 0;
}

#navigation a:hover,
#navigation a:active
{
	color: #ffffff;
  background: #04047e;
}

#navigation .admin
{
  color: #485573;
  background-color: #fff;
  float: right;
}

#navigation .admin a {
  color: #4a4;
}

/* Page-Header */

#page-header ul
{
	bottom: -8px;
	right: 10px;
	margin: 0;
	padding: 0;
	float: left;
	position: absolute;
	list-style-type: none;
}

#page-header li { float: left; }

#page-header li a:link,
#page-header li a:visited
{
	float: left;
	display: block;
	margin: 0 10px;
	padding: 5px 20px;
	color: #ffffff;
	border-bottom-width: 0;
	background-image: url(/images/menu.png);
	background-repeat: repeat-x;
}

#page-header li a:hover,
#page-header li a:active
{
	background-image: url(/images/menu_hover.png);
}

/* Wrapper */

.col { width: 200px; float: left; margin: 0 15px; text-align: left; }

.col2 { width: 400px; float: left; margin: 0 15px; text-align: left; }

.col ul,.col2 ul { margin: 0 0 0 15px; padding: 0; line-height: 1.5em;  }

.col li,.col2 li { padding-bottom: 10px; }

.col h3,.col2 h3 {font-size: 13px; padding: 5px 10px; margin-top: 20px; font-weight: bold; } 

#links a:hover, #links a:active { color: #336699; }

#links { 
  text-align: center;
}


#links h3 
{
	background-color: #68b9ba;
}

/* Content */

#content {
  font-size: 14px;
}

#content h2 {
  border-bottom: 1px solid #336699;
}

#content h3 {
	background-color: #68b9ba;
}

#content #notice, .error
{
  font-size: 13px;
  padding: 5px 10px;
  margin: 20px 40px; 
  background-color: #d6eb9a;
}

#content label { display: block; float: left; width: 14em; }

#content .fieldWithErrors { background-color: #f0f0f0; }

#content span.formError { color: #f00; }

#content p.note { margin: 0 3em; }

#content a:link { color: #567040; border-bottom-color: #567040; } 

#content a:visited { color: #789160; border-bottom-color: #789160; } 

#content dt { font-weight: bolder; }

/* Sidebar */

#sidebar a:link { color: #df6532; border-bottom-color: #df6532; }

#sidebar a:visited { color: #ad5b1e; border-bottom-color: #ad5b1e; }

#sidebar h3
{
	background-color: #ffb366;	
}

/* Footer */

#footer a:link { color: #5588aa; border-bottom-color: #5588aa; }

#footer a:visited { color: #77bbdd; border-bottom-color: #77bbdd; } 

#footer a:hover, #footer a:active { color: #336699; border-bottom-color: #336699; }

#footer p { margin: 5px 0; }

/* Chat */

.chat p {
  margin: 0px;
  padding: 0px 3px;
}

.chat p.myself {
  color: #080;
}

.chat_window .info {
  float: right;
  width: 30%;
  margin: 0px 0px;
  padding: 0px 0px;
  border: 1px solid #d6eb9a;
}

.chat_window .info p {
  padding: 0px 5px;
}

.chat_window .info h3 {
  margin: 0px 0px;
}

.chat_window .status {
}

.chat_window .error {
  color: #00f;
  background: #f00;
}

.chat_window .alert {
  color: #00f;
  background: #0ff;
}

.chat_disabled { 
  background: #aaa;
}

.notes {
  clear: both;
  width: 500px;
  margin: 10px auto;
  padding: 10px;
  border: 1px dotted #ccc;
}

/* Table */
table.list { width: 60%; margin: 0 auto; }
table.list th { border-bottom: 2px solid #333; } 
table.list tr.even { background: #a8B9BA; }

/* Misc. */

#destination_select .message { 
  margin: 15px auto;
  font-weight: bold;
  height: 32px;
  width: 500px;
  background: #fff url(/images/error.png) no-repeat left;
  padding: 0 38px;
}

#internal_login {
  position: absolute;
  top: 50px;
  left: 20%;
  border: 1px solid #000;
  background: #eee;
  padding: 20px 50px;
  width: 40%;
}

#fade {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index:1001;
  -moz-opacity: 0.8;
  opacity:.80;
  filter: alpha(opacity=80);
}
 
#white_content {
  position: absolute;
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
  padding: 16px;
  border: 16px solid orange;
  background-color: white;
  z-index:1002;
  overflow: auto;
}

#efactura { 
  font-size: 8pt;
}

#efactura td {
}

#efactura .textoNormalNegrita {
  font-weight: bold;
  font-size: 10pt;
}

#minutes {
  margin: 20px auto;
  text-align: center;
  width: 400px;
}

#minutes table {
  width: 90%;
}

#minutes table th {
  border-bottom: 1px solid #000;
}
