img{
	width:150px;
	height:150px;
	float:right;
	margin-right: 10px;
	border: 10px #74DF00 solid;
	
}

h1{
	text-align: center;
	color:green;
}

div{
	width:150px;
	height:700px;
	background-color:green;
	float:right;
}

h2{
	color:green;
	text-decoration: underline;
}

table{
	 
}
td{
	border: green 5px solid;
}
th{
	border: green 5px solid;
}
ul li {
  list-style-type: square;
/*list-style-image: url("imagenes/flecha-dcha.jpg");*/
}
