body {
	background-color: #91001B;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 10pt;
}

html { min-height:100%; margin-bottom:1px; } /* this keeps the shorter pages from jumping */
#container {
	margin: auto;
	width: 994px;
		background-color: #EEB000;

}
td {
	vertical-align: top;
}
img.salud {

	border:3px solid #91001B;
	float: left;

 }

 p.images {
margin: 5px 5px 8px 5px;
padding: 5px 5px 8px 5px;
}



/*td#topLeft {
	background-image: url(../images/top-leftBG.gif);
	background-repeat: repeat-x;
	height: 151px;
}

td#topRight {
	background-image: url(../images/top-rightBG.gif);
	background-repeat: repeat-x;
	height: 151px;
}

td#bottomLeft {
	background-image: url(../images/bottom-leftBG.gif);
	background-repeat: repeat-x;
	height: 121px;
}
td#bottomRight {
	background-image: url(../images/bottom-rightBG.gif);
	background-repeat: repeat-x;
	height: 121px;
}*/


#topCurve {
	background-image: url(../images/curve.gif);
	background-repeat: no-repeat;
	width: 994px;
	height: 151px;
}
#content {
	background-color: #DC2205;
}

#bottomCurve {
	background-image: url(../images/buttom-curves.gif);
	background-repeat: no-repeat;
	width: 994px;
	height: 112px;
}


p {
	margin-left: 30px;
	padding-left: 30px;
	margin-right: 20px;
	padding-right: 20px;
}

.copyright {
	float: left;
	font-size: 9pt;
	font-weight: bold;
}

.credit {
	float: right;
	font-size: 9pt;
	font-weight: bold;
}

.credit a:link, a:visited {
	color: #fff;
	text-decoration: underline;
}

.credit a:hover {
	color: #fff;
	text-decoration: none;
}

img.goLeft {
float: left;
margin-right: 5px;
padding-right: 5px;
}