/*CSS para PA2012.1 ESPECIALES*/
/*© Enrique Berger MAY 2012*/


/* ==== LISTS TEXT ===== */
	
.list_center {
	font-family: Verdana; 
	font-size: 8pt; 
	text-align: center; 
	margin-left: 0; 
	margin-right: 0;
	margin-top: 2px; 
      margin-bottom: 10px; 
      line-height:100%}

.list_center a{
	text-decoration: none; 
	text-align: center}

.list_center a:hover {
	text-decoration:none; 
	color:#FFFF00; 
	background-color:#CC3300;}
	
.list_left {
	font-family: Verdana; 
	font-size: 10pt; 
	text-align: left; 
	margin-left: 10px; 
	margin-right: 0;
	margin-top: 3px; 
      margin-bottom: 0; 
      line-height:140%}

.list_left a{
	text-decoration: none; 
	text-align: center}

.list_left a:hover {
	text-decoration:none; 
	color:#FFFF00; 
	background-color:#CC3300;}
	
.list_relation {
	font-family: Verdana; 
	font-size: 9pt; 
	text-align: left; 
	line-height: 120%; 
      margin: 4px 5px; 
      padding-left:20px; 
	background-position: left center;
	background-image:url('../../images/999/ico_ArrowRight.png'); 
      background-repeat:no-repeat; 
      background-attachment:scroll; 
      color:#000000;}


/* ==== SITEMAP TEXT ===== */
	
.sitemap_text {
	font-family:Verdana;
	font-size:10pt; 
	text-align:left; 
	line-height:120%; 
	margin-left:3px; 
	margin-right:0; 
	margin-top:3px; 
	margin-bottom:0px} 
	
.sitemap_text a:link {
	text-decoration:none} 
	
.sitemap_text a:hover {
	color:#FFFF00; 
	text-decoration:none; 
	background-color:#CC3300}

.sitemap_text span {
	font-family:Verdana;	
	color:#FFFF00; 
	font-size:10pt; 
	font-style:italic; 
	font-weight:bold; 
	text-align:left;
	height:auto; 
	line-height:150%; 
	background-color:#40AFB2}	
	
.sitemap_separator {
	border-bottom:1px dotted #40AFB2; 
	padding-bottom: 5px; 
	padding-top:0;
	font-size:2pt; position:relative; top:-5px}	

/* end */