
body {
  font-family: Tahoma,sans-serif;
  font-size: 12px;
}

#container {
  background-color:#FFFFFF;
  color:#444444;
  font-family:Tahoma,sans-serif;
  font-size:12px;
  margin-left:auto;
  margin-right:auto;
  text-decoration:none;
  width:80%;
}

#footer {
  background:#333333 none repeat scroll 0 0;
  clear:both;
  color:white;
  margin-top:1.5em;
  padding:5px;
  text-align:center;
}


ul li {
  list-style-type: none;
  padding:4px;
}

.login {
  font-size: 15px;
/*  position: absolute; */
  text-align:right;
  font-weight:bolder;
  margin-left:5%;
  width:90%;
}

.subtitulo{
  background-color:#DDDDDD;
  color:#444444;
  height:30px;
}

.botones_form{
  text-align: center;
  list-style-type: none;
}


#paginador{
  text-align: center;
}

#errorDataForm{
  background:YellowGreen;
}

#errorDataForm ul{
  background:ThreeDShadow;
  margin: 0 auto;
}

#errorDataForm ul li{
  list-style-type:disc;
  color: Snow;
}
.form_error{
  background:infoBackground;
}


.par {
}

.impar{
  background-color:#EEEEFF;
}

.informe_success{
}
.informe_success h2{
  color:YellowGreen;
}