/* CSS Document */
body{
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	text-align:center;
}
.page {
	margin:0 auto;
	width:749px;
	text-align:left;
}
.header {
	height:150px;
	text-align:left;
	width:749px;
}
a.navegacion:link {
	color:#666666;
	text-decoration:none;
}
a.navegacion:visited {
	color:#666666;
	text-decoration:none;
}
a.navegacion:hover {
	color:#CC0000;
	text-decoration:none;
}
a.navegacion:active {
	color:#666666;
	text-decoration:none;
}
.footer {
    background-image: url("../../salud/images/footer.gif");
    background-repeat: repeat-x;
    height: 90px;
    margin-top: 15px;
    padding-top: 10px;
}

.footer1 {
	width:740px;
    text-align: center;
	margin: 0 auto;
}

