.txtPie {
	font-family: Tahoma;
	font-size: 9px;
	color: #333333;
}
.txt12 {

	font-family: "Arial", "Helvetica", "sans-serif";
	FONT-SIZE: 12px;
	LINE-HEIGHT: 18px;
	color: #FFFFFF;
}
.txt12Black {


	font-family: Tahoma;
	font-size: 12px;
	color: #113360;
}


.popupTitulo {font-family:"Trebuchet MS",sans-serif;font-weight: bold;font-size:18px;text-decoration:none;}
.popupTitulo1 {font-family:"Trebuchet MS",sans-serif;font-weight: bold;font-size:18px;text-decoration:none;color: #FF9900;}
.popupTitulo2 {font-family:"Trebuchet MS",sans-serif;font-weight: bold;font-size:18px;text-decoration:none;color: #FFFFFF;}
.popupTitulo3 {font-family:"Trebuchet MS",sans-serif;font-weight: bold;font-size:18px;text-decoration:none;color: #0066CC;}
.Txt01 {font-family:"Arial",sans-serif;font-size:12px;text-decoration:none;color: #0066CC;}


.txt11Tahoma {
	font-family: Tahoma;
	font-size: 11px;
	color: #113360;
	font-weight: normal;
}
.txt10 {


	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.boton {
	padding:0px 3px;
	background:#CCCCCC;
	font: 11px Tahoma;
	color:#000000;
	cursor:pointer;
	word-spacing: normal;
	height: 25px;
	width: 110px;
}
.tahoma13Blanca {
	font-family:"Trebuchet MS", sans-serif;
	font-size:13px;
	text-decoration:none;
	color: #FFFFFF;
}

textarea, input , select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2b4d74;
	border:1px solid #7b7b7b;
	border-top:1px solid #7b7b7b;
	background : White;
}

.bodySmall {
	font-family: Arial, Helvetica, sans-serif;
	color: #2b4d74;
	font-weight: normal;
	font-size: 7pt;
	text-transform: no sans-serif;
	text-decoration: none;

}

.bodySmallOrange {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9900;
	font-weight: bold;
	font-size: 8pt;
	text-transform: no sans-serif;
	text-decoration: none;
}

.menu11 {

	font-family:"Trebuchet MS", sans-serif;
	font-size:11px;
	text-decoration:none;
	color: #333333;
}
.txtZoomPhoto {

	font-family: Tahoma;
	font-size: 10px;
	color: #CFD1D0;
}
.Fields {
	font-family: "Arial", "Helvetica", "sans-serif";
	FONT-SIZE: 12px;
	LINE-HEIGHT: 18px;
	color: #000000;
	background-color: #F1F1EC;
	border: 1px solid #CCCCCC;
}



/* CSS NAV MENU  -A.Croce 3-17-11 */
#nav {
	background: #666;
	border: 2px solid #7d7d7d;
	padding: 7px 10px;
	margin-top: 0px !important;
}
#nav li {
	list-style-type: none;
	border-bottom: 1px solid #999;
	border-top: 1px solid #000;
	position: relative;
}
#nav li.first {
	border-top: none;
}
#nav li.last {
	border-bottom: none;
}

#nav li a {
	display: block;
	height: 21px;
	color: #ccc;
	padding: 3px 0px 0px 10px;
	font-family: Georgia, serif;
}
#nav li a:hover {
	color: #000;
	padding: 3px 0px 0px 20px;
}
#nav li:hover ul {
	display: block;
}

.subnav {
	display: none;
	position: absolute;
	left: 180px;
	top: -5px;
	z-index: 999;
	width: 200px;
	background: #888;
	padding: 10px;
	border: 2px solid #ccc;
}
	.subnav li {
		border-bottom: 1px solid #ccc !important;
	}
	.subnav li.last {
		border-bottom: none !important;
	}
