body
{
	#background-color: #F5F5F5;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}

body,td,th
{
	font-family: helvetica;
	font-size: 13px;
}

.Estilo1
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}

.Estilo3
{
	color: #000000;
	font-size: 14px;
}

a.sesion:link
{
	color: #BBBBBB;
	font-size: 10px;
	text-decoration: none;
}

a.sesion:visited
{
	color: #BBBBBB;
	font-size: 10px;
	text-decoration: none;
}

a.sesion:hover
{
	color: #BBBBBB;
	font-size: 10px;
	text-decoration: underline;
}

a.sesion:active
{
	color: #BBBBBB;
	font-size: 10px;
	text-decoration: none;
}

.exito
{
	color: #0000FF;
	font-size: 14px;
	font-weight: bold;
}

.error
{
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
}

input
{
	border: thin solid #666666;
}
/*
a:link
{
	font-family: helvetica;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

a:hover
{
	font-family: helvetica;
	font-size: 14px;
	color: #000000;
	font-weight: lighter;
}

a:visited
{
	font-family: helvetica;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
*/
.Estilo4
{
	font-size: 14px;
	font-weight: bold;
}

.estiloFalta
{
	font-family: helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: blink;
}

#divLista
{
	width:319px;
	height:100px;
	overflow:auto;
	border:solid 1px #ccc;
	font-family: helvetica;
	font-size: 13px;
	font-weight: bolder;
	background-color: #F2F2F2;
}

.tabla
{
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: #D0D0D6;
}

.tabla th
{
	font-family: helvetica;
	font-size: 13px;
	border-width: 1px;
	padding: 3px;
	border-style: inset;
	border-color: gray;
	background-color: #E6EEE6;
}

.tabla td
{
	font-family: helvetica;
	font-size: 13px;
	border-width: 1px;
	padding: 3px;
	border-style: inset;
	border-color: gray;
	background-color: rgb(228, 228, 228);
}

.tabla_listado
{
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: #F0F0F6;
}

.tabla_listado th
{
	font-family: helvetica;
	font-size: 13px;
	border-width: 1px;
	padding: 3px;
	border-style: inset;
	border-color: gray;
	background-color: #D0D0D6;
	cursor: arrow;
}

.tabla_listado tr
{
	font-family: helvetica;
	font-size: 13px;
	border-width: 1px;
	padding: 3px;
	border-style: inset;
	border-color: gray;
	background-color: #F0F0F6;
	cursor: arrow;
}

.tabla_listado tr:hover th[scope=row], .tabla_listado tr:hover td
{ 
	background-color: #D0D0D6;
	cursor: pointer;
	cursor: hand;
}

.tabla_listado td
{
	font-family: helvetica;
	font-size: 13px;
	border-width: 1px;
	padding: 3px;
	border-style: inset;
	border-color: gray;
	background-color: #F0F0F6;
	cursor: pointer;
	cursor: hand;
}

.tr_cliente
{
	height: 30px;
	cursor: pointer;
	cursor: hand;
}

.td_en_reparacion
{
	color: #CC0000;
	font-weight: bold;
}

.td_reparado
{
	color: #B45F04;
	font-weight: bold;
}

.td_no_se_repara
{
	color: #0000FF;
	font-weight: bold;
}

.td_enviado
{
	color: #006600;
	font-weight: bold;
}

.tabla_menu td:hover
{ 
	background-color: #D0D0D6;
	text-shadow: 1px 1px 1px #FFF;
	cursor: pointer;
	cursor: hand;
} 


body
{
	text-align: center;
}

body.loginform
{
	background-color: #04384D;
    display: block;
    text-align: center;
    width: 30em;
}

body.loginform div.contenedor
{
    text-align: left;
    width: 30em;
    margin: 30 auto;
}

form.login label
{
    float: left;
    width: 10em;
    font-weight: bolder;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #000;
}

form.login legend
{
    font-weight: bolder;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #000;
}
