@CHARSET "ISO-8859-1";

body, td, th{
	font-family: verdana,arial,sans-serif;
	font-size: 10px;
}
body{
	background-image: url(../images/fondo.jpg); 
	background-repeat: repeat;
}
input.error, select.error{
	border-color: #FF0000;
 	border-style: solid;
 	border-width: 1px;
}
div.error{
	background-color: #FFFF00;
}
input.modificar{
	background-image: url(../images/cmdModificar.png);
	background-repeat: no-repeat;
	background-color: transparent;
	height: 26px;
	width: 26px;
	border-style: none;
	border-color: transparent;
}
input.agendar {
	background-image: url(../images/cmdLeerOver.png);
	background-repeat: no-repeat;
	background-color: transparent;
	height: 26px;
	width: 26px;
	border-style: none;
	border-color: transparent;
}

input.modificar:HOVER, input.modificar:FOCUS{
	background-image: url(../images/cmdModificarOver.png);
}
input.eliminar{
	background-image: url(../images/cmdEliminar.png);
	background-repeat: no-repeat;
	background-color: transparent;
	height: 26px;
	width: 26px;
	border-style: none;
	border-color: transparent;
}
input.eliminar:HOVER, input.eliminar:FOCUS{
	background-image: url(../images/cmdEliminarOver.png);
}
input.buscar{
	background-image: url(../images/cmdBuscar.png);
	background-repeat: no-repeat;
	background-color: transparent;
	height: 26px;
	width: 26px;
	border-style: none;
	border-color: transparent;
}
input.buscar:HOVER, input.buscar:FOCUS{
	background-image: url(../images/cmdBuscarOver.png);
}
input.nuevo{
	background-image: url(../images/cmdNuevo.png);
	background-repeat: no-repeat;
	background-color: transparent;
	height: 26px;
	width: 26px;
	border-style: none;
	border-color: transparent;
}
input.nuevo:HOVER, input.nuevo:FOCUS{
	background-image: url(../images/cmdNuevoOver.png);
}
input.leer{
	background-image: url(../images/cmdLeer.png);
	background-repeat: no-repeat;
	background-color: transparent;
	height: 26px;
	width: 26px;
	border-style: none;
	border-color: transparent;
}
input.leer:HOVER, input.leer:FOCUS{
	background-image: url(../images/cmdLeerOver.png);
}
.spanDeshabilitado{
	font-style: italic;
	color: #666666;
}
.tabla th{
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
}
.tabla td{
	border-color: #DDDDDD;
	border-style: solid;
	border-width: 1px;
}
tr.focus{
	background-color: #FFFFCC;
}
tr.noFocus td{
	border-color: #DDDDDD;
	border-style: solid;
	border-width: 1px;
	color: #666666;
}
tr.filaVacia td{
	border-color: transparent;
	border-style: none;
	height: 30px;
}
.fila_enlace:HOVER td{
	background-image: url("../images/filaResaltada.png");
	background-repeat: repeat;
	background-color: transparent;
	cursor: pointer;
}
.negrilla{
	font-weight: bold;
}