﻿/* Hoja de estilo de Torre de Babel */

body {font-family:Verdana;
      font-size: 100%; 
      margin: 0px; padding: 0px; text-align: center; 
      background-color: rgb(85, 142, 213); background: url('fondo.png') top center repeat-y rgb(85, 142, 213);}

div#Encabezado { text-align: center;  margin: 0px; padding-bottom: 1em }


#Izquierdo p {  font-size: smaller; margin: 5px 0px 0px 0px; padding-left: 2px}

div#Central {  float: left; width: 820px; padding-top: 1em;
               padding-left: 10px; padding-right: 10px; padding-bottom: 1em; 
 }

p.nota { border: 1px solid black; margin: 40px; padding: 10px; background: cyan }

div#Derecho { float: right;  width: 180px; text-align: left; } 


div#Pie { clear: left; text-align: center; font-size: 75%; background-color: white; padding: 3px }

div.Titulo { color: #444; 
    text-align: left; font-family: Sans-Serif;
    font-size:13pt; font-weight: bold; cursor: default; background: url('hr.png') bottom center no-repeat; padding-bottom: 14px; }
div.Gadget hr {
	background-color: #fb8;
	border-color: #fb8;
	color: #fb8;
	height: 1px;
	border: 0px solid;
}
div.Historico .Titulo {
	background: transparent;
	padding: 0px;
}
	
div.Libro { margin-bottom: 1em; padding: 1em; border-bottom: 1px dotted }
div.Noticia { 
	margin-bottom: 24px; 
	padding: 10px; 
	border: 1px solid; 
	border-bottom: 5px solid gray;
	border-right: 8px solid silver;
	background: white;
	font-family: Georgia, Times, "Times New Roman", serif; 
	font-size: 100%; 
	text-align: left; 
}

div.Secciones {
	margin-bottom: 18px; 
	padding: 0px 4px;
	border: 1px solid #fb8; 
	background: #fffaf5;
	font-family: Georgia, Times, "Times New Roman", serif; 
	font-size: 100%; 
	text-align: left; 
	border-radius: 5px;
	-moz-border-radius: 5px;
	-wekbit-border-radius: 5px;
	box-shadow: 0px 0px 10px silver;
	-moz-box-shadow: 0px 0px 10px silver;
	-webkit-box-shadow: 0px 0px 10px silver;
	behavior: url("PIE.htc");
}
div.Secciones a {font-family:Verdana,sans-serif;
    font-size:10pt; font-weight: bold;
    text-align:center; text-decoration: none;
    border-right: 1px solid #fb8; margin: 0px; padding: 5px 10px; vertical-align: center; display: inline-block;}

div.Secciones a:hover { background-color: bisque } 

div.Secciones a img {
	border: 0px solid;
	text-decoration: none;
	height: 1em;
}

/*** Para volver al estilo anterior de los gadgets sustituye este estilo por el de div.Noticia: ***/
div.Gadget { 
	margin-bottom: 18px; 
	padding: 10px; 
	border: 1px solid #fb8; 
	background: #fffaf5;
	font-family: Georgia, Times, "Times New Roman", serif; 
	font-size: 100%; 
	text-align: left; 
	border-radius: 5px;
	-moz-border-radius: 5px;
	-wekbit-border-radius: 5px;
	box-shadow: 0px 0px 10px silver;
	-moz-box-shadow: 0px 0px 10px silver;
	-webkit-box-shadow: 0px 0px 10px silver;
	behavior: url("PIE.htc");
}
div.contGadget {
	display: none;
}


#twitter * { border: none !important }


h1 {font-family: Verdana;
    font-size:36pt;
    color: gray;
    text-decoration:none;
    font-style:italic; border: solid 1px}

h2 {font-family:Verdana,sans-serif;
    font-size:12pt;
    color:navy;
    text-align:center; border-bottom: solid 1px; border-left: solid 3px; border-right: solid 3px}

h3 {font-family:Verdana,sans-serif;
    font-size:12pt;
    color: yellow; background-color: blue;
    padding: 5px; font-weight: bolder;
    text-align:center}

h3 a {
font-family:Verdana,sans-serif;
    font-size:12pt;
    color: yellow; background-color: blue;
    padding: 5px; font-weight: bolder; text-decoration: none;
    text-align:center}

h4 {font-family:Verdana,sans-serif;
    font-size:8pt;
    color:black;
    background:silver;
    text-align:left}

/* B {font-family:Verdana;
       font-size:12pt} */

PRE, CODE {font-family:Courier New,Courier;
               font-size:10pt;color:blue}

TT {font-family:Courier New,Courier;
               font-size:10pt;color:black}


ul { list-style-position: outside; margin-left: 0px; padding-left: 0px; list-style: square; vertical-align: middle; }
li { margin: 0px; padding: 0px; } 

ul.enumeracion {
	margin-left: 3em; margin-right: 2em; list-style-type: circle
}
ul.enumeracion li {
	margin: 16px
}