@import "estilo.css";
@import "resultado.css";
table.table{
	width: 540px;
	margin: 0 auto;
}
table.table td{
	border: solid #DAE2FA 1px;
	font-size: 80%;
	text-align: left;
	vertical-align: super;
	padding: 2px;
	background: #FAFBFE;
	cursor: pointer;
}
table.table td.selected{
	background: #D5FDD5;
}
table.table td input{
	vertical-align: middle;
}
table.table td.nocontent{
	border: none;
	background: none;
}
table.table td:hover{
	background: #E6ECF6;
}
table.table td:hover.nocontent{
	background: none;
}
#cant_prov{
	border: #CBCBCB solid 1px;
	border-left: 0;
	border-right: 0;
	width: 519px;
	margin: 10px auto;
	font-size: 70%;
	text-transform: capitalize;
}
#cant_prov div{
	width: 95%;
	margin: 0 auto;
}
.promociones{
	margin-left:19px;
}
.promocion {
	width:150px;
	height:284px;
	/*background-image:url(../images/promociones/bg_promocion.jpg);*/
	float:left;
	margin: 5px;
}
.promo_imagen{
	width:140px;
	height:140px;
	overflow:hidden;
}
.titulo_promo{
	font:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:bolder;
	color:#006;
	height:60px;
}
.promo_titulo{
	width:140px;
	height:50px;
}
.valores_promo{
	font:Verdana, Geneva, sans-serif;
/*	background:url(../images/promociones/promociones_caja_autos.png) no-repeat;*/
	font-size:20px;
	font-weight:bolder;
	color:#006;	
}