a.Ntooltip {
	position: relative; /* es la posición normal */
	text-decoration: none !important; /* forzar sin subrayado */
	color:#000 !important; /* forzar color del texto */
	font-weight:normal !important; /* forzar negritas */
	font-size: x-small;
}

a.Ntooltip:hover {
	z-index:999; /* va a estar por encima de todo */
	background-color:#000000;
}

a.Ntooltip span {
	display: none;
}

a.Ntooltip:hover span {
	display: inline; /* se fuerza a mostrar el bloque */
	position: absolute; /* se fuerza a que se ubique en un lugar de la pantalla */
	top:auto;
	left:auto; /* donde va a estar */
	width:113px; /* el ancho por defecto que va a tener */
	padding:0px; /* el color de fondo por defecto */
	color: #000; /* el color de los textos por defecto */
	font-family: Verdana, Geneva, sans-serif;
	border: 10;
	background-color: #FFF;
	font-style: italic;
	text-align: center;
}

td, table{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	vertical-align:top;
	line-height:14px;
	color:#333333;
	text-align: left;

	
}


form { margin:0px; padding:0px}
body { margin:0px; padding:0px; background-color: #FFFFFF}

a { color:#E93400; text-decoration:none}
a:hover{ text-decoration:none}

span a { color:#FF9900; text-decoration:none}
span a:hover{ text-decoration:none}

.list ul{margin:0px; padding:0px; list-style:none; line-height:19px;}
.list ul li{ background:url(images/list_marker.gif) no-repeat left top; padding:0 0 0 10px}
.list ul li a{ color:#00FF33; text-decoration:underline}
.list ul li a:hover{text-decoration:none}

.policy{ color:#7F7F7F}
.policy a{ color:#000000; text-decoration:none}
.policy a:hover{ text-decoration:underline}

span{ color:#000000}

strong a{ font-size:10px}

strong{ font-size:10px}
b{ color:#FF66FF}

.form input {
	width:191px;
	height:21px;
	font-family:verdana;
	font-size:9px;
	color: #7F7F7F;
	padding:2 0 0 6px;
	border-color:#D5D5D5;
	border-style:solid;
	border-width:1px;
	background-color:#F8F8F8
}

.form textarea {
	width:191px;
	height:102px;
	font-family:verdana;
	font-size:9px;
	color:#7F7F7F;
	overflow:hidden;
	padding:2 0 0 6px;
	border-color:#D5D5D5;
	border-style:solid;
	border-width:1px;
	background-color:#F8F8F8
}

.negrita  {
	color:#000000;
	font-size:16PX;
	font-weight:600;
	letter-spacing:1px;
	font-family:'Maven Pro', sans-serif;
	font-style:normal;
	text-decoration:none;
	text-align: center;


}

.negrita2 {
	color:#000000;
	font-size:16px;
	font-weight:500;
	letter-spacing:normal;
	font-family:'Maven Pro', sans-serif;
	;
	font-style:normal;
	text-decoration:none;
	text-align: justify;
}

.upercase {
	text-transform: uppercase;
	font-weight: bold;
	color: #FF9900;
	text-align: center;
	font-size: 12px;

}

.table2 {
	text-align: justify;
}
.a[title] {
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
}

.indent {text-indent: 1cm}
.table2 tr td .negrita {
	text-align: center;
}
.scroll .table2 tr td .table2 {
	color: #333;
}

