/**************************************
* system.css
* HOJA DE ESTILOS STANDARD COLORAMA CLR3
* 28/Sep/2005
*
* Todo archivo fuente HTML debe referenciar
* a esta hoja de estilos
***************************************/
#notas{ 
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #464646;
	font-size:11px;
}
	
#notas td{ 
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #464646;
	font-size:11px;
}
	
#notas a:link, a:active { 
	text-decoration: none; 
	color: #046006;
}	
	
#notas a:visited { 
	text-decoration: none; 
	color: #046006;
}	

#notas h1 { 
	text-decoration: none; 
	color: #5FA241;
	font-size:20px;
	line-height: 24px;
}	

#notas h2 { 
	text-decoration: none; 
	color: #5FA241;
	font-size:18px;
	line-height: 12px;
}	

#notas h3 { 
	text-decoration: none; 
	color: #999999;
	font-size:14px;
}	

#notas ol ul { 
	padding: 5px; 
	background-color: #E8E8E8;
	font-size:11px;
}	

#notas li { 
	margin-left: 25px; 
	padding: 5px; 
	background-color: #E8E8E8;
	font-size:11px;
}	

#notas h4, #notas h5, #notas h6 { 
	text-decoration: none; 
	color: #5FA241;
	font-size:12px;
}	

/*blockquote {
margin:10px 38px;
padding:0 0 0 50px;
border:none;
background:url("../images/quote-top.gif") no-repeat;
background-color: #CCFF99;
}

blockquote p {
padding:5px 50px 5px 0;
border:none;
background:url("../images/quote-bottom.gif") no-repeat right bottom;
background-color: #CCFF99;
}*/

blockquote {
	font: 18px/30px normal Tahoma, sans-serif;
	padding-top: 22px;
	margin: 5px;
	background-image: url(../images/openquote3.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: 65px;
	/*background-color: #CCFF99;*/
}

blockquote p {
	font-size:18px;
	display: block;
	font-style: italic;
	background-image: url(../images/closequote3.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	/*background-color: #CCFF99;*/
padding:5px 50px 5px 0;
} 