/* ·························································································
				SELECTORES UNIVERSALES
························································································· */
		
/* LINKS */
	a:link, a:visited  {
		text-decoration:underline;
		color:#000000;
		}
		
	p {  
		margin:5px 0 5px 0;
		line-height:16px;
		text-align:justify;
		}
		
	img{	border:none !important;}
	
	strong{
		color:#000000;
	}
	
	h1 {
		font-weight: normal; 
		font-style: normal;
		font-size:17px;
		/*color:#81170d;*/
		color:#000000;
		padding-bottom:5px;
		margin:0;
		/*border-bottom:1px solid #F4F4F4;*/
		}
		
	.relatedlinks {
		font-size:14px;
		color:#7E7E7E;
		padding-bottom:5px;
		margin:10px 0 0 0;
		border-bottom:1px solid #F4F4F4;
		}

		
	h2 { 
		font-size:15px;
		font-weight: normal; 
		font-style: normal;
		padding:0;
		color:#484848;
		/*color:#EFB147;*/
		margin:0;
		}


	h3 { 
		/*font-family:"Trebuchet MS";*/
		font-size:14px;
		font-weight: normal; 
		font-style: normal;
		margin:10px 0 0 0;
		padding:0;
		color:#000;
		}
		
	table{
	font-size:13px;
}
