@charset "utf-8";
/* CSS Document */
#header{
	width:1000px;
	height:420px;
}
#top{
	width:990px;
	height:90px;
	background-image:url(../images/toplogo.png);
	background-position:center top;
	background-repeat:no-repeat;
	padding: 5px;
}
#top_logo{
	width:150px;
	height:90px;
	float: left;
}
#top_direccion{
	width:500px;
	height:70px;
	float: left;
	padding: 10px 60px;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 12px;
}
#top_button{
	width:130px;
	height:90px;
	float: left;
	padding-left: 80px;
}
#banner{
	width:760px;
	height:315px;
	float:left;
}
#banner_img{
	width:760px;
	height:290px;
	background-color: #1E376A;
}
#banner_anuncios{
	width:760px;
	height:15px;
	background-image: url(../images/bgmenu.png);
	padding: 5px 0px;
	color: #FFFFFF;
	font-family: tahoma;
}
.menu{
	color:#FFFFFF;
	font-family:Tahoma;
	font-size:12px;
	margin:0px;
	text-align:right;
	float:left;
}
.menu a{
	display:block;
	color:#FFFFFF;
	width:126px;
	height:20px;
	padding-top:5px;
	text-decoration:none;
}
.menu a:hover{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
#buscar{
	width:240px;
	height:318px;
	float:left;
}
#buscar_top{
	width:240px;
	height:13px;
	background-image: url(../images/topbuscar.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#buscar_conten{
	width:236px;
	background-color: #063478;
	border-left: solid 2px #FFF;
	border-right: solid 2px #FFF;
	height: 290px;
}
#buscar_conten p{
	color:#FFFFFF;
	font-family:Tahoma;
	font-size:11px;
	margin:0px;
}
#buscar_conten h1{
	color:#FFFFFF;
	font-family:Tahoma;
	font-size:12px;
	margin:0px;
}
#buscar_bottom{
	width:240px;
	height:13px;
	background-image: url(../images/bottombuscar.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#menu{
	width:760px;
	height:35px;
	float:left;
}
