/*

   Hoja de estilo para TURISMOCHILE.COM
   Tipo: Básica (Amigable)

   Programación: Juan Pablo Gil R. - juanpablo@conectu.com
   Copyright 2002 - Conectu.com

*/


body, td, th, input, select {
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size : 11px;
}

h1 {
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   color : #383838;
   font-size : 150%;
}

h2 {
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   color : #444;
   font-size : 130%;
}

h3 {
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   color : #444;
   font-size : 115%;
   font-style: italic;
}

h1 a, h2 a, h3 a {
   /*color: blue;*/
}

textarea {font-size : 12px;}

a:hover { color: red; text-decoration: underlined; }

blockquote { font-style: italic; margin: 15px 30px; }

.w3 { display: none; }
.ocultar{ display: none; }

.ListaNav a { color: blue; }

/*

      Mensajes de exito o error

*/
.MsgExito, .MsgError {
   margin: 20px;
   padding: 5px;
   border: 1px solid Green;
   background: #EFF5E9;
}
.MsgError {
   border: 1px solid Red;
   background: #FFFFE0;
}


.UdEstaAqui { text-align: right; margin: 0 0; padding: 3px 5px 5px 20px; color: white; }
.UdEstaAqui a { color: white; }
.UdEstaAqui a:hover { color: yellow; }
#Idioma { padding-left: 10px; font-size: 90%; }
#Idioma a { color: green; text-decoration: none; }

/*


   Formularios y tablas de edición de datos


*/

form textarea { background: #f5f3f3; }
input.text { background: #f5f3f3; }

td.ListaNav { font-size: 11px; padding: 10px 0; text-align: center; font-weight: bold; color: gray; }
td.submit { text-align: center; padding: 10px 0;}


/*   Tablas para formularios de entrada de datos   */
table.formdata {
   background: white;
}
table.formdata td, table.formdata th {
   border: 1px solid #ccc;
   padding: 5px;
   background: white;
}


/*   Tablas para listas ordenadas de datos   */
table.lista {
   background : #8E8E8E;
}
table.lista td, table.lista th {
   padding: 2px; background : white;
}

table.lista th {
   background : #E1E1E1; font-weight: normal;
}
table.lista form {
   margin: 0 0; padding: 0 0;
}

/*


   Ayuda


*/
.help { margin: 0 0.5em; background: none; border-bottom: 1px dotted gray; color: gray; cursor: help;}
a.help { text-decoration: none; }
a.help:hover { text-decoration: none; color: blue; border-bottom: 1px dotted blue;  }
