body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	color: #666;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	color: #666;
	background-color: #FFF;
	margin:0px;
	padding:0px;
	text-align:center;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
li {
	background: url(imgs/bullet.gif) no-repeat 10px 3px;
	padding-left: 30px;
}

#FlashID_Fotos {
	border:none;
	outline:none;
}
#FlashID_MenuPrincipal{
	border:none;
	outline:none;
}
#FlashID_MenuSecundario {
	border:none;
	outline:none;
}

#container { 
	position:relative;
	width: 780px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #666;
	text-align: left;
} 

#mainContainer {
	padding:0px;
}

#mainContent {
	margin: 0 315px 0 0;
	padding:10px;
	text-align:justify;
}
#rightPanel {
	float:right;
	width:295px;
	padding:10px;
	text-align:justify;
	background-color:#FFF;
	/*background-image:url(imgs/dpaBorder.jpg);*/
}
#bottomPanel {
	padding:10px;
	text-align:justify;
	background-color:#FFF;
	/*background-image:url(imgs/dpaBorder.jpg);*/
}
#footer {
	height:45px;
	font-size:8pt;
	text-align:center;
	background-color:#A2A9AE;
	background-image:url(imgs/ffondo.gif);
	background-repeat:repeat-x;
	padding:25px 0 0 0;
}
.paddclass {
	padding:10px;
	text-align:justify;
}
.floatingLeft {
	float:left;
	padding-left:0px;
	padding-bottom:0px;
	padding-right:10px;
	padding-top:0px;
}
.noBorders {
	margin:0px;
	border:0px;
	padding:0px;
	outline:none;
}
.txtRight {
	text-align:right;
}

.elemCenter {
	text-align:center;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}