.marker {
    display: block;
    border: none;
    cursor: pointer;
    padding: 0;
}

.pList{
	border: solid 1px;
	border-radius: 3px;
	padding:5px;
	margin:2px;
}

.pListP{
	border: solid 1px;
	border-radius: 3px;
	padding:5px;
	margin:2px;
}

.izq {
    width: 70%;
    float:left; /* add this */
	/*border: solid 1px;*/
}

.der {
	width:30%;
    float: left; /* add this */
	min-height: 22px;
	/*border: solid 1px;*/
}

.nuevo{
	background-color:#48bc13;
	color:black;
	text-align: center;
}

.prvDiv{
	border: solid 1px;
	border-radius: 5px;
	text-align: center;
	width:30px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 3px;
}


.estAct{
	color: green;
}

.estInact{
	color: red;
}

.circulito{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border:solid 1px;
}

.azul{
	color: SkyBlue;
}

.rojo{
	color: red;
}

.verde{
	color: green;
}

.desactivado{
	cursor: not-allowed;
}

#container {
    height: 500px; 
    min-width: 310px; 
    max-width: 800px; 
    margin: 0 auto; 
}
.loading {
    margin-top: 10em;
    text-align: center;
    color: gray;
}

