<style type="text/css">



		#contenido {
			margin:0;
			padding:0;
	
		}
				
		.nombre {
		display: inline;
		float: left;
	

		}


		.foto {
		display: inline;
		float: right;
		
		}

		.curriculum {
		display: block;
		clear: both;
		}

		.recursos {
		display: block;

		}

		.recursoimagen {
			width: 300px;
			height: 300px;
			display: inline;
			float: left;

		}

		.recursovideo {
			width: 300px;
			height: 300px;
			display: inline;
			float: left;
		}

		.recursoobjeto {
			width: 300px;
			height: 300px;
			display: inline;
			float: left;
		}
  
  .superficiepared {
    display: block;
    clear:both;
  }
 
  p.superficiepared {
    color:red;
  }
  .footer {
      display:block;
      clear:both;
      background: #eee;
  }
    p {
      font-size: 30px;
    }

    h1 {
      text-align: center;
      text-decoration: underline;
    }



</style>                                                        