@charset "utf-8";
/* CSS Document */

/*  Reset for some defaolt browser CSS - General */
body, div, h1, h2, h3, p, ul, ol, li, img, header, section, aside, footer, button{
  margin: 0; padding: 0; border: 0; list-style: none;
}

a {
  text-decoration: none;
  color: #961b25;
}

a:hover {
  color: #6f92a7;
}

:focus {
  outline: 0;
}

/*h1, h2, h3{
font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif; 
font-weight: normal;*/
} 

h2 {
  font-size: 22px;
  line-height: 28px;
}

.float {
  float:left;
}

body {
  background-color:#e4e4e4;
  /*background: #f6f6ee url(images/bck.jpg);*/
  font-family : Trebuchet MS, Helvetica Neue, Helvetica, Arial, sans-serif; 
  font-size: 12px;
}	

/* Header */

#site_head {
  background: #000;
  height: 36px;
  width: 100%;
  display: block;
}

.header_cont {
  width: 80%;
  margin: 0px auto;
  padding-top: 15px;
}

div.head_nav {
  float: right;
  position: relative;
  top: -5px;
}

div.head_nav a {
  margin: 0px 3px 0px;
  color: #f6f6ee;
  font-size: 14px;
  font-weight: normal;
  padding: 5px 8px;
  transition: color 300ms ease-out 0s;
}

div.head_nav a:hover {
  color:#ffffff;
}

/* Main container */	

#main_section {	
  width: 100%;
  margin: 0;
  padding-top: 0px;
}

.section_tit {
  clear: both;
  width: 90%;
  margin: auto;
}

.section_tit h3 {
  background: url(images/line.png) no-repeat center center; 
  text-align: center;
  font-size: 20px;
  font-weight: 650;
  margin: 10px 0 25px 0;
  color: #c9c9c0;

  /*text-shadow: 1px 1px 0px #fff;*/
}

.section_tit h1 a {
  background: url(images/logoAsmel.png) no-repeat;
  width: 209px;
  height: 53px;
  display: block;  
}

.section_tit h1 span {
  float: right;
  position: relative;
  top: -30px;
}

div.background {
  background-image: url('images/fondo_header.jpg');
  height: 377px;
  margin-top: 0px;
  position: relative;
  top: -2px;
}

div.article div.message {
  margin: auto;
  width: 600px;
  font-size: 13px;
}

div.article div.message a{
  color: #c9c9c0;
  font-weight: 700;
}

div.article div.message a:hover {
  color: #f7f7f7;
}

div.article {
  width: 80%;
  padding: 15px;
  margin: 0 auto;
}

/* Last posts section */	
form.login {
  margin: auto;
}

form.login input.text {
  display: block;
  text-indent: 5px;
  background: #f0f0ee;
  border: 1px solid #cca;
  margin: 10px auto;
  width: 250px;
  height: 20px;
}
form.login input[name="filename"] {
  display: block;
  margin: 10px auto;
  width: 250px;
  height: 20px;
}
form.login input[type="submit"] {
  display: block;
  background: #555;
  border: 2px solid #2a2a2a;
  width: 170px;
  height: 30px;
  color: #dbdbdb;
  border-radius: 10px 0px 0px 0px;
  font: bold 15px arial,sans-serif;
  margin: auto;
}

form.login input[type="submit"]:hover {
  background: #adadad;
}

form.frm_informes {
  margin: auto;
  width: 460px;
}

.frm_informes input {
  display: inline-block;
  margin: 5px auto;
}

.frm_informes input.text {
  width: 350px;
}

.frm_informes input.date {
  width: 150px;
}

.frm_informes select {
  width: 330px;
  margin: 5px auto;
}

.frm_informes input[type="submit"] {
  float: right;
  margin-top: 10px ;
  margin-right: 40px;
  width: 100px;
}

#main_footer{
  clear: both;
  width: 100%;
  margin: 0 auto;
}

div.message {
  margin: 0 auto;
  width: 500px;
}

#info_table {
  border-collapse: collapse;
  background: #f0f0ee;
  width: 100%;
  margin-top: 20px;
  text-align:  left;
}

#info_table th {
  font-size: 15px;
  color: #FFF;
  background-color: #555;
  border: 1px solid #555;
  padding: 5px;
  vertical-align: top;
  text-align: left;
}

#info_table td {
  font-weight: normal;
  border: 1px solid #D4D4D4;
  padding: 7px 5px;
  vertical-align: top;
}

#info_table td img.imgAmp {
  cursor:pointer;
}



/*input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
-webkit-appearance: none; 
margin: 0; 
}*/