/* **********************Eukromo diseņo 2009 *************************/
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 5px auto 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background: #000 url(../img/fondo.jpg) repeat center;
	vertical-align: middle;
	height:100%;
}
/* Para IE */
html {
	overflow-y: scroll !important;
	overflow-x: hidden !important;
	overflow:-moz-scrollbars-vertical;
	height:100%;
}
body, html {height:100.1%;
min-height: 90%;}
*{margin: 0; padding: 0;}

div, h1, h2, h3, h5, ul, li, p, form {margin:0;padding:0;}

img {
border:0px;
behavior: url(../scripts/iepngfix.htc); /*para que IE6 acepte .png transparente- hace dar error al .css en local*/
filter: none !important;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/blank.gif');
}

.clear { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 0;
    line-height: 0px;
}

.LayoutFix {
	min-height:100%;
}
*html .LayoutFix {height:100%;}

.LayoutFix #container {
	width: 970px;
	height:650px;
	margin: auto auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0 0;
	text-align: center; /* this overrides the text-align: center on the body element. */
	position: relative;
	display: table-cell;
	z-index: 0;
	clear: both;
	background: url(../img/fondo.jpg) repeat center;
}
/*#container [class] {
position: fixed;
display: table;
}
.centrado[class] {
display: table-cell;
vertical-align: middle;
text-align: center;
position: static;
}*/
.centrado {
position: relative;
margin: auto auto;
	width: 970px;
	height:100%;
	vertical-align: middle;
}
.centrado table {
	height: 100%;
		vertical-align: middle;
}

.LayoutFix #container .logo {
vertical-align: middle;
padding: 0 0;
behavior: url(../scripts/iepngfix.htc); /*para que IE6 acepte .png transparente- hace dar error al .css en local*/
filter: none !important;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/blank.gif');

}
.LayoutFix #container #noticias {
	position: absolute;
	z-index:2;
	top: 50px;
	margin: 0 auto;
	visibility: hidden;
	width: 100%;
}
.LayoutFix #container #btnnoticias {
	background-color: green;
	color: #D5D5D5;
	width: 60px;
	height: 30px;
	cursor: pointer;
}
