/*
 *  tinymailto.css
 *
 *  Oliver Schulze L.
 *  http://tinymailto/oliver
 *  
 *  06-aug-2006: 6/8/6
 *  17-aug-2008
 */

/* -------------------------------------------------------------------------- */
* {
  font-size: 10pt;
  font-family: verdana, sans-serif;
}

body {
  background: #fff;
  color: #333;
/*
  color: #888888;
  background-color: #fafafa;
*/
  margin: 0px;
}

/* -------------------------------------------------------------------------- */

/* header */
div.header {
  border-bottom: 3px solid #ffcc66;
/*  background-color: #dedede;*/
  background-color: #efefef;
  padding: 10px;
  min-width: 640px;
  height: 35px;
}
div.tope-pagina {
  border-top: 2px solid #dedede;
}

div.header-l {
/*  border: 1px solid red;*/
  float: left;

  margin: 0px;
  padding: 0px;
  padding-bottom: 0px;

  text-align: left;
  min-width: 300px;
  width: 300px;
  height: 35px;
  vertical-align: middle;
}
div.header-r {
/*  border: 1px solid blue;*/
  float: right;

  margin: 0px;
  padding: 0px;
  padding-bottom: 0px;

  text-align: right;
  min-width: 400px;
  width: 400px;
  height: 35px;

  font-style: italic;
}
.header-title {
  color: #888888;
  font-size: 18pt;
}


/* -------------------------------------------------------------------------- */
/* left pane */
div.cuerpo-l {
  float: left;
/*  border: 1px solid red;*/

  width: 140px;
  min-height: 400px;
}
/* right pane */
div.cuerpo-r {
  position: relative;
/*  border: 1px solid blue;*/

  margin-left: 142px;
  min-height: 450px;
  min-width: 500px;
}

/* -------------------------------------------------------- */
/* menu izquierda */

div.menu-container, div.navigation {
  padding: 5px;
}

/* Forma resumida del menu-izquierda */
a.menu-izquierda, a.menu-izquierda-abajo { 
  display: block;
/*  color: #666666;*/
  color: #333;
  background-color: transparent;
  border: 1px dashed #dedede;
  border-bottom: 0px dashed #dedede;

  text-align: left;
  width: 120px;
  padding: 3px;
  text-decoration: none; 
}

a.menu-izquierda:hover, a.menu-izquierda-abajo:hover  { 
/*  color: #666666;*/
  color: #333;
  background-color: #CCCCCC;
/*  border-right: 4px dashed #ffcc66;*/
  border-bottom: 0px dashed #dedede;
}

a.menu-izquierda:active, a.menu-izquierda-abajo:active  { 
/*  background-color: #FF9900;*/
  background-color: #ffcc66;
  border-bottom: 0px dashed #dedede;
}

a.menu-izquierda-abajo, a.menu-izquierda-abajo:hover    { 
  border: 1px dashed #dedede;
}

/* body */
div.body-container {
  padding: 5px;
}

/* footer */
div.pie-pagina {
/*  border-top: 2px solid gray;*/
  border-top: 2px solid #dedede;
  font-size: 8pt;
  font-style: italic;
  color: #dedede;
  text-align: right;
  padding: 2px;
  padding-right: 10px;
}

/* links */
a {
/*  color: #888888;*/
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #dedede; 
}
a:hover {
  border-bottom: 1px solid #f4d593; 
}

a.referrer-link {
	font-weight: bold;
  font-size: 14pt;
}

a.web-link {
/*  color: #888888;*/
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #dedede; 
/*  border-left: 0px solid white;*/
}
a.web-link:hover, a.referrar-link:hover {
  border-bottom: 1px solid #f4d593; 
/*  border-left: 0px solid white;*/
}

a.link-titulo, a.link-email-captcha, a.link-imagen {
  background-color: transparent;
  text-decoration: none; 
  border-bottom: none;
}
a.link-titulo:hover, a.link-email-captcha:hover, a.link-imagen:hover {
  background-color: transparent;
  text-decoration: none; 
  border-bottom: none;
}

a.link-example {
  background-color: transparent;
  text-decoration: none; 
  border-bottom: 1px solid #cdcdcd;
}
a.link-example:hover {
  background-color: transparent;
  text-decoration: none; 
  border-bottom: 1px solid #cdcdcd;
}


/* Tablas */
table.tabla-css {
  border-collapse: collapse;
  border: 0px solid #999999;
  /*
  margin-left: auto;
  margin-right: auto;
  */
}
td {
  border: 0px solid #999999;
}
td.invisible, td.menu {
  border: 0px solid white;
}

/* errors */
div.mensaje-error, div.mensaje-info {
  border: 2px solid #999999;
  /*background-color: #dedede;*/
  background-color: white;
  text-align: center;
  margin-left: auto;
  margin-right: auto;

  width: 450px;
  padding: 20px;
/*  -moz-border-radius: 10px;*/
}

div.mensaje-error {
  border: 2px solid red;
}

div.div-error-line {
  background-color: #fad163;
  text-align: center;
  border: 1px solid #FF9900; 
  color: black;
  padding: 5px;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

div.div-message-line {
  /*background-color: #fad163;*/
  background-color: white;
  text-align: center;
  border: 2px solid #FF9900; 
  color: black;
  padding: 10px;
  width: 450px;
  margin-left: auto;
  margin-right: auto;
}

/* titulos */
h1 {
  font-size: 150%;
  font-weight: normal;  
  font-family: arial,verdana,sans-serif;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(204, 204, 204);
}

h2 {
  font-size: 120%;
  font-weight: normal;  
  font-family: arial,verdana,sans-serif;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(204, 204, 204);
}

abbr, acronym, .abbr {
   cursor: help;
   /*border-bottom: 1px dashed #000;*/
}


/* examples */
div.doc-example {
  border: 2px solid gray;
  background-color: #fafafa;
  width: 400px;
  padding: 10px;
}
div.example-container {
  border-left: 2px solid #eeeeee;
  background-color: #fafafa;
  width: 500px;
  padding: 10px;
}
div.big-example {
  margin: 5px;
  padding: 10px;
  font-size: 12pt;
  width: 500px;
  border: 1px solid #FF9900;
}

/* text */
span.text-italic {
  font-style: italic;
}

span.text-bold {
  font-weight: bold;
}

span.text-home-ad {
  font-weight: bold;
  font-size: 12pt;
}

span.text-referrer {
  font-weight: bold;
  font-size: 14pt;
}

/* Div para la tabla de input de datos */
div.box-input {
  width: 600px;
  padding: 20px;
  border: 2px #dedede solid;
}


/* Columna izquierda de las tablas de input*/
td.cell-other {
  border-bottom: 1px solid #cecece;
  padding: 5px;
}

span.input-title {
  font-weight: normal;
  font-family: arial,verdana,sans-serif;
  font-size: 12pt;
}

span.input-description {
  font-weight: normal;
  font-style: italic;
  font-family: arial,verdana,sans-serif;
  font-size: 10pt;
}

/* Columna derecha de las tablas de input*/
td.cell-right {
  border-bottom: 1px solid #cecece;
  border-left: 2px solid #888888;
  padding: 5px;
  width: 325px;
}

/* Input de los forms */
input.input-email {
  font-size: 12pt;
  width: 314px;
}

input.input-code {
  font-size: 16pt;
}

input.input-captcha {
  font-size: 16pt;
  text-align: center;
}

/* captcha type change buttons */
.button-captcha-on {
  color: #333;
  /*background: #ffa20f;*/
  background: #ffcc66;
  border: 1px outset #cecece;
}

.button-captcha-off {
  color: #333;
  background: #fff;
  border: 1px outset #cecece;
}

/* border for kcaptcha */
div.kcaptcha-box {
  width: 120px;
  height: 60px;
  border: 2px #ffcc66 solid;
  padding: 3px;
}
