
#myDiv{ 
 margin:0px;
 width:300px;         
}

.sugerencias:hover{
 background-color:#D3D3D3;
 cursor:default;
}

body{
 color:#696969;
 font-family:Arial,Helvetica,sans-serif;
}



table{
			border-radius: 3px;
			border: solid 1px #f1f1f1;
			box-shadow: 0 0 10px #333;
			margin: 0px;
		}
			table a{
				color: #000;
			}
			table thead tr th,
			table tfoot tr td{
				padding: 10px 0;
				background-color: #04bb09;			
				color: #000;
				font-weight: bold;
				font-size: 11px;
				text-align: center;
				min-width: 10px;
			}
				table tbody tr td{
					transition: all 400ms ease-in;
						-webkit-transition: all 400ms ease-in;
						-moz-transition: all 400ms ease-in;
						-o-transition: all 400ms ease-in;
						-ms-transition: all 400ms ease-in;
					padding: 10px 0px;
					word-wrap: break-word;
					border: solid 0px #fff;
					border-bottom: solid 1px #fff;
					border-top: solid 1px #f1f1f1;
					border-right: solid 1px #f1f1f1;
				}
					table tbody tr:nth-child(odd){
						background-color: #fff;
					}
					table tbody tr:nth-child(even){
						background-color: #fafafa;
					}
						table tbody tr:hover td:nth-child(odd),
						table tbody tr:hover td:nth-child(even){
							background: #fbfefc;
							color: #fff;
						}
       
