@CHARSET "UTF-8";

@import url(saltar.css);
@import url(reset.css);

body
{
  color:        #555;
  background-color: white;
}

h1
{
  font-size:  1.25em;
  margin:   1em 0;
}

ul
{
  list-style: none;
}

a.ver-mas
{
  height:     17px;
    text-indent:  -9999px;
    vertical-align: middle;
    width:      22px;
  background:   url("/img/ver_mas_gris.png") no-repeat scroll 5px 0 transparent;
    display:    inline-block;
}

dl
{
  list-style: none;
  display:  inline-block;
}

dl dt
{
  clear:      left;
  width:      12em;
  text-align:   right;
  font-weight:  bold;
}

dl dt:after
{
  content: ':';
}

dl dd
{
  margin-left: 0.5em;
}

dl dt,
dl dd
{
  float:    left;
  line-height: 2em;
}

input[type='submit'],
input[type='button']
{
  cursor: pointer;
  padding: 0.25em 0.5em;
}

div.submit
{
  text-align: right;
}

.resumen_dashboard_congresista
{
  line-height: 2em;
}

.resumen_dashboard_congresista ul
{
  list-style:   circle;
  padding-left: 2em;
}

.fuera_de_menu
{
  background:   #D8D9D9;
    line-height:  2.5em;
    margin:     0 0 0 0.5em !important;
    padding:    0 0 0 0.5em;
}

#flashMessage p.exito,
#authMessage p.exito
{
  border:   1px solid green;
  padding:  0.5em;
}

#flashMessage p.error,
#authMessage p.error
{
  border:   1px solid red;
  padding:  0.5em;
}

#flashMessage p img,
#authMessage p img
{
  vertical-align: middle;
}
