/****************************************
 * TITLE   : BlueTranquility Stylesheet * 
 * REVISED : September 28, 2004         *
 * AUTHOR  : Linus "ElderDude" Gibson   *
 * EMAIL   : linusgibson@yahoo.com      *
 * SITE URL: http://linus.no-ip.com     *
 ***************************************/
/*
Al utilizar fonts.css de yahoo
If you want this size in pixels (px) Declare this percent (%)
10  77
11  85
12  92
13  100
14  107
15  114
16  122
17  129
18  136
19  144
20  152
*/

/*body {font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
*/
body {font-size:small; font: 13px Arial, Helvetica, sans-serif }
table {font-size:inherit;font:100% arial,helvetica,clean,sans-serif;}

/**
 * 99% for safari; 100% is too large
 */
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}

/**
 * Bump up !IE to get to 13px equivalent
 */
pre, code {font:115% monospace;font-size:100%;}
/*pre, code {font:115% monospace;*font-size:100%;}
*/

/**
 * Default line-height based on font-size rather than "computed-value"
 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
 */
body * {line-height:1.22em;}
/******** fin fonts.css de yahoo *******/

/******** no explorer de kriptopolis *******/
a#noie {
position: fixed;
right: 0;
bottom: 0;
display: block;
height: 80px;
width: 80px;
background: url(/imagenes/mejor.gif) 
bottom right no-repeat;
text-indent: -999em;
text-decoration: none;
}
/******** fin no explorer de kriptopolis *******/

/******** General *******/
a:link {
  color: #999966; text-decoration: none;
}

a:visited {
  color: #333333; text-decoration: none;
}

a:visited:hover {
  color: #FF7F00; text-decoration: underline;
}

a:hover {
  color: #FF7F00; text-decoration: underline;
}

a:active {
  color: #333333; text-decoration: none;
}

a:active:hover {
  color: #FF7F00; text-decoration: underline;
}

body {
  background-color: #EFEFEF;
  color: #666666;
  padding: 10px 20px 10px 20px;
}

p {
  text-align: justify;
  margin: 0px 0px 0px 0px;
}

p.noheight {
  line-height: 1.12em;
}

ul {
  text-align: justify;
}

img {
  border: none;
}

/* Note: Compensates for IE acronym dotted underline bug */
acronym {
  border-bottom: 1px dotted #000000;
  cursor: help;
}

/******** Header *******/
div#header {
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #00478D;
  padding: 5px 10px 10px 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  width: auto;
  margin: 0px 0px 10px 0px;
}

/* Note: Temporary Message for Ad Banner Area (remove if using banner image) */
div#header span {
/*  border: 1px solid #000000; */
  float: right;
  margin: 8px 0px 0px 10px;
  width: 300px;
  height: 60px;
  font-size: 77%;
  text-align: left;
}

/* Note: Optional Ad Banner Area (remove if not using banner image at all) */
div#header img {
/*  border: 1px solid #000000; */
  float: right;
  margin: 5px 0px 0px 10px;
  clear: right;
/*  width: 120px;
  height: 60px;	 */
}

div#header h1 {
  color: #00478D;
  cursor: default;
  font-size: 40px;
  margin: 0px 0px 0px 10px;
  width: 340px;
}

div#header h2 {
  color: #414141;
  cursor: default;
  font-size: 100%;
  margin: 5px 0px 0px 10px;
  width: 340px;
}

/******** Side Bar *******/
div#sidebar {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  float: left;
  width: 214px;
}

div#sidebar img {
  border: none;
}

div#sidebar p {
  text-align: left;
}

/******** Nav Menu *******/
div#nmenu {
  font-size: 100%;
  font-weight: bold;
}

div#nmenu span {
  background-color: #00478D;
  border: 1px solid #000000;
  color: #FFFFFF;
  cursor: default;
  display: block;
  text-decoration: none;
  padding: 3px 10px 3px 10px;
  width: 100%;
}

div#nmenu a:link {
  background-color: #FFFFFF;
  border: 1px solid #00478D;
  display: block;
  padding: 3px 10px 3px 10px;
  width: 100%;
}


div#nmenu a:visited {
  color: #999966;
  text-decoration: none;
  background-color: #FFFFFF;
  border: 1px solid #00478D;
  display: block;
  padding: 3px 10px 3px 10px;
  width: 100%;
}

div#nmenu a:visited:hover {
  color: #FF7F00;
  text-decoration: underline;
}
/******** Misc Info *******/
div.miscinfo {
  background-color: #FFFFFF;
  border: 1px solid #00478D;
  font-size: 77%;
  padding: 3px 10px 3px 10px;
  margin-top: 8px;
  width: 100%;
}
div.miscinfo p {
  text-align: justify;
  padding-left: 14px;
}

/******** Content *******/
div.title {
/*  background-color: #FFFFFF;
*/
  background-color: #00478D;
  border-top: 1px solid #00478D;
  border-right: 1px solid #00478D;
  border-left: 1px solid #00478D;
/*  color: #00478D;
*/
  color: #FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
  font-weight: bold;
  padding: 3px 10px 3px 10px;
  margin: 10px 0px 0px 250px;
}

div.title a:link {
  color: #FFFFFF; text-decoration: none;
}

div.title a:visited {
  color: #FFFFFF; text-decoration: none;
}

div.title a:visited:hover {
  color: #FF7F00; text-decoration: underline;
}

div.title a:hover {
  color: #FF7F00; text-decoration: underline;
}

div.title a:active {
  color: #FFFFFF; text-decoration: none;
}

div.title a:active:hover {
  color: #FF7F00; text-decoration: underline;
}

div.content {
  background-color: #FFFFFF;
  border: 1px solid #00478D;
  padding: 6px 10px 6px 10px;
  margin-left: 250px;
}
div.content p {
  text-align: justify;
  padding-left: 14px;
}

div.content table {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 85%;
  background-color: #FFFFFF;
  width: auto;
  table-layout: fixed;
}

.datos {
	background-color: #c8d2d7;
	color: #333333;
    margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}

div.aviso {
  background-color: #EFEFEF;
  text-align: center;
  border: none;
  padding: 6px 10px 6px 10px;
  margin-left: 250px;
}

div#final {
  background-color: #FAFAD9;
  color: #666666;
  border: 1px solid #00478D;
  padding: 5px 10px 10px 5px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 77%;
  font-style: italic;
  width: auto;
  margin: 10px 0px 10px 0px;
}

div#final span {
/*  border: 1px solid #000000; */
  float: right;
  text-align: left;
}
