/* 
	TagBox table styles
	written by TagBox http://www.tagbox.de
*/
table {
	border-collapse: collapse;
	border: 1px solid #03476F;
	color: #363636;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
/* cotizar repuestos */
.cotizar-repuestos h1 {
    color: #000;
    padding: 0 0 30px 0;
}

.cotizar-repuestos .cajaRut {
    border: 1px solid #c3c3c3;
    width: 34%;
    margin: 10px 0;
}

.btn-cotizar-repuesto {
    margin: 10px 0;
}

.texto-cotizar-repuestos textarea {
    border: 1px solid #c3c3c3;
    width: 35%;
}

.filaMensaje p {
    margin: 10px 0;
}

.enunciadoFormulario img {
    border: 1px solid #efebeb;
    padding: 0 0 10px 0;
}
input#txtCaptcha {
    border: 1px solid #c3c3c3;
    padding: 2px;
    margin: 10px 0;
}
input.boton:hover {
    background: #dedede;
}
.captcha-repuestos {
    width: 35%;
}
.filaBoton {
    width: 35%;
}
.cotizar-repuestos form input {width:100%;padding: 2px;}
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
  }
caption {
  text-align: center;
  font: bold 18px arial, helvetica, sans-serif;
  background: transparent;
  padding:6px 4px 8px 0px;
  color: #03476F;
  text-transform: uppercase;
  }
td, th {
	border: 1px dotted #999;
	padding: 2px;
	color: #363636;
  }

thead th, tfoot th {
  font: bold 11px verdana, arial, helvetica, sans-serif;
  border: 1px solid #03476F;;
  text-align: left;
  background: #4591AD;
  color: #FFFFFF;
  padding-top:3px;
  }
tbody td a {
  background: transparent;
  text-decoration: none;
  color: #363636;
  }
tbody td a:hover {
  background: #C2F64D;
  color: #363636;
  }
tbody th a {
  font: normal 11px verdana, arial, helvetica, sans-serif;
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  color: #363636;
  }
tbody th a:hover {
  background: transparent;
  color: #363636;
  }
tbody th, tbody td {
  vertical-align: top;
  /*text-align: left;*/
  }
tfoot td {
  border: 1px solid #03476F;
  background: #4591AD;
  padding-top:3px;
  color: #FFFFFF;
  }
.odd {
  background: #AEE239;
  }
tbody tr:hover {
	border: 1px solid #03476F;
	color: #FFFFFF;
	background-color: #CCC;
  }
tbody tr:hover th,
tbody tr.odd:hover th {
	color: #FFFFFF;
	background-color: #090;
  }
