/* ==========================================
** Anotation
**
** Acronym's
** ------------------------------------------
** ==========================================
*/

.anotation {
	text-decoration : none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Gray;
	font-size : 7pt;
}

.about {
	font-family : Arial;
	font-size : 8pt;
	margin-top: 12px;
	margin-bottom: 12px;
	padding : 5px;
	border: 1px solid #305A6C;
	background-color: #FFFFE1;
}

.about SPAN {
	font-family : Arial;
	font-size : 8pt;
	font-wight : bold;
}

.about ul {
	margin-top: 0px;
	margin-left: 18px;
	margin-bottom : 6px;
}


/*========================Formularios de facturas
*/
.total {
	font-family : Arial;
	font-size : 10pt;
	margin-top: 0px;
	margin-bottom: 0px;
	padding : 1px;
	background-color: #FFFFE1;
}

.numerico {
	font-family : Arial;
	font-size : 8pt;
	margin-top: 0px;
	margin-bottom: 0px;
	padding : 1px;
}

.titulo {
	font-family : Arial;
	font-size : 8pt;
	margin-top: 0px;
	margin-bottom: 0px;
	padding : 5px;
	background-color: #D8D8D8;
	color: #000000;
	font-style: normal;
	font-weight: bold;
}

.nota {
	font-family : Verdana;
	font-size : 7pt;
	margin-top: 0px;
	margin-bottom: 0px;
	padding : 5px;
	background-color: #D8D8D8;
	color: #000000;
	font-style: normal;
	font-weight: bold;
}

.icono {
	font-size: 90%;
	color: #000066;
  	/*text-align: right;*/
  	margin-top: 0;
  	margin-bottom: 5px;
  	padding-top: 0;
}

.icono img {
	vertical-align: middle;
	padding-right: 6px;
	/*width: 37px;*/
	/*height: 37px;*/
}

#text_right {
    text-align: right;
}

#text_left {
    text-align: left;
}

#text_center {
    text-align: center;
}

