/* ---------------------------------------------------- */
/* COTECAN Stylesheet                                   */
/*                                                      */
/* Copyright ©2004                                      */
/* ---------------------------------------------------- */

/* ---------------------------------------------------- */
/* Estilos / styles                                     */
/* ---------------------------------------------------- */

body {
	background-color: FFFFFF;
	scroll: no;
	margin: 10px 10px 95px 10px;
	border: none;
	overflow: hidden;
}

input, textarea, select {
    font: menu;
    border: 1px solid buttonshadow;
	padding: 2px;
    height: 19px;
}

a {
	color: #383838;
}

fieldset {
	padding: 10px;
}

legend {
	font: menu;
}

.smallest {
    font-family: Verdana, Arial, Helvetica;
    font-size: 7pt;
}

.small {
    font-family: Verdana, Arial, Helvetica;
    font-size: 8pt;
}
/*--------------------------------------------------*/
/* Estilo para el menú */
.menu a {
	color: Black;
	text-decoration: none;
}
.menu a:hover {
	color: highlight;
	text-decoration: underline;
}
.menu blockquote {
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 0px;
}
/*--------------------------------------------------*/
/* Estilo para listado vacío */
.listado_vacio {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	background-color: White;
	width: 525px;
	text-align: center;
	border: buttonshadow 1pt solid;
}
/*--------------------------------------------------*/
/* Estilo para las tablas listado */
.tabla_listado {
	font:		Icon;
	border:		1px Solid ThreeDShadow;
	background:	Window;
	color:		WindowText;
}

.tabla_listado thead {
	background:	ButtonFace;
}

.tabla_listado td {
	padding:	2px 5px;
}

.tabla_listado thead td {
	border:			1px solid;
	border-color:	ButtonHighlight ButtonShadow
					ButtonShadow ButtonHighlight;
	cursor:			default;
}

.even {
	background:	#eee;
}

.odd {

}
/*--------------------------------------------------*/
/* Estilo para el combo/select */