@charset "utf-8";
/* CSS Document */

*									{ margin:0; padding:0; }

/* Tabla de Busquedas y seleccion */									  
table.listofertas					{ border-top:1px solid #b9cfe3; border-right:1px solid #b9cfe3;
									  border-collapse:collapse; background:#FFFFFF; font-family:Arial, Helvetica, sans-serif;
									  font-size:14px; }			  
table.listofertas td 				{ color:#678197; border-bottom:1px solid #b9cfe3; border-left:1px solid #b9cfe3; padding:5px;
									  text-align:center;}
table.listofertas tr.otras			{ background-color:#FFEFEC; }
table.listofertas tr.otras td		{ color:#C1938C;}
table.listofertas thead th			{ margin:0; padding:0; height:30px; text-align:center; border-left:1px solid #b9cfe3;
									  border-bottom:1px solid #b9cfe3; font-weight:bold ; padding:0px 5px 0px 5px; 
									  font-family:"Century Gothic","Trebuchet"; cursor:pointer; background-color:#E8F7FD;
									  background:#f4f9fe url(http://www.uniconsult.es/img/background.png) no-repeat;
									  color:#006699;}

.row01								{ background-color:none; cursor:pointer; }
.row02								{ background-color:#f1f9ff; cursor:pointer; }										  


#listado							{ clear:both; width:573px; height:450px; margin:0; padding:0; overflow-y:scroll; overflow-x:hidden;
			  						  background-color:none; border:#CCD6E0 1px solid; 
									  font-family:Verdana, Arial, Helvetica, sans-serif;  
									  scrollbar-base-color:#369; scrollbar-arrow-color:#fff; 
									  background:url(http://www.uniconsult.es/img/loading02.gif) center 180px no-repeat; }
