@charset "iso-8859-1";
/*

	Hoja de estilo para TCHILE.COM
	Tipo: Básica (Netscape 4)
	
	Programación: Juan Pablo Gil R. - juanpablo@conectu.com
	Diseño gráfico: Andrés Giordano - andres@conectu.com
	Copyright 2002 - Conectu.com

*/

body {
	background-color : #F8F8ED;
	background-color : white;
	margin: 1px 1px;
	padding: 1px 1px;
}

body, td, th, input, select {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}
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;
}






p.UdEstaAqui { text-align: right; margin: 0 0; padding: 0 0; }


/*


	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;}
a.submit, input.submit {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
/*	background: #d0d9d0;
	border: 2px solid #556655;
	color: #222;
*/
}


/*	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;
}


/*	Pestañas	*/
#pestanas {
	border: 2px solid #FEEECC;
	border-right: none;
	width: 500px;
	margin: 10px 40px;
}
#pestanas tr.titulos th {
	border-right: 2px solid #FEEECC;
	border-bottom: 2px solid #FEEECC;
	padding: 2px 10px;
	background: #FEEECC;
}

#pestanas tr.titulos th a {
	color: blue;
}
#pestanas td.pantallas {
	border-right: 2px solid #FEEECC;
	padding: 10px;
	background: #fffff5;
}





/*


	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;  }

