@charset "UTF-8";
/* CSS Document */

* html body {
	overflow: scroll;
}

* html #contenido {
	overflow: scroll;
}

* html a:link, * html a:visited {
	color:#dfe9eb;
	text-decoration:none;
}

* html #main {
	position: relative;
	border-top: 0;
	margin-top: -3px;
	z-index: auto;
}

* html #logo {
	height: 99px;
	width: 300px;
	background: url(logo.gif) no-repeat;
}

* html #smalldeg {
	display: none;
}

* html #contenido {
	margin-top:0;
	background: #4A7897 url(smalldeg.png) repeat-x;
	z-index: auto;
}
