* {
	margin: 0;
	padding: 0;
}
body  {
	text-align:center;
	font:11px Arial,verdana, Helvetica, sans-serif;
	background-image:url(../images/background.gif);
	background-repeat:repeat;
      }	
h1{
  font:20px Arial;
  color:#cc0000;
}
#wrap {
    text-align:center;
	width:950px;
	border-color:red;
	border-style:solid;
	border-width:2px;
	background-color:white;
      }
#menu{
     width:950px;
	 height:200px;
	 }
#cabezalbeneficios{
     width:950px;
	 height:300px;
}
#contenedorcontenido{
     width:950px;
	 background-image:url(../images/fondo.jpg);
	 background-repeat:no-repeat;
}
#texto{
     width:400px;
     margin-top:110px;
	 float:left;
	 margin-left:10px;
	 text-align:justify;
}
#tabla{
     width:450px;
	 margin-top:120px;
}
#piepagina{
             text-decoration:none;
             height:100px;
			 width:950px;
             background-image:url(../images/piepagina.jpg);
			 background-repeat:no-repeat;
			 color:black;
			 text-align:center;
			 text-indent:5px;
			 padding-left:150px;
			 padding-right:150px;
          }
