@charset "ISO-8859-1";

body {margin:0px;
padding:0px;

}

.contenedor {
	position:relative;
	margin:auto;
	top:0px;
	height:540px;
	width:820px;
}


.titulo {
	position:absolute;
	left: 0px;
	top:15px;
	width:820px;
	height:25px;
	border-bottom: #1A334D solid 2px;
}

.subtitulo {position:absolute;
	left: 0px;
	top:40px;
	height:20px;
	width:820px;
}

.cuerpo {position:absolute;
width:820px;
height:490px;
top:70px;
}


 a{text-decoration:none; color: #993366;}
a:hover{text-decoration:none; background-color:#CBDCED; color: #993366;}



h1         { font-family:"Courier New", Courier, monospace; font-size: 1.1em; color: #993366; font-weight: bold; margin-top:5px; margin-bottom:0px; line-height:1em;}

h2           { font-family:"Courier New", Courier, monospace; font-size: .8em; color: #000000; font-weight:bold; line-height:1.1em; margin-top:5px; margin-bottom:0px}
h3           { font-family:"Courier New", Courier, monospace; font-size: .9em; color: #000; font-weight:normal; line-height:1.1em; margin-top:5px; margin-bottom:0px}
h4            { font-family:"Courier New", Courier, monospace; font-size: .8em; color: #000; font-weight:normal; line-height:1.1em; margin-top:5px; margin-bottom:0px}

  p          { font-family:"Courier New", Courier, monospace; font-size: .8em; color: #111; font-weight:normal; line-height:1.1em; margin-top:0px; margin-bottom:0px}

.cuerpo p{margin-bottom:2px;}
