<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***********************************************************************************************************************
DOCUMENT: style/format.css
DEVELOPED BY: Ryan Stemkoski
COMPANY: Zipline Interactive
EMAIL: ryan@gozipline.com
PHONE: 509-321-2849
DATE: 2/26/2009
DESCRIPTION: This document contains the structural formatting files for the accordion style menu.
************************************************************************************************************************/
#wrapper {
	width: 690px;
	margin-left: auto;
	margin-right: auto;
	}

.accordionButton {
	width: 685px;
	float: left;
	_float: none;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #015999;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9d9d9d;
	height: 28px;
	padding-top: 7px;
	padding-left: 5px;
	background-image: url(https://www.palermo.edu/economicas/contenidos/img/flecha-down.jpg);
	background-repeat: no-repeat;
	background-position: 670px 10px;
	}
.titulo-ac {
	width: 685px;
	float: left;
	_float: none;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #015999;
	text-decoration: none;
	padding-left: 5px;
	margin-top: 20px;
	margin-bottom: 0px;
	overflow: hidden;
}

	
.accordionContent {
	width: 670px;
	float: left;
	_float: none;
	padding-left: 5px;
	padding-top: 20px;
	padding-bottom: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 13px;
	line-height: 19px;
	font-weight: normal;
	padding-right: 15px;
	}
.autoridad {
	float: left;
	width: 668px;
	margin-bottom: 30px;
	text-align: left;
}
.nombre-autoridad {
	float: left;
	width: 240px;
	overflow: hidden;
}
.cv {
	float: left;
	width: 425px;
	overflow: hidden;
}
.cv a {
	color: #008BB8;
	text-decoration: none;
	font-size:13px;
}




	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	background-image: url(https://www.palermo.edu/economicas/contenidos/img/flecha-up.jpg);
	background-repeat: no-repeat;
	background-position: 670px 10px;
	}
	
.over {

	}
</pre></body></html>