/*Botones Administracoin*/
#btncafe{
    float:left;
	display:inline;
	margin-top:0px;	
	margin-bottom:30px;
	margin-left: 0px;
	margin-right: 00px;
	font-weight:100;
}
#btncafe li {
    float:left;
	display:inline;
	color:#ab4785;
	margin-top: 0px;
	border:3px solid #0000;
}
#btncafe li a {
	font-family:Myriad pro, Arial, Tahoma;
	font-size:20px; 
	color:#7c4d22;
	display:block;
    text-align:center;
	width:150px;
	height:80px;
	outline:0;
	border-radius:15px 15px 15px 15px;
	text-decoration:none;
    padding: 20px;
	text-shadow: 1px 2px 1px #CCC;
    background: #faf0e9;
    transition: color .4s linear; }

#btncafe li a:hover { 
    background: #7c4d22; 
    color: white; 
    transition: color .4s linear; }


#RSP{
    float:left;
	display:inline;
	list-style:none;
	margin-top:0px;	
	margin-bottom:30px;
	margin-left: 0px;
	margin-right: 00px;
	font-weight:100;
}
#RSP li{
    float:left;
	display:inline;
	width:100%;
	color:#ab4785;
	margin-top: 0px;	
	border:3px solid #0000;
	margin-bottom:20px;
}
#RSP li a{
	font-family:Myriad pro, Arial, Tahoma;
	font-size:20px; 
	color:#7c4d22;
	display:block;
    text-align:center;
	height:80px;
	outline:0;
	border-radius:15px 15px 15px 15px;
	text-decoration:none;
    padding: 20px;
	text-shadow: 1px 2px 1px #CCC;
    background: #faf0e9;
    transition: color .4s linear; 
    }

#RSP li a:hover { 
    background: #7c4d22; 
    color: white; 
    transition: color .4s linear; }

#insignia span {
    color: #fff;
    text-align: center;
    font-size: 16px;
    background: #005db0;
    border-radius: 15px;
    padding: 10px 1px;
    margin-bottom: 10px;
    display:grid;
	width:100%;
	margin:10px;
}