body {
 	width: 100%;
	height: 99%;
 	margin: 0;
	padding:0;
	font: 14px Verdana;
}
	.Pie {
		margin-top: 100px;
	}
	.Pie a {
		text-decoration: none;
		border: none;
		background: #000;
		color: #000;
	}
/*- Menu Tabs--------------------------- */
	#Contenedor {
		width: 100%;
	}
    	#tabs {
      		width: 500px;
      		background:#000;
      		font-size:93%;
      		line-height:normal;
		position: relative;
		margin-left: 50%;
		right: 250px;
	}
   	#tabs ul {
		width: 500px;
		margin: 0;
		padding: 10px 10px 0 44px;
		list-style:none;
      	}
    	#tabs li {
      		display: inline;
		margin: 0;
		padding: 0;
      	}
    	#tabs a {
		float: left;
      		background:url("img/tableft.gif") no-repeat left top;
      		margin: 0;
		padding: 0 0 0 4px;
		text-decoration:none;
      	}
    	#tabs a span {
		display: block;
		background:url("img/tabright.gif") no-repeat right top;
      		color:#666;
      		padding: 5px 20px 4px 20px;
		font: bold 14px Verdana;
      	}
    	#tabs a:hover span{
      		color: #CF0000;
      	}
	#tabs a:hover {
		background-position: 0% -100px;
		background-color: #000;
	}
	#tabs a:hover span {
		background-position: 100% -100px;
	}
	.Contenido {
		clear: both;	
		width: 60%;
		border: 1px  solid #FFF;
		height: 20em;
		text-align: left;
	}
	.Contenido p {
		padding: 2.5em  3em 3em 3em;
		text-align: justify;
		font-size: 97%;
		text-indent: 1.8em;
	}
	
	.Contenido p:first-letter {
		font-size: 2.5em;
		font-family: fantasy;
	}
	.Inicio a{
		position: absolute;
		top: 10px;
		left: 10px;
		color: white;
		text-decoration: none;
	}
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
	#tabs a span {float:none;}
	/* End IE5-Mac hack */
