
	.centered {
	   /* position: fixed;*/
		/* center the div */
		right: 0;
		left: 0;
		margin-right: auto;
		margin-left: auto;
		/* give it dimensions */
		width: 1000px;
		/* just for example presentation */
		position:relative; 
		top:60px;
	 
	}

	hr.begin {
	  border: 5px solid red;

	}
	hr.oter {
	  border: 1px solid black;
	}
	.line{
		font-size:80pt;
		color:purple;
	}	
	.poder{
		font-size:40pt;
	}
	.nombre{
		font-size: 30px;
		text-shadow: 0 1px 1px rgba(0,0,0,0.8);
	}	
	
	.text{
		font-size: 50px;
		text-shadow: 0 1px 1px rgba(0,0,0,0.8);
		color:red;
	}


	.index {
	  border: 1px solid;
	  padding: 10px;
	  box-shadow: 5px 10px 8px #888888;
	  border-radius: 15px;
	  background-color:white;
	}

			textarea
			{
				resize:none;	
			}
				