body {
 	width: 100%;
	height: 99%;
 	margin: 0;
	padding:0;
	font: 14px Verdana;
}

a {
    color: #FFF;
}
	.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 */

/*--------------------------------------------------------------*/
.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#666;
	font-size:93%;
	text-align: center;
/*	background-color:#E7F1F8;*/
	background-color:#000;
	width:340px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	/*background-image:url('images/Extremo_derecho.gif');*/
	background-repeat:no-repeat;
	background-position:top right;
	height:20px;

	/* End layout CSS */

	overflow:hidden;
	cursor:pointer;
	position: relative;
}

	.dhtmlgoodies_question a {
		float: left;
      		background:url("images/Extremo_izquierdo.gif") no-repeat left top;
      		margin: 0px 0px 0px 0px;
		padding: 1px 0 0 5px;
		width:324px;
		background-color:#E7F1F8;
		height:20px;
		text-decoration:none;
      	}
    	.dhtmlgoodies_question a span {
		display: block;
		background:url("images/Extremo_derecho.gif") no-repeat right top;
      		color:#666;
		width:330px;
		background-color:#E7F1F8;
		height:20px;
      	/*	padding: 5px 20px 4px 20px;*/
      	}

.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #317082;
	background-color:#E2EBED;
	width:322px;
	margin-left: 8px;

	/* End layout CSS */

	visibility:hidden;
	height:0px;
	overflow:hidden;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;
	color: #666;
	position:relative;
	text-align: justify;
	margin-left: 10px;
	margin-right: 20px;
	position: center;
}

.dhtmlgoodies_answer_content a {	/* Content that is slided down */
    text-align: center;
}

