body{
  background-color: #888888;
  background-image: url('fondo.gif');
  background-position: center;
  background-repeat: repeat-y;
  font-family: verdana, courier, arial;
  font-size:small;
  text-align:center;
}

.contenido{
  padding-left: 20px;
  padding-right: 20px;
}
h1{
  color:#fc8332;
  text-decoration: underline;
  font-family: 'Impress BT', verdana, courier, arial;
}

p{
  text-align:justify;
}

a.enlace {
	text-decoration:none;
	color:#fc8332;
}
.enlace{
	text-decoration:none;
	color:#fc8332;
}
a.enlace:hover {
	text-decoration:none;
	color:#fc8332;
   	border-bottom:1px dotted #fc8332;
}

.menu{
	padding:4px;
	border-spacing:4px;
	vertical-align:top;
}

/*.menuitem a{
//    font-size: medium;
    font-weight: bold;
    text-decoration:none;
    color:#676767;
}

.menuitem a:hover{
	color:#fc8332;
	border-bottom:1px dotted #fc8332;
	text-decoration:none;
	background-position:right;
	background-repeat:no-repeat;
}

.menuitem{
    font-size: medium;
    font-weight: bold;
    text-decoration:none;
    color:#676767;
}
*/
.noticiascontenedorsup{
    width: 99%;
    background-image: url('marco-superior.jpg');
    background-position: top right;
    background-repeat: no-repeat;
    text-align:justify;
}

.noticiascontenedor{
    background-image: url('marco-inferior.jpg');
    background-position: bottom left;
    background-repeat: no-repeat;
    padding: 2em;
    font-size:small;
}

.titulonoticia{
    color:#676767;
    font-weight:bold;
    border-bottom: 1px dotted #676767;
}

.pienoticia{
    color:#676767;
    font-size:small;
    text-align:right;
}

.campo{
    border: 0px;
    background-color:#cacaca;
}

.boton{
    border: 0px;
    background-color:#fc8332;
    outline-color:#676767;
}

.elementomenu{
    width:90%;
    border: 1px solid #cacaca;
    background-color:white;
    text-align:left;
}

.elementomenutitulo{
    position:relative;
    top:-2px;
    left:0px;
    right:0px;
    font-size:small;
    background-color:#cacaca;
    width:100%;
}

.elementomenutitulo a{
    font-size:small;
    background-color:#cacaca;
    width:100%;
    color:#676767;
    text-decoration:none;
    font-variant:small-caps;
}

.elementomenutitulo a:hover{
    font-size:small;
    color:#fc8332;
    width:100%;
    border-bottom:1px dotted #fc8332;
}
.elementomenucontenido{
    font-size:x-small;
    background-color:white;
}

.elementomenucontenido a{
    font-size:x-small;
    background-color:white;
    color:#676767;
    text-decoration:none;
    font-variant:small-caps;
}

.elementomenucontenido a:hover{
    font-size:x-small;
    background-color:white;
    color:#fc8332;
    border-bottom:1px dotted #fc8332;
}

.muestratabla{
    border: 1px solid #fc8332;
    text-align:left;
}

.muestratabla th{
  color: #676767;
  border-bottom: 1px solid #fc8332;
  border-right: 1px solid #fc8332;
}

.muestratabla td{
  font-size:x-small;
  vertical-align:top;
  border-bottom: 1px dotted #676767;
  border-right: 1px dotted #676767;
}

td.final {
  border-bottom:0px;
}

.separador{
  height:20px;
  border-bottom:1px dotted #676767;
}

.preguntatest th{
  color:#fc8332;
  text-align:left;
}

.respuestatest{
  color:#fc8332;
  width:100%;
  border:1px dotted #676767;
  font-size:x-small;
}

.divrespuesta{
  z-index: 1;
  background-color:#fc8332;
  border:2px dashed #fc8332;
  width:250px;
  position:absolute;
  top:500px;
  left:50%;
  text-align:justify;
  padding:2px;
  display:none;
}
