/* El tipo de letra por defecto en la web*/
*{
	font-family: Arial;
	cursor: default;
}

body{
 background: #FFFFFF url('/CELL/img/tema1/fondo.png') repeat;
}

table.general {
 border: #000000;
 border-collapse: collapse;
 border-right-width: 1px;
 border-right-style: solid;
 border-top-width: 1px;
 border-top-style: solid;
 border-left-width: 1px;
 border-left-style: solid;
 border-bottom-width: 1px;
 border-bottom-style: solid;
}

table.menu {
   background-image:url('/CELL/img/tema1/menu.png');
   width: 100%;
}


td.Titulo {
   background-image: url('/CELL/img/tema1/banner4.png');
   background-position: right;
   width: 900px;
   height: 120px;
   border-bottom-width: 1px;
   border-bottom-style: solid;
}

td.menu {
   height: 30px;
   border-width: 0px;
   text-align: center;
   font-weight: bold;
   width: 120px;
   border-bottom-width: 1px;
   border-bottom-style: solid;
}

td.Centro {
   background-color: #FBFFA8;
   width: 700px;
   height: 300px;
   vertical-align: top;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-right-width: 1px;
 border-right-style: solid;
}

td.naranja{
  width: 600px;
  height: 40px;
  background:url('/CELL/img/tema1/menuact.png');
  text-align: center;
  border-color:#905209;
}

td.seccion {
   text-align: center;
   vertical-align: top;
   width: 200px;
   height: 150px;
}

marquee.Centro {
   background-color: #FBFFA8; 
   width: 200px;
   height: 178px;
   text-align: center;
 border-bottom-width: 1px;
 border-bottom-style: solid;
}

td.margen {
   height: 0px;
}

td.vmargen {
   width: 0px;
 border-bottom-width: 1px;
 border-bottom-style: solid;
}


a.menu {
   font-size: 12px;
   color: #FFFFFF;
   text-align: center;
   text-decoration: none;
   cursor: pointer;
}

a.menu:hover{
   font-size: 12px;
   text-align: center;
   text-decoration: none;
   font-weight: bold;
   cursor: pointer;
}

a.noticia {
   font-size: 12px;
   text-decoration: none;
   color: #5b4000;
}

a.seccion{
   font-size: 14px;
   text-decoration: none;
   color: black;
   cursor: pointer;
}

a.TituloSubSeccion {
   font-size: 16px;
   text-decoration: none;
   font-weight: bold;
   color: black;
}

a.TituloSeccion {
   font-size: 28px;
   text-decoration: none;
   font-weight: bold;
   color: black;
}

a.DocLink {
   font-size: 13px;
   color: black;
   text-align: center;
   text-decoration: none;
}

a.DocLink:hover{
   font-size: 13px;
   color: black;
   text-align: center;
   text-decoration: none;
   font-weight: bold;
}

a.libro{
   font-size: 14px;
   text-decoration: none;
   color: black;
}

a.libro:hover{
   font-size: 14px;
   text-decoration: underline;
   color: black;
   cursor:pointer;
}

a{
   font-size: 13px;
}

span.seccion{
   font-size: 14px;
   text-decoration: none;
   color: black;
}

.textbox{
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #000000;
border-right-color: #000000;
border-bottom-color: #000000;
border-left-color: #000000;
background-color: #ffffff;
/*background-image: url(../img/eingabe_back.png);*/
background-repeat: repeat-x;
background-attachment: scroll;
color: #000000;
font-size: 13px;
}
