@charset "utf-8";	
body{
	margin-top:10px;
	margin-bottom:10px;
	
	}
#td1{
	font-family:Algerian;
	font-size:32px;
	background-color:#DCB274;
	border-radius:10px;
	height:50px;
	width:800px;
	padding-left:;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	color: blue;
	

	}
#td2{
	padding-bottom:0px;
	padding-top:0px;
	padding-left:20px;
	height:230px;
	width:200px;
	font-family:Helvetica;
	}
#td3{
	padding-left:20px;
	padding-right:20px;
	font-family:Georgia;
	font-size:16px;
	line-height:22px;
	margin:20px;
	border-radius:10px;
	}
#td4{
	width:200px;
	vertical-align:top;
	padding-top:0px;
	}
#td5{
	border-radius:5px;
	}
#menu-accordeon li { 
background-color:#729EBF;
background-image:webkit-linear-gradient(top, #729EBF 0%, #333A40 100%);
background-image:linear-gradient(to bottom, #729EBF 0%, #333A40 100%);
border-radius: 6px;
margin-bottom: 2px;
box-shadow: 3px 3px 3px #999;
border:solid 1px #333A40 
}

#menu-accordeon li li {
max-height:0;
overflow:hidden;
transition:all .5s;
background:#444;
box-shadow:none;
border:none;
margin:0
}

#menu-accordeon a {
	display:block;
	text-decoration:none;
	color: #fff;
	padding:8px 0;
	font-family: verdana;
	font-size:1em;
	
	}
	
	#menu-accordeon ul li a, #menu-accordeon li:hover li a {
		font-size:1em
		}
	#menu-accordeon li:hover {
		background: #729EBF
		}
	#menu-accordeon li li:hover {
		background:#999;
		}
	#menu-accordeon ul li:last-child {
		border-radius: 0 0 6px 6px;
		border:none;
		}
	#menu-accordeon li:hover li {
		max-height: 15em
		}
		
