@charset "utf-8";
/* CSS Document */



#seccion {
	background-color:#E6E9E5;
	font-size:10px;
}


#nav {
	margin-top:23px;
	height:21px;
	margin-left:30px;
}

#nav a {
	display:block;
	float:left;
	background-image:url(../../imgs/btn2.gif);
	width:76px;
	height:19px;
	text-align:center;
	padding-top:2px;
}

#nav a:hover {
	background-image:url(../../imgs/btn1.gif);
}

a{
	color:#4c4c4c;
	text-decoration:none;
}

a:hover{
	color:#000000;
}

.usuarios th {
	text-align:center;
}

.usuarios td {
	padding:10px;
}



#edit .renglon {
	margin-bottom:20px;

}
