﻿/* XHTML y CSS con AMAYA
   Bartolomé Sintes Marco
   http://www.mclibre.org
   
   CSS ejemplo: Simulación de frames 1
   18 de enero de 2009
   Salmon
   PeachPuff;
*/
#contenedor {
	width: 1000px;/*960px;*/
	margin: 0 auto;
	min-height: 800px;
}

div#indice {
    background-color:#99CCFF;
/* background-color:#66CCFF;*/
 /* background-color:#3399FF;*/
/*  background-color:silver;*/
  float: left;
  position: relative;
  width: 18%;
/*top: 20%;
  height: 70%;*/
}
h1{
 margin-left:auto;
 margin-right:auto;
 text-align: center;
    background-color:#99CCFF;
/*background-color:#CCCCCC;*/
 font-family: Calibri,monospace;
 font-size: 32pt;
}
h2{
 margin-left:auto;
 margin-right:auto;
 text-align: center;
/* background-color:#CCCCCC;*/
background-color:white;
 font-family: Calibri,monospace;
 font-size: 28pt;
}
h3{
 margin-left:auto;
 margin-right:auto;
 text-align: center;
 background-color:#C0C0C0;
 font-family: Calibri,monospace;
 font-size: 18pt;
}

p{ 
  font-family: "calibri", serif; 
}

#contenido {
  background-color:#C0C0C0;
  float: right;
  position: relative;
  width: 75%;
  padding-left:10px;
  padding-right:10px;
/*top: 20%;
  bottom: 10%;
  overflow: auto;
  left: 25%;
*/
  overflow: auto;
}

/*div div {
  height: 100%;

}*/


a:link {
color: navy;
text-decoration:none;
}

a:visited {
color: navy;
text-decoration:none;
}

a:active {
background-color: white;
text-decoration:none;
}

a:hover {
color:red;
text-decoration:none;
}

/* h2 {
	font-family: Calibri;
	text-align: center;
}*/