@charset "utf-8";
/* CSS Document */

td img {display: block;}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00F;
}
a:hover {
	text-decoration: underline;
	color: #00F;
}
a:active {
	text-decoration: none;
	color: #00F;
}

body {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h1 { font-size:12px}

th {
	text-align:center;
	font-weight:normal;
	background-color:#6CC;
}

.links {
	color:#FFF;
	font-size:11px;
}
	
.links a {
	color:#FFF; }

.links a:hover {
	color:#00F; }
	
.content {
	text-align:justify;
	padding:11px;}
	
input, textarea, select {
	font-size:11px;
	color:#333;}
	
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	background-color:#CFF }

#form1 label.error {
	color:#C00;
	display:block
}

#form2 label.error {
	color:#C00;
}

.filas {
	background-color:#F6F6F6}

.filas1 {
	background-color:#F9F9F9}

.filas2 {
	background-color:#F0F0F0}

.filas1:hover, .filas2:hover {	
background-color:#E6FFFF;
}

.grid {
	overflow:scroll;
	height:250px;
	width:620;}