.cf:before, .cf:after {
    content:"";
    display:table;
  }
  .cf:after {clear:both; }
  .cf { zoom:1; }

   /* el formulario en si mismo */
  .frmbusquedaxparte {
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 0 2px #FFFFFF inset;
    margin: 0 auto;
    padding: 15px;
    width: 450px;
  }

   /* la caja donde se ingresa el texto a buscar */
  .frmbusquedaxparte input {
    background-color: #EEE;
    border: 1px solid red;;
    border-radius: 3px 0 0 3px;
    float: left;
    font-family: Tahoma;font-size:15px;font-weight: bold;
    height: 42px;
    padding: 10px 5px;
    width: 310px;
  }
  .frmbusquedaxparte input:focus {
    outline: 0;
    background: #FFF;
    box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
  }

  /* el estilo de del atributo placeholder debe ser declarado para cada navegador de modo separado */
  .frmbusquedaxparte input:-moz-placeholder { color: #999; font-weight: normal; font-style: italic; }
  .frmbusquedaxparte input::-webkit-input-placeholder { color: #999; font-weight: normal; font-style: italic; }
  .frmbusquedaxparte input:-ms-input-placeholder { color: #999; font-weight: normal; font-style: italic; }

  /* aquí iría el estilo de del atributo required si es que se desea definirlo */
  .frmbusquedaxparte input:required { box-shadow: none; }

   /* el botón de envio */
  .frmbusquedaxparte button {
    background-color: #B40404;
    border: none;
    border-radius: 0 3px 3px 0;
    color: #FFF;
    cursor: pointer;
    float: right;
    font-family: Tahoma;
    font-size: 10px;
    font-weight: bold;
    height: 42px;
    overflow: visible;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
    width: 110px;
  }
  .frmbusquedaxparte button:hover{ background: #DF0101; } 
  .frmbusquedaxparte button:active, .frmbusquedaxparte button:focus{ background: #C42F2F; }
  .frmbusquedaxparte button:before { /* el detalle del triángulo izquierdo */
    content: "";
    border-color: transparent #B40404 transparent;
    border-style: solid solid solid none;
    border-width: 8px 8px 8px 0;
    left: -6px;
    position: absolute;
    top: 12px;
  }
  .frmbusquedaxparte button:hover:before { border-right-color: #DF0101; }
  .frmbusquedaxparte button:focus:before { border-right-color: #C42F2F; }
  
  .btn-filtrar{
        font-size:10px;        
        border:1px;
		border-style: solid;
        width:80px;
        height:20px;
       }
.btn-filtrar:hover {
    background-color: #DF0101; 
    color: white;
}

.txt-buspartes{
	font-size:10px;        
	border:1px;
	border-style: solid;
	width:150px;
	height:20px;
   }
   
ul {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
  background-color: #eee;
}
body {
  background-color: #fff;
  width: 940px;
  margin: 0 auto;
}

#dlg_cotiza {
	visibility: hidden;
	width: 300px;  /* Ancho de la ventana */
	height: 280px;  /* Alto de la ventana */
	background: #ffffff;  /* Color de fondo */
	position: fixed;
	top: 200px;
	left: 50%;
	margin-left: -150px;
	border: 1px solid #0080FF;  /* Borde de la ventana */
	box-shadow: 0 5px 25px rgba(0,0,0,.1);  /* Sombra */

}
.contenedor {
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
}