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

li { 
	list-style:none;
}
.destinos-left input { background-color:#fff; border:1px solid #333; margin:5px; }

#title_abm {
	width:520px;
	height:30px;
	font-family:Verdana, Geneva, "Trebuchet MS";
	font-size:11px;
	color:#333;
	font-weight:bold;
	border-top:#3399FF 1px dashed;
	border-bottom:#3399FF 1px dashed;
	padding:10px 0 10px 0;
}

#info_abm {
	font-size:11px;
	color:#333;
	font-weight:bold;
	empty-cells:show;
}

.info_abm {
	font-family:Verdana, Geneva, "Trebuchet MS";
	font-size:11px;
	color:#000;
}
	
.logout {
	position:absolute;
	top:20px;
	bottom:20px;
	left:430px;
}

.modificar_abm {
	background-image:url(images/modificar.jpg);
	background-repeat:no-repeat;
}

.eliminar_abm {
	background-image:url(images/eliminar.jpg);
	background-repeat:no-repeat;
}

.tipos_abm {
	font-family: Verdana, Geneva, "Trebuchet MS";
	font-size:11px;
	color:#3366CC;
	text-decoration:underline;
	font-weight:bold;
}

#tabla_abm {
	margin:10px; 
	height:auto;
	width:500px;
	border-right:0;
	border-left:0;
}

#tabla_abm td {
	height:20px;
	border-top:1px #e1e1e1 solid;
	border-bottom:1px #e1e1e1 solid;
	border-right:0;
	border-left:0;
	text-align:left;
	font-family:Verdana, Geneva, "Trebuchet MS";
	color:#333;
}
	
.titulos_abm {
	border-bottom:1px #e1e1e1 solid;
	border-right:0;
	border-left:0;
	background-color:#9FD9F7;
	font-weight:bold;
}
