/* e-Code Libro Electrónico */


BODY {
   background-color: #1F5476;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

#contenedor {
  width:970px;
  height: auto;
  margin-top:10px;
  text-align:left;
}

#contenedor p{
  font-size: 12px;
  font-weight: bold;
  color: #666666;
}

#header{
  padding: 0px 0px 0px 0px;
}

#principal {
  width: 360px;
  height: auto;
  margin-left: 20px;
  padding: 20px;
  background-color: #eee;
}

#lateral {
  float: right;
  width: 360px;
  padding: 20px;
  background-color: #eee;
}

#pie {
	clear: both;
	text-align: center;
	font-size: 10px;
	height: 40px;
	border-top: inset thin #CCCCCC;
	width: 970px;
	margin-top: 40px;
	padding: 0px;
}

#pie p{
	padding:10px;
	margin:0px;
	font-weight: normal;
	color: #FFFFCC;
}

#pie a{
	padding:10px;
	margin:0px;
	font-weight: normal;
	text-decoration:none;
	color: #0099FF;
}

#pie a:hover{
  text-decoration:underline;
  color:#FF9900;
}

#enlaces {
	clear: both;
	text-align: left;
	font-size: 11px;
	height: 40px;
	width: 970px;
	padding: 0px;
}

#enlaces a{
	padding:10px;
	margin:0px;
	font-weight: normal;
	text-decoration: none;
	color: #CCCCCC;
}
#enlaces a:hover{
    text-decoration:underline;
    color:#FF9900;
}