/* -----------------------------------------------------------------------------------------
   estilo.css 2008-07-18  

   autor: Jürgen Heitman
   http://www.shopprofi.net

   ---------------------------------------------------------------------------------------*/
/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:1;}.qmmc .qmdividery{float:left;width:0px;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.qmmc {position:relative;zoom:1;z-index:10;}.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;position:relative;z-index:1;}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}.qmmc .qmcbox{cursor:default;display:block;position:relative;z-index:1;}.qmmc .qmcbox a{display:inline;}.qmmc .qmcbox div{float:none;position:static;visibility:inherit;left:auto;}.qmmc li {z-index:auto;}.qmmc ul {left:-10000px;position:absolute;z-index:10;}.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}.qmmc li a {float:none}.qmmc li:hover>ul{left:auto;}#qm0 li {float:none;}#qm0 li:hover>ul{top:0px;left:100%;}


body{
	margin-top:0;
	margin-bottom:0;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background-color: #ffddaa;
	color:#64a7f8;
}

h1, h2{
	color: #0033FF;
	margin-top: 0;
	
}

h1 {
	font-size:130%;
}

h2.center{
	text-align: center;
}

h2, h1.center{
	font-size:120%;
}

h3{
	color: #c1433f;
	font-size:100%;
	margin-bottom: 5px;
	margin-top: 5px;
}

p {
	margin: 0;
}

p.small{
	font-size:75%;
}

p.small2{
	font-size:90%;
	line-height: 120%;
}

span.fett{
	color: #c1433f;
	font-size:110%;
	font-weight: bold;
}

.input{
	width: 80px;
	float: left;
	clear: both;
	padding: 3px 0 3px 0;
}

.field{
	width: 210px;
	float: left;
	padding: 3px 0 3px 0;
}

img{
	border: 0;
}

a {text-decoration:none;}

a.main:link{font-weight:normal;text-decoration:underline;color:#c1433f;}
a.main:visited{font-weight:normal;text-decoration:underline;color:#c1433f;}
a.main:active{font-weight:normal;text-decoration:underline;color:#c1433f;}
a.main:hover{font-weight:normal;text-decoration:none;color:#c1433f;}

a.maink:link{font-size:80%;font-weight:normal;text-decoration:none;color:#809439;}
a.maink:visited{font-size:80%;font-weight:normal;text-decoration:none;color:#809439;}
a.maink:active{font-size:80%;font-weight:normal;text-decoration:none;color:#809439;}
a.maink:hover{font-size:80%;font-weight:normal;text-decoration:underline;color:#c1433f;}

ul{
	list-style:circle outside;
}

li.topic{
	font-size:105%;
	font-weight:bold;
	margin-bottom: 10px;
}

#container{
	width: 860px;
	margin:auto;
	padding: 35px;
	border: 1px solid;
	background-color: #ffddaa;
}

#top{
	height: 160px;
	text-align: right;
}

.text_l{
	float: left;
	width: 380px;
	text-align: left;
}


.text_r{
	float: right;
	width: 380px;
	text-align: left;
}

/* filedset */

fieldset {
	background: #ffe1be; 
	position: relative; 
	line-height: 1.5em;
	padding-left: 10px;
	padding-right: 10px;
}

fieldset legend {
	line-height: 1.3em; 
 	/* note this line-height value */;
	color:#546a04;
 }
 
 /* IE6 fix */
* html fieldset#fixed legend {
 	float: left; 
 	position: relative; 
 	margin-top: -.95em; 
 /* equals actual line-height minus 0.35em */;
 }
 
* html p.comp {
 	margin-bottom: 18px;
}

 /* IE7 fix */ 
*:first-child+html fieldset#fixed legend {
	float: left; 
	position: relative; 
 	margin-top: -.95em; 
 /* equals actual line-height minus 0.35em */;}
 
*:first-child+html p.comp {
	margin-bottom: 18px;
}

fieldset label {
	line-height: 1.6em;
}

.small{
	font-size: 80%;
	line-height: 100%;
}

span.red{
	font-weight: bold;
	color: #c1433f;
}

.clear{
	clear: both;
}

hr{
	border-top:1px #081AAF solid;
	
}

#footer{
	height: 25px;
	padding-top: 5px;
	text-align: center;
	color:#809439;
}
