
body { 
    margin: 0 auto;
	background-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;

	font-size: 76%; /* todo el font sizing va en ems. Con esto controlo todo el contenido.*/

}
#container {
margin: 0 auto;
	width: 709px;
	position:relative;
	background-color: #ECCC00;
	text-align: left;
	border: 2px solid #ffffff;
	background-image: url(images/fondopage.gif);
	background-repeat: repeat-y;


}
#header {
	background-color: #C7AB00;
	padding: 0px;
	margin: 0px;
	width: 709px;

	
}

#fototop{
	float: right;
	position:relative;
	top: -2px;
	left: 2px;

}

#logo {
	position:relative;
	top: -2px;
	left: -2px;

}	
	
#barratop{
	clear: both;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 10px;
	background-color: #FF0000;
	height: 13px;
	width: 699px;
	text-align: right;
	font-size: .8em;
	font-weight: bold;
	background-image: url(images/barra.gif);
	background-repeat: repeat-x;
/*	float:left;*/
}

#menu {
	float:left;
	width: 145px;
	background-color: #181C5A;
}

#contenido {
   overflow:auto;
/*	clear:right;*/
	width: 561px;
}

.dhtmlgoodies_question{	
	color:#FFF;
	font-size:0.9em;
	background-color:#262c76;
	width:430px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	background-image:url('images/bg_answer.gif');
	background-repeat:no-repeat;
	background-position:top right;	
	height:20px;
	
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	
	border:1px solid #317082;
	background-color:#E2EBED;
	width:400px;
	
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	
	padding:1px;
	font-size:0.9em;	
	position:relative;
}





#TablaMenu {
	background-color: #1D1F5C;
	color: #D1D3D4;
	width:100%;
	font-weight: bold;
	font-size: 1em;
}

#TablaMenu td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2E318F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-left: 15px;
}
#TablaMenu a:link  {
	color: #D1D3D4;
	text-decoration: none;	
}

#TablaMenu a:visited {
	color: #D1D3D4;
	text-decoration: none;	
}

#TablaMenu a:hover {
	color: #ECCC00;
	text-decoration: none;	
}

#TablaMenu a:active {
	color: #D1D3D4;
	text-decoration: none;	
}


#TablaMenu ul {
	margin: 0.7em 0;
	padding-left: 5px;
	margin-left: 5px;	
}

#TablaMenu li {
	font-weight:normal;
	list-style-type: none;
	margin: 1em 0;
	color: #FF0000;
}

h1{
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	color: #000000;
	font-weight: bold;
}

h2{
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.3em;
	font-style: normal;
	color: #692F96;
	font-weight: bold;
}

h6{
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.80em;
	font-style: normal;
	color: #ffffff;
	text-align: center;
}

.panel{
	background-image: url(images/back_div.gif);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BAA100;
	width: 541px;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFDD00;
}