@charset "utf-8";
/* CSS Document */
 .header{
	height:65px;
	width:1024px;
	background-image:url(imagenes/header_bg1.jpg);
	margin: auto;
}
.h_content{
	width:1025px;
	margin: auto;
	height: 63px;
	font-weight:normal;
}
.h_LogotipoNotivallarta{
	float:left;
	padding-top: 5px;
}

#buscar{
	color:#0e5ecc;
	height: 20px;
	width: 25%;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 5px;
	float: right;
	margin-top: 7px;
}

.links{
	color:#0e5ecc;
	height: 22px;
	width: 28%;
	margin-top: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 5px;
	float: right;
	font-weight: bold;
}

 .footer{
	height:31px;
	background-image: url(imagenes/footer.jpg);
	text-align: center;
	padding-top: 3px;
	color: #FFFFFF;
	font-size: 13px;
	width: 1024px;
}
