body{
	margin: 0;
	background-color:#FFFFFF;
}

h1
{
	font-family:'Verdana';
	font-weight: bold;
	color:#3366AA;
	font-size:15px;
}

h2
{
	font-family:'Verdana';
	font-weight:bold;
	color:#335588;
	font-size:14px;
}

h3
{
	font-family:'Verdana';
	font-weight:bold;
	color:#334466;
	font-size:13px;
}

p
{
	font-family:'Verdana';
	font-weight:normal;
	color:#334466;
	font-size:13px;
}

li
{
	font-family:'Verdana';
	font-weight:normal;
	color:#334466;
	font-size:13px;
}

a
{
	font-family:'Verdana';
	font-weight:normal;
	color:#334466;
	font-size:13px;
	text-decoration:underline ; 
}

a:hover
{ 
	color:#FF0000;
	text-decoration:none;
}

a.a_menu_principal
{
	font-family:'Verdana';
	font-size:14px;
	font-weight:bold;
	color:#334466;
	text-decoration:none ; 
}

a.a_menu_principal:hover
{ 
	color:#FF0000;
}

a.a_menu_sec1
{
	font-family:'Verdana';
	font-size:12px;
	font-weight:bold;
	color:#334466;
	text-decoration:underline; 
}

a.a_menu_sec1:hover
{ 
	color:#FF0000;
}

a.a_menu_sec2
{
	font-family:'Verdana';
	font-size:11px;
	font-weight:bold;
	color:#334466;
	text-decoration:underline; 
}

a.a_menu_sec2:hover
{ 
	color:#FF0000;
}

a.a_menu_sec3
{
	font-family:'Verdana';
	font-size:10px;
	font-weight:bold;
	color:#334466;
	text-decoration:underline; 
}

a.a_menu_sec3:hover
{ 
	color:#FF0000;
}

a.a_logo
{
	font-family:'Verdana';
	font-size:22px;
	font-weight:normal;
	font-style: ;
	color:#D10073;
	text-decoration:none ; 
}

a.a_logo:hover
{ 
	color:#D10073;
}



.image-left{float: left; vertical-align: text-top;}
.image-right{float: right; vertical-align: text-top;}
div.wrapContainer{width:99.5%; float:left;}


#divPPT
{
	position:relative;
	 width:800px;
	 height:600px;
}

#divImagePPT
{
	 z-index:2;
	 position:absolute;
	 left:0;
	 top:0;
	 background-color:#FEFF99;
	 width:800px;
	 height:600px;
}


#divRefPPT
{
	 z-index:1;
	 position:absolute;
	 left:0;
	 top:0;
	 width:800px;
	 height:600px;
	 overflow:hidden;
}
