/* La web de Fisica css */

/**** General ****/
body
{
  margin: 0px;
  background-color: #FFFFFF;
  page-break-inside: auto;
}

img
{
  border: 0px none white;
}

a:link, a:visited, a:active
{
  text-decoration: underline;
}

.centrar
{
  text-align: center;
}

.homegif
{
  display: none;
}

/**** Bloques y tablas ****/
.sombreado
{
  font-weight: bold;
  text-align: left;
  color: black;
  padding: 5px;
}


/**** Diseno basico  ****/
#supercontenedor
{
  position: static;
  width: 100%;
  page-break-inside: auto;
}

/* Parte superior */
#bannersuperior
{
  display: none;
}


/**** Parte principal ****/
#parteprincipal
{
  position: static;
  width: 100%;
  page-break-inside: auto;
}

#contenedor
{
  position: static;
  display: block;
  left: 0px;
  margin: 0px;
  padding: 0px;
  border-left: 0px none white;
  page-break-inside: auto;
}

#contenido
{
  position: static;
  text-align: justify;
  border: 0px none #4E8CD5;
  padding: 10px 7px 20px;
  z-index: 10;
  page-break-inside: auto;
}

#menulateral
{
  display: none;
}


#deslizador
{
  display: none;
  visibility: hidden;
}

.menutitle
{
  display: none;
}

.floatboton
{
  display: none;
}

#deslizadorlinks
{
  display: none;
}

#menuflotante
{
  display: none;
}



#pie
{
  height: 20px;
  border-left: 0px solid #4E8CD5;
}

#piecentrado,#piecopy2,#pieright
{
  display: none;
}

#piecopy
{
  width: 100%;
  font-size: smaller;
  text-align: right;
}


/**** Estilo para los botones de vuelta ****/
div.arribadiv
{
  height: 24px;
  margin: 10px 0px;
  width: 100%;
}

div.arribahrdiv
{
  width: 100%;
}

img.arribaimg
{
  display: none;
}


/**** Otros estilos  ****/
.tdtitulo
{
  font-weight: bold;
  padding: 5px;
}

.tdtexto
{
  padding: 5px;
}


.enlace:link, .enlace:visited
{
  color: rgb(0,0,144);
}

.enlace:hover, .enlace:active
{
  text-decoration: none;
  color: #FF4400;
  border-bottom: 0px solid rgb(0,0,144);
}

.diverror
{
  color: red;
  font-weight: bold;
}


.home
{
  color: rgb(0,0,144);
}

.th
{
  font-weight: bold;
  background-color: #B9D3EE;
}

/**** Otros (antiguos) ****/
table
{
  text-align: left;
}

.tblinks
{
  text-align: left;
  width: 100%;
  border: 0px;
  padding: 7px;
}

thead
{
  font-weight: bold;
  vertical-align:middle;
}

td
{
  vertical-align: top;
}

.link
{
  font-weight: bold;
  width: 125px;
  text-align: left;
  background-color: #B9D3EE;
  color: black;
  padding: 5px;
}

.inlink
{
  color: rgb(0, 0, 144);
}

.licencia
{
  text-align: center;
}

.explain
{
  text-align: justify;
}


/*** CORTES DE PAGINA ***/
p
{
  page-break-inside: auto;
  page-break-after: auto;
  page-break-before: auto;
  widows: 2;
  orphans: 2;
}

h1, h2, h3
{
  page-break-inside: avoid;
  page-break-after: avoid;
  page-break-before: auto;
}

div
{
  page-break-inside: auto;
  page-break-after: auto;
  page-break-before: auto;
}

table
{
  page-break-inside: auto;
  page-break-after: auto;
  page-break-before: auto;
}

tr
{
  page-break-inside: avoid;
  page-break-after: avoid;
  page-break-before: avoid;
}
