body{
  margin:0px;
  padding:0px;
  font-family:Arial, Helvetica, Sans-Serif;
  background:#eee url(fondo.jpg) repeat-y top center;
  font-size:12px;
  line-height:15px;
}

h1{
  margin:0px 0px 0px 3px;
  position:absolute;
  top:0px;
  padding:0px;
  font-size:18px;
  background:transparent url(logo.jpg) no-repeat top center;
  width:207px;
  height:210px;

}

h2{
  margin:0px;
  padding:0px;
  font-size:16px;
}

h3{
  margin:10px 0px 0px 0px;
  padding:0px;
  font-size:15px;
  color:#006699;
}

hr{
  display:none;
}

ul{
  margin-top:10px;
  margin-bottom:30px;

}

img{
  border:solid 1px #aaa;
  border-top:none;
  border-left:none;
  background:white;
  padding:3px;
}

a{
  color: #0066FF;
}

a:hover{
  font-weight:bold;
}


form{
  margin:0px;
  padding:0px;
}

fieldset{
  margin:0px;
  padding:0px 0px 0px 10px;
border:none;
}

legend{
  display:none;
}



label{
  display: block;
  font-weight:bold;

}

input{
  border:solid 1px #ccc;
  border-left:solid 5px red;
  margin-bottom:10px;
}

input:focus{
  border-left:solid 5px #6699FF;

}

input:hover{
  background-color:#eee;
}



input.Boton{
  border:solid 1px black;
  margin:10px auto 10px auto;
  display: block;
  color:white;
  font-weight:bold;
  background-color: #CC0000
}



textarea{
  width:600px;
  overflow:auto;
  border:solid 1px #ccc;
  border-left:solid 5px red;
}

textarea:focus{
    border-left:solid 5px #6699FF;
}

textarea:hover{
  background-color:#eee;
}









#Contenedor{
  margin:0px auto 0px auto;
  width:690px;
  background:transparent url(fondocontenedor.jpg) no-repeat top center;
}

#Cabecera{
  margin:0px;
  height:220px;
}

#Menu{
  margin:10px 0px 0px 0px;
  padding:0px;
   width:250px;
  text-align:right;
  float:right;
  font-family:verdana,helvetica,sans-serif;
  font-size:10px;
  font-weight:bold;;
}
#Menu ul{
  margin:0px;
  padding:0px;
}

#Menu li{
  list-style-type:none;
  display: inline;
  margin-right:10px;
}

#Menu a{
  color:white;
  text-decoration:none;
}

#Menu a:hover{
  text-decoration:underline;
}






#Cuerpo{
  margin: 0px;
  padding: 0px 30px 0px 30px;

}

#Pie{
   margin:0px;
   font-size:10px;
   text-align:center;
   border-top:solid 1px #ccc;
}


.Oculto{
  display:none;
}

.Invisible{
  visibility:hidden;
}

.Dcha{
  float:right;
  margin: 0px 0px 10px 10px;
}

.Resaltado{
  color:red;
}










