body
{
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-family: Arial;
  font-size: 11px;
  color: black;
}

.clearfloat { /* esta clase debe colocarse en un elemento div o break y debe ser el último elemento antes del cierre de un contenedor que incluya completamente a un elemento flotante */
	clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}

#header
{
  padding: 5px;
  /*background-color: gray;*/
  height: 45px;
  border-bottom: solid 1px gray;
}

#footer
{
  padding: 25px;
  padding-top: 10px;
  height: 30px;
  z-index: -1;
}

#content
{
  padding: 25px;
}

.version
{
  float: right;
  margin-right: 10px;
  margin-top: 8px;
}

.logo
{
  float: left;
  font-weight: bold;
  width: 20%;
}

.about
{
  float: left;
  font-weight: normal;
  width: 30%;
}

.company
{
  float: right;
  width: 50%;
}

.about a
{
  color: gray;
  outline: 0;
}

#topmenu
{
  float: left;
  z-index: 100;
}

#container
{
  position: absolute;
  /*border: solid 1px green;*/
  width: 100%;
  height: 525px;
  margin: 0;
  top: 56px;
  z-index: 100;
}

#section
{
  display: block;
  width: 95%;
  height: 520px;
}

#content-section
{
  /*position: absolute;*/
  display: block;
  width: 95%;
  height: 100%;
  border-bottom: solid 1px gray;
  /*border: solid 3px #ad2624;*/
}

/*#back-section
{
  position: absolute;
  display: block;
  width: 96.6%;
  height: 520px;
  z-index: 5;
  left: 22px;
}*/

#loader
{
  /*position: absolute;*/
  display: block;
  /*width: 100%;*/
  /*height: 100%;*/
  /*background-color: #F2F2F2;*/
  /*border: solid 1px gray;*/
  /*top: 150px;*/
  color: #ad2624;
  font-size: x-small;
  font-weight: bold;
  margin-top: 4px;
}

.section
{
  /*position: absolute;*/
  display: none;
  /*width: 95%;*/
  /*background-color: #E5E0E0;*/
  /*border: solid 1px #E5E0E0;*/
  /*border-left: solid 1px gray;
  border-right: solid 1px gray;
  border-bottom: solid 1px gray;*/
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  height: 500px;
  left: 21px;
  /*overflow: auto;*/
  /*-khtml-opacity: 0.75;
	-moz-opacity: 0.75;
	opacity: 0.75;
  filter: alpha(opacity=75);
  background-color: #f0eded;*/
  z-index: 10;
}

#header_section
{
  background-color: gray;
  color: white;
  height: 15px;
  padding: 10px;
}

#title_section
{
  float: left;
}

#close_section
{
  /*position: absolute;*/
  outline: 0;
  border-left: solid 1px gray;
  border-right: solid 1px gray;
  border-bottom: solid 1px gray;
  /*top:0;*/
  /*left: 33px;*/
  outline: 0;
  background-color:white;
  width: 16px;
}

#close_section:hover
{
  background-color: #ad2624;
}

#content_section
{
  height: 500px;
  overflow: auto;
  width: 100%;
  /*float: left;*/
  font-size: 14px;
}

#content_section a
{
  color: #ad2624;
  text-decoration: underline;
}

#news
{
  position: absolute;
  width: 300px;
  height: 300px;
  z-index: -1;
}

#tweet {
	margin: 0 15%;
	position: absolute;
	color: #23A1A1;
	font-size: 26px;
	text-align: center;
	width: 70%;
  z-index: 1;
}
#tweet a {
	color: #018282;
	font-style: italic;
	text-decoration: none;
  font-size: 22px;
}
#tweet a:hover {
	background-color: #DEF2FF;
}
#tweet p.author {
	padding-top: 10px;
	font-size: 11px;
	font-style: italic;
}

.error
{
  font-size: 11px;
  color: red;
}

.ok
{
  /*font-size: smaller;*/
  color: green;
}

.msg-error{
	padding:10px;
	text-align:center;
	background-color:#761417;
	border:1px solid #FF0000;
	margin:10px 0;
}

#feedBack{
	/*display: none;*/
  position: absolute;
  width: 300px;
  height: 170px;
  border-top: solid 1px gray;
  border-bottom: solid 1px gray;
  background-color: gray;
  z-index: 200;
  top: 200px;
  right: -321px;
  border-left: solid 1px #ad2624;
  border-top: solid 1px #ad2624;
  border-bottom: solid 1px #ad2624;
  -moz-border-radius-bottomleft:4px;
	-moz-border-radius-topleft:4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-top-left-radius:4px;
  padding-left: 10px;
  padding-right: 10px;
}

.linkFeedBack {
  position: absolute;
  top: 244.5px;
  right: -1px;
  border-left: solid 1px #ad2624;
  border-top: solid 1px #ad2624;
  border-bottom: solid 1px #ad2624;
  z-index: 205;
  -moz-border-radius-bottomleft:4px;
	-moz-border-radius-topleft:4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-top-left-radius:4px;
}

.linkFeedBack a {
  outline: 0;
}

#linkfb
{
  position: absolute;
  top: 100px;
  z-index: 10;
/*  border-top: 1px solid gainsboro;*/
  width: 300px;
}
  #linkfb div.title
  {
/*    width: 300px;*/
/*    height: 60px;*/
/*    margin-left: 10px;*/
    border-bottom: 1px solid gainsboro;
    padding: 5px;
    background-color: white;/*antiquewhite;*/
    color: darkred;
    font-size: 20px;
/*    width: 305px;*/
/*    width: 100%;*/
  }

  #linkfb div.subtitle
  {
/*    width: 300px;*/
/*    height: 60px;*/
/*    margin-left: 10px;*/
    border-bottom: 1px solid gainsboro;
    padding: 5px;
    background-color: white;/*antiquewhite;*/
/*    color: darkred;*/
    font-size: 9px;
/*    width: 305px;*/
/*    width: 100%;*/
  }

  #linkfb div.group
  {
/*    width: 300px;*/
/*    height: 65px;*/
/*    margin-left: 10px;*/
    border-bottom: 1px solid gainsboro;
    padding: 5px;
    background-color: white;/*antiquewhite;*/
/*    width: 100%;*/
  }

  #linkfb div.subgroup
  {
    display: table-row;
  }

  #linkfb div.group a
  {
    color: #23A1A1;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
  }

  #linkfb div.img
  {
    float: left;
/*    height: 80px;*/
  }

  #linkfb div.txt
  {
    margin-left: 10px;
    float: left;
    width: 200px;
  }

  #linkfb div img
  {
    vertical-align: middle;
    max-height: 60px;
    max-width: 60px;
    border-width: 0;
  }

#tweet
{
  display: none !important;
}

ul.error_list {
  list-style-type: none;
  margin:0;
}

ul.error_list li {
  margin-left: -40px;
}
