/**
 * Estilos para el formulario público de consulta de trazabilidad de envíos.
 */

form{
    font-family: Trebuchet MS;
}
.button{
    font-family: Trebuchet MS;
    background-color: #009932;
    border: 1px solid #009630;
    border-radius: 2px;
    color: #FFFFFF;
    font-size: 0.85em;
    font-weight: normal;
    padding: 3px 20px;
}
.button:hover{
    opacity: 0.9;
    cursor: pointer;
}
.labelclass{
    color: grey;
    size: 12px;
    font-weight:bold;
}
.div{
    margin-left: 12px;
}

.cerrar{
    width: 1.5em;
}
.titulosCab{

}
.cajaTexto{ 
	border: 3px double #CCCCCC;
	width: 300px;
}
.parrafo{
    border: 1px solid gray;
    font-family: "Trebuchet MS";
    border-radius: 5px;
    font-size: 12px;
    width: 300px;
    text-align: center;
}

#listado, #detalle{
    font-family: "Trebuchet MS";
    /*border: solid 1px #999999;*/
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#listado th, #detalle th{
    font-size: 12px;
    background: #666666;
    color: white;
    padding: 5px;
    border: solid 1px #999999;
}

#listado td, #detalle td{
    font-size: 12px;
    font-weight: normal;
    padding: 5px;
    text-transform: uppercase;
}

#listado td a, #detalle td a{
    text-decoration: none;
    color: #1656d6;
}

caption {
   font-size: 18px;
   font-weight: bolder;
}

#listado {
    border-radius: 5px;
    padding: 2px;
}

table {width: 100%}