#menu_interno{
	padding-right:20px;
	margin:0px;
	background-color:#872C47;
	height:5px;
}
#menu_interno li{
list-style-type: none;
    float: right;
    background-color: #872C47;
    padding: 5px 5px 7px 5px;
    color: #FFFFFF;
    font-size: 11px;
    margin-top: 5px;
    cursor: pointer;
    border: 1px solid #eaeaea;
    border-top: 0px;
}
#menu_interno li:hover{
	background-color: #E8C325;
}
#areacontentmenuinteno{
    margin-top: 115px;
}
#areacontentmenuinteno #menu_interno{
    background-color:#BBBBBB;
}
#areacontentmenuinteno #menu_interno li{
    background-color:#BBBBBB;
}

.form td{
  padding-bottom: 10px;
  padding-top: 0px;
}
.form a{
	color: #AFAFAF
}
.form a:hover{
	color: #E8C325;
}

.label{
	text-align:right;
	font-size: 11px;
	font-weight:bold;
	vertical-align: bottom;
}
.division{
	font-weight: bold;
    padding-bottom: 0px !important;
    padding-top: 18px !important;
    font-size: 13px;
    text-transform: uppercase;
}
.division::before { 
    content: "=== ";
}
.division::after { 
    content: " ===";
}
.boton{
	padding-left:80px; /* TRBL */
	text-align: right;
	vertical-align: bottom;
}
.text{
	border-bottom: 1px dotted;
	padding-left:10px;
	text-align:center;
}

.img_chiquita{
	width:60px;
	padding-left:10px;
	cursor:pointer;
}
oblig{
    color:red;
    font-weight:bold;
    padding-right:3px;
    font-size:18px;
    vertical-align:sub;
}

	/* = = = = = = = = = = = = = = = = A D J U N T A R   A R C H I V O = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/

	.cargarndo{
	  	display:none;
	  	position: absolute;
	  	top: 0;
		width: -webkit-fill-available;
	    height: -webkit-fill-available;
	    background-color: #00b3e3;	  
	}
	.barrita{
		display:none;
		width: -webkit-fill-available;
	    height: 50px;
	    top: -6px;
	    position: absolute;
	  }
	.cargarndo #verde{
		background-color: #30e47d;
    	text-align: center;
	  	position: absolute;
	    top: 0;
	    width: 100%;
	    padding: 5px 0;
	}
	.trash{
	  	width: 25px;
	    display: none;
	    position: absolute;
	    top: 3px;
	    left: 4px;
	    cursor: pointer;
	}







