.Estilo1 {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9B9B9B;
}
.Estilo3 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #808080; }
.Estilo5 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #9B9B9B; font-style: italic; }
/*----------------------- GLOBAL STYLES ---------------------------------*/
html, body{
	width: 100%;
	height:100%;
	margin:0px;
	padding:0px;
}

body{
	text-align: center;
	color:#000000;
	font:70%/145% Verdana,"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0px auto 0px auto;
	background-color: #5a5a5a;
}

a{
	color:#0099cc;
	text-decoration: none;
}
a img{
	/*padding: 1px;
	border-color: #333333;*/
}
a:hover{
	text-decoration:none;
	/*border-bottom:1px dotted;*/
}
a:hover img{
	/*background-color:#999999;
	border-color: #999999;*/
}

ul{
	list-style:url(images/list_icon.gif);
}

h1, h2, h3, h4, h5{
	font-family:'Trebuchet MS';
}
h1 a, h2 a, h3 a, h4 a, h5 a{
	color:#333333;
}

h1{
	font-size:1.65em;
}
h2{
	font-size:1.4em;
}
h3{
	font-size:1.3em;
}
h4{
	font-size:1.2em;
}
h5{
	font-size:1.0em;
}

/*----------------------- SITE CONTENT STYLES ----------------------------*/
html>body #masthead{
}
#logo-container{
	width: 100%;
	height: 140px;	
}
html>body #logo-container{
	
}

#home-logo{
	width:250px;
	height:140px;
	display:block;
	margin:0px auto 0px auto;
	padding:0px;
	border:none;
	text-indent:-9000px;
	overflow:hidden;
	cursor:pointer;cursor:hand;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='style/viclone-icon3.png',sizingMethod='crop');	
}
html>body #home-logo{
	background:url(style/viclone-icon3.png) left bottom no-repeat;
	filter:none;
}

