/*    Generated by http://www.cssportal.com    */

@import url("reset.css");

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    background-color:#13A8BC;
}

p {
    padding: 10px;
}

#wrapper {
    margin: 0 auto;
    width: 1000px;
}

#header {
    
    height: 150px;
    width: 1000px;
	text-align:center;
	
}

#content {
    float: left;
    width: 1000px;
	height:100%;
	text-align:center;

}

#footer {
    height: 134px;
    width: 1000px;
    clear: both;
	text-align:center;
}

.boton_arriba {
	margin-top:10%;
}

.boton_debajo{
	margin-bottom: 10%;
}


.center {
	text-align:center
  margin: auto;
  width: 100%;
  height: 200px;
  
  
  padding: 10px;
}