body{
	text-align: center;
	background-color: #333333;
}


h1 {
	width:950px;
	font-size: 16px; 
	height:155px; 
	background-image:url('taron.jpg'); 
	background-repeat: no-repeat;
	color: #DF7401;
	margin-bottom: 0px
}

h2 {
	width:950px;
	height:15px;
	padding: 0 0 0 0;
	margin: 0 0 5px 0;
	font-size: 16px;
	background-color: #0B610B; 
	color: #DF7401;
}

p, ul, li{
	text-align:left;
	color: green;
}

#menu{
	background-color: #0B610B; 
	width:950px; 
	text-align:center;
	left: 100px
}

#menu_inf{
	color: white;
	font-size: 12px;
	background-color: #0B610B; 
	width:950px; 
	text-align:center;
	left: 100px
}

#contenido{
 	background-color: #F7BE81; 
	width:950px;
	left: 100px
}

a:link {color:#DF7401;}      /* unvisited link */
a:visited {color:#DF7401;}  /* visited link */
a:hover {color:orange;}  /* mouse over link */
a:active {color:#DF7401;}  /* selected link *

