@charset "utf-8";
/* CSS Document */
@charset "utf-8";
/* CSS Document */

/* Parametros Default*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img {  
	margin:0px; 
	padding:0px; 
}

html{
	width:100%;
}
body{
	background:#8A478A;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

@media screen
  {
  * html
    {
    overflow-y: hidden;
    }
  * html body
    {
    height: 100%;
	width:100%;
    overflow: auto;
    }
  }
  
#wrapper{
width:800px;
height:500px;
margin:auto;
background:url(../img/fondo.jpg);
}

#contenedor{
	width:350px;
	height:155px;
	
	margin:auto;
	padding-top:350px;	
}

#contenedor a{
	float:left;
	text-decoration:none;
	border:none;
	
}

#contenedor a.bo{
	margin-left:105px;
}

#contenedor a img{
	border:none;
}

