@charset "UTF-8";

#listaAsociados {
	float:left;
	width:750px;
	height: 350px;
	overflow: auto;
}
#listaAsociados  h1{
	margin-left: 10px;
	padding-left: 10px;
	margin-right: 10px;
	text-transform: uppercase;
	background-color: #CBCAA5;
	font-family: Helvetica, Arial;
	font-size: 10pt;
	font-weight: normal;
	padding-top: 3px;
	margin-bottom: 0px;
}
#listaAsociados a {
	text-decoration: none;
	color: #333333;
}
#listaAsociados a:visited {
	text-decoration: none;
	color: #333333;
}
#listaAsociados a:hover, a:focus {
	text-decoration: none;
	color: #909F54;
}
#fichaDetalle {
	float:left;
	width: 735px;
	height: 380px;
	overflow: auto;
	border: 1px solid #CBCAA5;
	background-color: #FFFFFF;
}
#fichaDetalle table {
	background-color: #FFFFFF;
	width: 715px;
}
#fichaDetalle h1 {
	color: #333333;
	line-height: 16px;
	font-family: Helvetica, Arial;
	font-size: 9pt;
	font-weight: normal;
	text-align: justify;
}
#fichaDetalle h2 {
	color: #909F54;
	line-height: 14px;
	font-family: Helvetica, Arial;
	font-weight: bold;
	font-size: 9pt;
}

