* {
	margin: 0 auto;
	padding: 0;
}
a{
     text-decoration:none;
}
body  {
	text-align:center;
	font:11px Arial,verdana, Helvetica, sans-serif;
	background-image:url(../images/background.gif);
	background-repeat:repeat;
      }	
h1{
font: 15px Arial;
color:#cc0000;
}
#wrap {
    text-align:center;
	width:950px;
	height:2190px;
	border-color:red;
	border-style:solid;
	border-width:2px;
	background-color:white;
      }
#menu{
     width:950px;
	 height:200px;
	 }
#content{
     width:950px;
	 background-image:url(../images/fondo.jpg);
	 background-repeat:no-repeat;
}
#texto{
     margin-top:120px;
	 margin-left:10px;
     Width:650px;
	 float:left;
	 Text-align:justify;
	 font:12px arial;
}
#promoclientesyamigos{
     width:250px;
	 height:400px;
	 margin-top:10px;
	 margin-right:5px;
	 float:right;
}
#promoservicio{
     width:250px;
	 height:400px;
	 margin-top:10px;
	 margin-right:5px;
	 float:right;
}
#cuadrogris{
     background-color:#333333;
	 width:250px;
	 float:right;
	 margin-top:120px;
	 margin-right:5px;
	 color:white;
	 }
#formularioinformes{
     width:240px;
	 height:400px;
	 float:right;
	 margin-right:5px;
	 padding:5px;
	 color:white;
	 background-color:#CC0000;
}
#piepagina{
             margin-top:10px;
			 height:100px;
			 width:950px;
			 clear:left;
             background-image:url(../images/piepagina.jpg);
			 color:black;
			 text-align:center;
          }
