<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "iso-8859-1";

/* estilos divs desplegables */

.desplegables {
	background-color: #FFF;
	z-index: 100;
	border: 1px solid #375794;
}
.desplegables a{
	height:22px;
	width:261px;
	display: block;
	color: #535151;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 5px;
	padding-left: 15px;
}
.desplegables a:hover{
	color: #FFF;
	text-decoration: none;
	background-color: #ab2b4e;
}
.desplegables p {
	background-color: #FFF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #375794;
	text-decoration: none;
	padding-left: 15px;
	padding-bottom: 4px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #375794;
}
.bot-carreras {
	background-image: url(https://www.palermo.edu/img2012/headers/botonera/btn02b.jpg);
	height: 30px;
	width: 95px;
	z-index: 99;
}
.bot-ingresantes {
	background-image: url(https://www.palermo.edu/img2012/headers/botonera/btn01b.jpg);
	height: 30px;
	width: 119px;
	z-index: 99;
}
.bot-sobre {
	background-image: url(https://www.palermo.edu/img2012/headers/botonera/btn03b.jpg);
	height: 30px;
	width: 167px;
	z-index: 99;
}

#desp-carreras {
	position:absolute;
	z-index:1;
	visibility: hidden;
	padding-bottom: 8px;
}
#bot-carreras {
	position:absolute;
	z-index:2;
	visibility: hidden;
}
#desp-ingresantes {
	position:absolute;
	z-index:3;
	visibility: hidden;
	padding-top: 8px;
	padding-bottom: 8px;
}
#bot-ingresantes {
	position:absolute;
	z-index:4;
	visibility: hidden;
}
#desp-sobre {
	position:absolute;
	z-index:5;
	visibility: hidden;
	padding-top: 8px;
	padding-bottom: 8px;
}
#bot-sobre {
	position:absolute;
	z-index:6;
	visibility: hidden;
}
</pre></body></html>