@charset "utf-8";
/* CSS Document */
#Titulo {
	position:absolute;
	left:0px;
	top:25px;
	width:900px;
	height:200px;
	z-index:1;
}
#master {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	left: 0px;
	top: 0px;
}
#MenuIzquierda {
	position:absolute;
	left:0px;
	top:225px;
	width:175px;
	height:300px;
	z-index:2;
}
#MenuCentral {
	position:absolute;
	left:200px;
	top:225px;
	width:700px;
	height:300px;
	z-index:3;
}
#MenuDerecha {
	position:absolute;
	left:800px;
	top:250px;
	width:150px;
	height:600px;
	z-index:4;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: #3399FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3399FF;
}
a:hover {
	text-decoration: underline;
	color: #FF9933;
}
a:active {
	text-decoration: none;
	color: #3399FF;
}
.Menu {font-weight: bold}
.Fecha {
	font-size: 12px;
	font-weight: bold;
}
.Normal {
	font-size: 13px
}
.Copyright {font-size: 9px}
.Pregunta {
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
}
.Respuesta {font-size: 13px; font-style: italic; }



