@charset "utf-8";
/* CSS Document */
html, body {
	height:100%; 
	margin:0; 
	padding:0;
}

#background {
   position:fixed; 
   top:0; 
   left:0; 
   width:100%; 
   height:100%;

}

#header{
	position: relative;
	height: 221px;
	width: 908px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background:#FDECB8;
}


#menu {
	position:relative;
	width:684px;
	height:52px;
	float:left;
}

#search{
	position:relative;
	width:224px;
	height:28px;
	background:#004E86;
	float:left;
}

#search form input{
	width:170px;
	height:18px;
	background-color:#fff;
	/*border:#2F2F2F solid 1px;*/
	border:0px;
	color:#000;
	font:normal 11px/15px Arial, Helvetica, sans-serif;
	margin:2px 0 0 10px;
	float:left;
}

#search form input.go{
	background:url(../images/serch_icon_2.jpg) 0 0 no-repeat;
	width:28px;
	height:18px;
	border:none;
	cursor:pointer;
	padding:0;
	margin-left:10px;
	float:left;
}

#body{
	position: relative;
	height: 325px;
	width: 908px;
	margin: auto;
	background:#FDECB8;
}

.scroll{
overflow-x: hidden;
overflow-y: scroll;
}

#informacion{
	width: 450px;
	height: 325px;
	float: left;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 50px;

}

#footer{
	background-color:#004E86;
	position: relative;
	height: 15px;
	width: 908px;
	margin: auto;
	font:normal 8px Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:center;
	vertical-align: middle;
}


#footer a{
	color:#EEA45A;
	font-weight:bold;
}

#footer a:hover{
	color:#760903;
	text-decoration:underline;	
}
