@charset "UTF-8";
/* CSS Document */

body {
margin:0px;
text-align:center;
margin-top:100px;


}


img {
	border:none;
}

#contenedor{
width:700px;
position:relative;
margin:auto;

}

#cabecera{
float:left;
width:700px;
height:80px;

}


#cuerpo{
float:left;
width:700px;




}