.yellow {
	background-color:#FFFF00;  /* Amarillo */
    color:#000000;             /* Azul */
}

h1 {
    font-family: Georgia, "Times New Roman", serif; 
	font-size : 300%;
	font-weight : bold;
	color:#FF0000;
	padding: 2px;
}

h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 100%;
	font-weight : bold;
	color: #000000;
/*	padding-bottom : 2px;*/
/*	border-bottom : 1px solid #A3B3C0;*/
}

h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 110%;
	font-weight : bold;
	font-style : italic;	
	color: #003060;
	padding-bottom : 2px;
}

h4 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 120%;
	font-weight : bold;
	color: #000000;
	padding-bottom : 2px;
}

h5 {
    color: #FF0000; 
	font-weight: bold; 
	font-size: 18px; 
	font-family: Arial;
}

.naranja {
    color:#FF6600;
	font-weight: bold; 
	font-size: 18px; 
	font-family: Arial;
}

.quote {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 80%;
	color: #003060;
	padding-bottom : 2px;
	border : 1px solid #A8B2BB;
	font-style : italic;
	margin-left : 25px;
}

.Quote {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 80%;
	color: #003060;
	padding-bottom : 2px;
	border : 1px solid #A8B2BB;
	font-style : italic;
	margin-left : 25px;
}

.code {
	color:#000000;
	font-family: "Courier New", Courier, monospace;
	font-size:10pt;
	border: 1px solid #000000;
	padding: 3px;
	background: #FFFFCC;
}

.Code {
	color:#000000;
	font-family: "Courier New", Courier, monospace;
	font-size:10pt;
	border: 1px solid #000000;
	padding: 3px;
	background: #FFFFCC;
}

.note {
	color:#000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:90%;
	border: 1px solid #000000;
	padding: 3px;
	font-weight : bold;	
	font-style : italic;	
	background: #FFFFDB;
}

.Note {
	color:#000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:90%;
	border: 1px solid #000000;
	padding: 3px;
	font-weight : bold;	
	font-style : italic;	
	background: #FFFFDB;
}

.highlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	background-color: #EFF1F0;
	border: 1px solid #666699;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}

.Highlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	background-color: #EFF1F0;
	border: 1px solid #666699;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}

.tip {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #EFF1F0;
	text-align: center;
	vertical-align: middle;
}

.Tip {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #EFF1F0;
	text-align: center;
	vertical-align: middle;
}

.codebackground {
	color:#000000;
	font-family:'Courier New', 'Courier', 'Serif';
	font-size:10pt;
	padding: 3px;
	background: #FFFFCC;
}

.Codebackground {
	color:#000000;
	font-family:'Courier New', 'Courier', 'Serif';
	font-size:10pt;
	padding: 3px;
	background: #FFFFCC;
}

.nowrap { 
  white-space: nowrap; 
}

img#sign { float: left; margin: 0 5px 0px 0; }
