html{
	top:0;
	height: 100%;
	text-align:center;
	margin:0 auto;
	padding:0;
}

body {
	top:0;
	height: 100%;
	width:100%;
	margin: 0 auto;
	text-align:left; 
	font-family: "Trebuchet MS";
	font-size:14px;
	background:url(img/bg-html.jpg) no-repeat center top #7fcc2d;
}
aside {
	float: right;
	width: 200px;
	background: #FFC;
	padding: 10px 5px;
	border:#ddc solid 1px;
	margin:10px;
	font-size:12px;
}
/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header,  footer, aside, nav {
	display: block;
	text-align: center;
}
figure, section {}

article { padding:5px 10px; text-align: justify; line-height:22px; min-height:700px;}

a:link{ color: #CF7F18; }

a:visited{ color: #AD660C; }

a:hover, a:focus{ color: #FF9814;	text-decoration:none; }

p{	margin:1em 0; }

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p{	margin-top:-0.05em;}

h1, h2, h3, h4, h5, h6{ margin-bottom:0.5em; }

h1{ color: #9CA716; font-size:25px; color:#fff; text-shadow: #000 2px 2px 2px, #000 -1px -1px 1px, #000 1px -1px 1px, #000 -1px 1px 1px;}

h2{	color: #9CA716; font-size:20px;text-shadow: #000 1px 1px  1px, #000000 1px 1px 1px;}

h3{	color: #F60; font-size:18px;text-shadow: #000 1px 1px  1px, #000000 1px 1px 1px;}

h4{	font-size:16px;}

h5{	font-size:14px;}

h6{	font-size:12px; text-align:right; clear:both;}

ol, ul{	margin: 1em 0 1em 2em; }

ol ol, ol ul, ul ol, ul ul{ margin-top:0; margin-bottom:0; }

ol li{	list-style:decimal }
ol li ol li{ list-style:upper-alpha; }
ol li ol li ol li{ list-style:upper-roman; }

ul li{ list-style:disc;}

em{font-style:italic;}

strong{font-weight:bold;}

em strong, strong em{ font-weight:bold; font-style:italic; }

#container {
	display:block;
	padding:0;
	width:100%;
	height:auto;
	top:0%;
	margin:0px 0 0 0;
	border: none;
	
/*	opacity: 0.90;
	-moz-opacity: 0.90;
	filter: alpha(opacity=90);
*/
}

#logo{
	display:block;
	overflow:hidden;
	height: 297px;
	width:1000px;
	padding:0;
	vertical-align:top;
}
#logo img {	
}

#menu1 {
	height:34px;
	background: url(img/bg-menu.png);
}

#slogan {
	display:block;
	position:absolute;
	width:600px;
	height:120px;
	top:130px;
	left:20px;
	border:#f00 solid 0px;
	text-align:left;
	overflow:hidden;
	line-height:normal;
}

#content{
	position:relative;
	display:block;
	width: 1000px;
	left:50%;
	margin:0 0 0 -500px;
	padding:0;
	top:0px;
	background:#FFF;
}

#main {	
	border: groove #999;
	border-width:0 2px 2px 2px;
	text-align:left;
	padding:0;

}

#main img { border:#999 solid 1px; padding:5px; background: #FFF; margin:0;}

#leftblock { float: left; width:200px; background:#CCC; height: 100%; display:block}

#footer {
	border-top:#ddd groove 2px;
	background:#FFf;
	color:#555;
	width:100%;
	text-align:center;
	font-size:9px;
	text-shadow:#ff0 0 0 2px;
}

/* ------------------------------------- */
input { width:100px; text-align:center;}

#gallery { display: inline-block; vertical-align: text-top; text-align:center; padding:0 0 0 17px}
#gallery p { margin:0px; text-align:center; font-size:12px; padding:0; width: 460px; }

.fb-like-box { background:#fff; border:1px solid #aaa;}
.fb-like { padding:3px; height:24px; float: right}

#sonda { display:block; background:#FFCC99; border:#fed solid 1px; box-shadow:#000 0px 0px 2px; padding:0 5px;}
#sonda input,form { width:auto !important; text-align:left;}
#sonda li { text-align:left; list-style-type: none; background: url(img/sonda.png) #fff repeat-y; margin:2px 0; padding:2px; border:#999999 solid 1px;}

#news { min-height:100px;}
#news img { float:right; width:90px; border: none;}
#date { background:url(img/callendar_bg.png) no-repeat center top; height:42px; float:left; width:100px; text-align:center; padding-top:28px; line-height:15px;}
