html{
      
       
}

img{
	border:none;
}

body{
background: #F4f4f4;
      margin: 0px;
      text-align: center;
    /*background: #f5f5f5;*/
     /* background: url(../img/fondo_web.png);*/
      background-repeat: repeat;
}



h3{
      background: #FFCC99;
      color: #CC0066;
      display: block;
      font-family: fixed_bold;
      font-size: 10px;
      text-align: center;
      width: 30%;
}

p{
      width: 30%;
}

#wrapper {
      
      left: 50%;
      margin-left:auto;
	  margin-right:auto;
	  margin-top:10px;
	  background: #eeeeee;
	  border: 1px solid #dddddd;
	  margin-bottom: auto;
      padding: 8px;
	  width: 960px;
	  height: 540px;
	  background-repeat: repeat;
}

#header{
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;	
	text-align:left;
	width:976px;
	height:55px;
	
}

#footer{
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;	
	text-align:left;
	width:976px;
	
}

#social{
	float:left;
}

#copyright{
	float:right;
	margin-top:15px;
	vertical-align:text-bottom;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#d7d7d7;
	
}


